Re: Configure Tomcat development using NetBeans IDE

2022-02-25 Thread John Barrow
Mark, Just as a follow up to the two rogue test files tomcat\test\org\apache\coyote\http2\TestStream.java tomcat\test\util\TestCookieFilter.java I copied the util and trailers folders into the java folder and that didn't make any difference. Also I noticed that, for the TestStream.java source it

Re: [OT] Configure Tomcat development using NetBeans IDE

2022-02-24 Thread Christopher Schultz
John, On 2/23/22 05:08, John Barrow wrote: I fall into that historic stereotypical old-school developer type labelled 'lazy' You're in good company. Awww.. the threevirtues dot com website has been hijacked by some stupid advertising company. This is why we can't have nice things. Google fo

Re: Configure Tomcat development using NetBeans IDE

2022-02-24 Thread John Barrow
Mark, I have now got grep working (following a post from another member indicating that built into git bash!) > ant download-test-compile This is useful to know as I didn't run the tests script until later. > ant download-validate This didn't report Checkstyle missing - probably as not needed

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread Mark Thomas
what directives have been set. It would be nice to start with a clean sheet though, more in case others later come on board and get distracted by exceptions that aren't important. I agree completely. IDE warnings have often provided me with a hint that something isn't quite right with a

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread John Barrow
Hi Greg, > You should not need to reload tomcat for code unless NetBeans cannot handle > hot reload. I don't believe that there is a problem with NetBeans, it updates the active code files in the WEB_APP/classes perfectly, but then as previously discussed in the other thread, there is no file lo

Re: Configure Tomcat development using NetBeans IDE

2022-02-23 Thread Greg Huber
forked and cloned Tomcat onto my laptop! This is where using a clone would speed things up as you'd be able to fetch the update from Git. Therefore, you can now assume that I can speed things up :) I have built Tomcat using Ant. Ran the amended 'ant ide-netbeans' script (che

Configure Tomcat development using NetBeans IDE

2022-02-22 Thread John Barrow
assume that I can speed things up :) I have built Tomcat using Ant. Ran the amended 'ant ide-netbeans' script (checked GitHub to see what changes had been made - the details of this change log request turned out to be very useful later!) > Hmm. You shouldn't see any warnings about

Re: tomcat v 9.0 crashing in Eclipse IDE Version: 2020-09 (4.17.0)

2020-12-08 Thread Mark Thomas
On 08/12/2020 19:51, Jim Anderson wrote: > > I am trying to run Tomcat v 9.0 in Eclipse on a linux PC and the server > is crashing before if fully starts up. At this point, I do not consider > this a user error, It is clearly user error. > but possibly my configuration of Eclipse is a bad > one.

tomcat v 9.0 crashing in Eclipse IDE Version: 2020-09 (4.17.0)

2020-12-08 Thread Jim Anderson
I am trying to run Tomcat v 9.0 in Eclipse on a linux PC and the server is crashing before if fully starts up. At this point, I do not consider this a user error, but possibly my configuration of Eclipse is a bad one. But even if it is, there should be error message not a crash with a stack t

Re: Tomcat and IDE

2019-01-02 Thread John Dale
viato: mercoledì 2 gennaio 2019 10:37 > A: users@tomcat.apache.org > Oggetto: Re: Tomcat and IDE > > On 02.01.2019 10:00, r.bott...@afterbit.com wrote: >> Hello, >> I apologize in advance if this is not the correct place.. >> I develop webapp with Netbeans IDE and Tomcat

R: Tomcat and IDE

2019-01-02 Thread r.bottoni
Hi, actually during development, I use the server in localhost .. but if I do not reboot, I do not see the new code changes... -Messaggio originale- Da: André Warnier (tomcat) Inviato: mercoledì 2 gennaio 2019 10:37 A: users@tomcat.apache.org Oggetto: Re: Tomcat and IDE On 02.01.2019

Re: Tomcat and IDE

2019-01-02 Thread tomcat
On 02.01.2019 10:00, r.bott...@afterbit.com wrote: Hello, I apologize in advance if this is not the correct place.. I develop webapp with Netbeans IDE and Tomcat.. everytime that i make a change in my code (javabeans) i stop tomcat, clear its cache, and restart the server.. this is a bit of a

