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, including ones to install it

RE: Beginner - Netbeans IDE

2009-01-14 Thread Martin Gainty
if you need to use a different catalina.bat go to NetBeans Project Right click properties / run / change target server catalina.bat must be on path make sure CATALINA_HOME/bin is on PATH Martin __ Disclaimer and confidentiality note Everything

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 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 catalina.bat example that somebody had

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 was there a standard catalina.bat example that somebody had

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 environment

RE: Beginner - Netbeans IDE

2009-01-14 Thread Toriacht
? just Glassfish and WeRuby. If I select 'add server' it assumes I want to add a Glassfish server and wont let me select Tomcat. Netbeans doesn't know its there... Thanks again, Toriacht Caldarale, Charles R wrote: From: Toriacht [mailto:shatner.will...@gmail.com] Subject: RE: Beginner

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 with the scripts; you