RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Anthony Milbourne
: Running tomcat 4.x using JBuilder Is it at all possible??? I have been using the following command successfully from within JBuilder for tomcat 3.2.2: java -classpath %CLASS_PATH% -Dtomcat.home=%TOMCAT_HOME% org.apache.tomcat.startup.Tomcat I cannot figure out what to use for 4.x ... Any

RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Michael Petres
~ -Original Message- From: Anthony Milbourne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 10:31 AM To: 'Tomcat Users List' Subject: RE: Running tomcat 4.x using JBuilder Hi Jbuilder 6 Pro Ent come with Tomcat 4 as part of the product (well a closely integrated

Re: Running tomcat 4.x using JBuilder

2002-09-10 Thread Josiel S. Oliveira
Ok... I have Jbuilder6 but I don't want to use the Tomcat engine that came with Jbuilder. How would I manually integrate another version of Tomcat? Sorry, you can´t. The Tomcat embedded in JBuilder are slightly modified versions from the standalone. I upgraded to JBuilder7 that ships with a

RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Vincent . Gaboriau
of the JBuilder's autogenerated file. -Message d'origine- De : Michael Petres [mailto:[EMAIL PROTECTED]] Envoyé : mardi 10 septembre 2002 16:52 À : Tomcat Users List Objet : RE: Running tomcat 4.x using JBuilder Ok... I have Jbuilder6 but I don't want to use the Tomcat engine that came

RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Michael Petres
]] Sent: Tuesday, September 10, 2002 11:17 AM To: Tomcat Users List Subject: RE: Running tomcat 4.x using JBuilder I see 2 solutions: - Copy your Tomcat's distribution in place of jakarta-tomcat-4.0.1 delivered with JBuilder 6. But it's not proper. - You write an OpenTool for JBuilder 6 in order

RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Jim Tomlinson
. -Original Message- From: Anthony Milbourne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 7:31 AM To: 'Tomcat Users List' Subject: RE: Running tomcat 4.x using JBuilder Hi Jbuilder 6 Pro Ent come with Tomcat 4 as part of the product (well a closely integrated add

RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Michael Petres
PROTECTED]'; 'Tomcat Users List' Cc: Rob Smith Subject: RE: Running tomcat 4.x using JBuilder Here's what I do with JBuilder6 (Enterprise, but I don't think that matters, as I'm not using the built-in Tomcat instance): Run as application Main class

RE: Running tomcat 4.x using JBuilder

2002-09-10 Thread Jim Tomlinson
]] Sent: Tuesday, September 10, 2002 11:32 AM To: Tomcat Users List Subject: RE: Running tomcat 4.x using JBuilder I have configured Run as you specified. I am getting the following error: java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap Exception in thread main

Running tomcat 4.x using JBuilder

2002-09-08 Thread Michael Petres
Is it at all possible??? I have been using the following command successfully from within JBuilder for tomcat 3.2.2: java -classpath %CLASS_PATH% -Dtomcat.home=%TOMCAT_HOME% org.apache.tomcat.startup.Tomcat I cannot figure out what to use for 4.x … Any ideas? Michael Petres