Tomcat and IDE

2019-01-02 Thread r.bottoni
Hello, I apologize in advance if this is not the correct place.. I develop webapp with Netbeans IDE and Tomcat.. everytime that i make a change in my code (javabeans) i stop tomcat, clear its cache, and restart the server.. this is a bit of a waste of time.. is this the correct way or there are

RE: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-03 Thread Mitev, Mitko
Ognjen -Original Message- >From: Mitev, Mitko [mailto:mitko.mi...@unify.com] >Sent: 3. října 2014 10:06 >To: Tomcat Users List >Subject: RE: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE >Ognjen -Original Message- >You right with the quotation mark,

RE: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-03 Thread Mitev, Mitko
Ognjen -Original Message- >From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] >Sent: 3. října 2014 9:20 >To: Tomcat Users List >Subject: Re: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE >Mitko, On 3.10.2014 8:52, Mitev, Mitko wrote: &

Re: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-03 Thread Ognjen Blagojevic
Mitko, On 3.10.2014 8:52, Mitev, Mitko wrote: Tomcat 8.0.12 :noJuliConfig set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG% Tomcat 8.0.14 :noJuliConfig set JAVA_OPTS=”%JAVA_OPTS% %LOGGING_CONFIG%” Actually, the qotation marks in 8.0.14 are in different position: set "JAVA_OPTS=%JAVA_OPTS% %LOGGING_

RE: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-02 Thread Mitev, Mitko
the problem. Does anybody knows the reason why the quotation marks were introduced? Regrads Mitko From: Mitev, Mitko [mailto:mitko.mi...@unify.com] Sent: 2. října 2014 11:31 To: users@tomcat.apache.org Subject: Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE Hi, I have just encountered

Tomcat 8.0.14 - doesn§t start from Netbeans 8.0.1 IDE

2014-10-02 Thread Mitev, Mitko
Hi, I have just encountered the following issue: I installed Tomcat 8.0.14 on my PC ( Win 7) and integrated it to Netbeans 8.0.1 I tried to start Tomcat from Netbeans IDE and I’ve got the following error: '127.0.0.1' is not recognized as an internal or external command, operable progra

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-08 Thread srinivas2828
.g. as is described here (found >>>>> thanks to Google): >>>>> >>>>> http://techteam.wordpress.com/2009/02/13/changing-the-tomcat-port-settings-in-eclipse/ >>>>> >>>>> -

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-07 Thread Mercy
Hi, At first , you need to create a web project , and the add it into tomcat server. Later, you create a new jsp page, select it and click right button, the pop-up menu dispears, select Run As -> Run on Server, the server is Ok when that page is present. :-) Kind regards, Mercy

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-07 Thread srinivas2828
-port-settings-in-eclipse/ >>> >>> - >>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org >>> For additional commands, e-mail: users-h...@tomcat.apache.org >>> >>> &g

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-07 Thread Mercy
Hi, You could add the src.zip under JDK folder instead of JRE,please take a look at the attached image file. Kind regards, Mercy On Wed, 07 Oct 2009 17:34:18 +0800, srinivas2828 wrote: I really appriciate your help but got one more problem,please find attached copy of image http:/

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-07 Thread srinivas2828
ibed here (found > thanks to Google): > > http://techteam.wordpress.com/2009/02/13/changing-the-tomcat-port-settings-in-eclipse/ > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > > -- View

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-06 Thread Konstantin Kolinko
2009/10/7 srinivas2828 : > > Hi Deepa > I integrated tomcat with eclipse(I downloaded Eclipse-Galelio) then i got > and I am facing one problem that when I start Tomcat server it came with one > error message which says "Starting Tomcatv6.0 Server at localhost has > encoutered a problem, Port 80 re

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-06 Thread srinivas2828
ivas2828 >> >>> >>> hi friends does anybody know how to integrate tomcat with tomcat with >>> eclipse >>> thanks in advance >>> -- >>> View this message in context: >>> http://www.nabble.com/how-to-

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-06 Thread srinivas2828
t;> >> hi friends does anybody know how to integrate tomcat with tomcat with >> eclipse >> thanks in advance >> -- >> View this message in context: >> http://www.nabble.com/how-to-integrate-tomcat-with-IDE-tools-like-eclipse%2CNetbeans--tp25764753p25764753.h

Re: how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-06 Thread Deepa Annamalai
w-to-integrate-tomcat-with-IDE-tools-like-eclipse%2CNetbeans--tp25764753p25764753.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apa

how to integrate tomcat with IDE tools like eclipse,Netbeans?

2009-10-06 Thread srinivas2828
hi friends does anybody know how to integrate tomcat with tomcat with eclipse thanks in advance -- View this message in context: http://www.nabble.com/how-to-integrate-tomcat-with-IDE-tools-like-eclipse%2CNetbeans--tp25764753p25764753.html Sent from the Tomcat - User mailing list archive at

RE: Beginner - Netbeans IDE

2009-01-14 Thread Caldarale, Charles R
> From: Toriacht [mailto:shatner.will...@gmail.com] > Subject: RE: Beginner - Netbeans IDE > > i ran the service.bat to install as a service (is this > permanent?) Yes. > Is this how I should always start? Not really. You most likely want to have the IDE start and stop Tomcat

RE: Beginner - Netbeans IDE

2009-01-14 Thread Toriacht
mail.com] >> Subject: RE: Beginner - Netbeans IDE >> >> in what files/and where do I need set these variables. > > You do not need to set CATALINA_HOME - that is done automatically by the > startup.bat script. > > I normally set JAVA_HOME as a global environment var

RE: Beginner - Netbeans IDE

2009-01-14 Thread Caldarale, Charles R
> From: Toriacht [mailto:shatner.will...@gmail.com] > Subject: RE: Beginner - Netbeans IDE > > in what files/and where do I need set these variables. You do not need to set CATALINA_HOME - that is done automatically by the startup.bat script. I normally set JAVA_HOME as a global

RE: Beginner - Netbeans IDE

2009-01-14 Thread Toriacht
: > >> From: Toriacht [mailto:shatner.will...@gmail.com] >> Subject: RE: Beginner - Netbeans IDE >> >> The .exe does not come with a catalina.bat > > Correct; there are no scripts in the .exe download (and I don't know why). > >> I suppose I was wondering wa

RE: Beginner - Netbeans IDE

2009-01-14 Thread Caldarale, Charles R
> From: Toriacht [mailto:shatner.will...@gmail.com] > Subject: RE: Beginner - Netbeans IDE > > The .exe does not come with a catalina.bat Correct; there are no scripts in the .exe download (and I don't know why). > I suppose I was wondering was there a standard catalin

RE: Beginner - Netbeans IDE

2009-01-14 Thread Toriacht
Thanks for the replies guys... I was aware I could uninstall the .exe and install the .zip version. The .exe does not come with a catalina.bat (I think)...am I right? I suppose I was wondering was there a standard catalina.bat example that somebody had that I could point the IDE towards so

RE: Beginner - Netbeans IDE

2009-01-14 Thread Martin Gainty
. > Date: Wed, 14 Jan 2009 05:42:58 -0800 > From: brian.p.gunn...@gmail.com > To: users@tomcat.apache.org > Subject: Beginner - Netbeans IDE > > > Hi, > > I am trying to deploy my first webservice. I downloaded Netbeans IDE to > develop it (normally use Eclipse). I alrea

RE: Beginner - Netbeans IDE

2009-01-14 Thread Caldarale, Charles R
> From: Toriacht [mailto:brian.p.gunn...@gmail.com] > Subject: Beginner - Netbeans IDE > > 1 .How do I deploy this to my Tomcat server using my current > configuration First, uninstall the .exe version and download and install the .zip one. The .zip includes the scripts, in

Beginner - Netbeans IDE

2009-01-14 Thread Toriacht
Hi, I am trying to deploy my first webservice. I downloaded Netbeans IDE to develop it (normally use Eclipse). I already had Tomcat downloaded as an .exe, installed and running as a service for a while When i try to deploy my app to my server Netbeans complains that it can't find Catalin

deploy jsp using IDE, except netbean

2008-02-14 Thread rachmat
i'm trying jython jsp using tomcat, deploy until finished using tomcat any reference to deploy jsp using IDE, except netbean ?(use tomcat realy) and any reference to deploy jsp and servlet step by step in tomcat ? thanks before email : [EMAIL PROTECTED] ym : radis

RE: IDE

2007-04-19 Thread Nelson, Tracy M.
| From: David Short [mailto:[EMAIL PROTECTED] | Sent: Tuesday, 17 April, 2007 11:35 | | NetBeans uses the embedded Tomcat 5.5.17 by default. How can a newly | installed Tomcat 5.5.20 be configured to be used as the default? Right-click on your project in the Projects tab, click "Properties", cli

Re: IDE

2007-04-17 Thread Rashmi Rubdi
On 4/17/07, David Short <[EMAIL PROTECTED]> wrote: NetBeans uses the embedded Tomcat 5.5.17 by default. How can a newly installed Tomcat 5.5.20 be configured to be used as the default? Like most products/technologies NetBeans has it's own mailing list: http://www.netbeans.org/community/lists/

Re: IDE

2007-04-17 Thread Johnny Kewl
nice to know they cant take it back haha - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, April 18, 2007 12:34 AM Subject: RE: IDE From: Johnny Kewl [mailto:[EMAIL PROTECTED] Sub

RE: IDE

2007-04-17 Thread Caldarale, Charles R
> From: Johnny Kewl [mailto:[EMAIL PROTECTED] > Subject: Re: IDE > > If I'm not mistaken Both Tomcat and Netbeans are sponsored by Sun No longer true for Tomcat. These days, Tomcat is completely independent of Sun, since Sun is producing its own app server (Sun Java

Re: IDE

2007-04-17 Thread Johnny Kewl
If I'm not mistaken Both Tomcat and Netbeans are sponsored by Sun So its not surprising they go well together Tomcat is Suns servlet test standard and netbeans is the Sun sponsored dev tool ;) NetBeans IDE 5.5 Download Installers English (en) ??? (ja) Português (pt_BR) ?? (

Re: IDE

2007-04-17 Thread dimitryous r.
MacOSX 10.4.9 i386 platform then. Unix is not Linux - unfortunately -. If I ever succeed, wil keep you informed. My tool is Xcode but it is not an IDE as NetBeans is. I'm positive telling you somebody did the correct swap from build-in 5.0.17 to 5.0.20 or even 6.x.x, but it is not just

Re: IDE

2007-04-17 Thread Johnny Kewl
AIL PROTECTED]> To: "'Tomcat Users List'" Sent: Tuesday, April 17, 2007 6:34 PM Subject: RE: IDE NetBeans uses the embedded Tomcat 5.5.17 by default. How can a newly installed Tomcat 5.5.20 be configured to be used as the default? -Original Message- From:

Re: IDE

2007-04-17 Thread Johnny Kewl
;'Tomcat Users List'" Sent: Tuesday, April 17, 2007 6:34 PM Subject: RE: IDE NetBeans uses the embedded Tomcat 5.5.17 by default. How can a newly installed Tomcat 5.5.20 be configured to be used as the default? -Original Message- From: Johnny Kewl [mailto:[EMAIL PROTECTED

Re: IDE

2007-04-17 Thread dimitryous r .
NetBeans uses the embedded Tomcat 5.5.17 by default. How can a newly installed Tomcat 5.5.20 be configured to be used as the default? -Original Message- From: Johnny Kewl [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 4:33 AM To: Tomcat Users List Subject: Re: IDE Dont pull it out.

RE: IDE

2007-04-17 Thread David Short
NetBeans uses the embedded Tomcat 5.5.17 by default. How can a newly installed Tomcat 5.5.20 be configured to be used as the default? -Original Message- From: Johnny Kewl [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 4:33 AM To: Tomcat Users List Subject: Re: IDE Dont pull it

Re: IDE

2007-04-17 Thread Johnny Kewl
een them if you want. Enjoy - Original Message - From: "dimitryous r." <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, April 17, 2007 9:57 AM Subject: Re: IDE Hello, NetBeans 5.5 at http://www.netbeans.org does it. But it comes with his own Apache

Re: IDE

2007-04-17 Thread dimitryous r.
I'm sure this question has been asked many times. So, I apologize in advance. Can anyone recommend a freeware Java/JSP/JSF IDE that is compatible with Apache and Tomcat? Thanks in advance. Dave - To start a new topic, e-m

Re: IDE

2007-04-06 Thread Johnny Kewl
n - Original Message - From: "David Short" <[EMAIL PROTECTED]> To: Sent: Friday, April 06, 2007 2:47 AM Subject: IDE I'm sure this question has been asked many times. So, I apologize in advance. Can anyone recommend a freeware Java

Re: IDE

2007-04-05 Thread Rashmi Rubdi
NetBeans and Eclipse are the most popular ones. http://www.netbeans.org/ + Visual Web Pack http://www.netbeans.org/products/visualweb/ http://www.eclipse.org/proposals/eclipse-jsf/ jEdit is great with macros and vertical copy-paste, but it's a plain-text editor. -Rashmi --

Re: IDE

2007-04-05 Thread David Smith
I don't do anything with jsf (yet), but have done a lot of work with NetBeans. It does a very nice job. --David David Short wrote: I'm sure this question has been asked many times. So, I apologize in advance. Can anyone recommend a freeware Java/JSP/JSF IDE that is compatible w

IDE

2007-04-05 Thread David Short
I'm sure this question has been asked many times. So, I apologize in advance. Can anyone recommend a freeware Java/JSP/JSF IDE that is compatible with Apache and Tomcat? Thanks in advance. Dave

RE: Tomcat and NetBeans IDE - THE BEST

2007-03-10 Thread org
Hi there, I also only recently started using Tomcat and Netbeans and its a match made in heaven. I use Tomcat for EVERYTHING its fantastic, wonderful, best thing I ever discovered, and Netbeans is sizzling hot as well. No, you dont have to use the embedded Tomcat server, and it wont be long

Tomcat and NetBeans IDE

2007-03-01 Thread Arshan Varsi
Hi , I am new to tomcat and be grateful for your reply and explanation. I have downloaded NetBeans which is bundled with Tomcat server . I use tomcat from within the environment to test my pages. Now I need to work with other applications that will be using Tomcat. My question

Re: Best IDE for dev of Tomcat Servlet?

2006-02-17 Thread Joe Riopel
you have to figure out how to > > integrate it with tomcat...shld be able to find a tutorial on that out there > > somewhere. > > > > I use Eclipse WTP but don't bother integrating it with Tomcat--I use the > manager Ant tasks[1] for autodeploying WAR files instead. This

Re: Best IDE for dev of Tomcat Servlet?

2006-02-16 Thread Glen Mazza
oying WAR files instead. This also creates some IDE-independence. Glen [1] http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant On 2/16/06, Mike Reynolds <[EMAIL PROTECTED]> wrote: What is the best development environment for developi

RE: Best IDE for dev of Tomcat Servlet?

2006-02-16 Thread James Reynolds
ed to IntelliJ, we had problems with Tomcat when we configured the new IDE to control it. It appears that NetBeans copies some files to Tomcat that are not compatible with IntelliJ. Reinstalling a fresh version of Tomcat fixed the problem. -Original Message- From: Pulkit Singhal [mailto:[

Re: Best IDE for dev of Tomcat Servlet?

2006-02-16 Thread Pulkit Singhal
I would say Eclipse web edition...but you have to figure out how to integrate it with tomcat...shld be able to find a tutorial on that out there somewhere. On 2/16/06, Mike Reynolds <[EMAIL PROTECTED]> wrote: > > What is the best development environment for developing a Tomcat servlet? > > > -

Best IDE for dev of Tomcat Servlet?

2006-02-16 Thread Mike Reynolds
What is the best development environment for developing a Tomcat servlet? - Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail.