Tomcat Servlet Directory

2001-09-20 Thread Hoggatt Matt - mahogg
After I installed Tomcat 3.2.3, my servlet directory is C:\Program Files\Apache Group\jakarta-tomcat-3.2.3\webapps\examples\WEB-INF\classes. Now I want to change it to, or add the directory C:\public_html\myServlets. I've tried and tried and I cannot figure this out. How is this done? -Matt

RE: Tomcat Servlet Directory

2001-09-20 Thread Hoggatt Matt - mahogg
classes from any web application's WEB-INF/classes or WEB-INF/lib directories. This may affect the suitability of putting servlets on the CLASSPATH. Hope this helps. Larry -Original Message- From: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 9:34 AM

RE: Tomcat Servlet Directory

2001-09-20 Thread Hoggatt Matt - mahogg
this, and isn't likely to support it. Is there some reason you don't want to put your servlets in the WEB-INF/classes, or in jars in the WEB-INF/lib? Larry -Original Message- From: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 10:14 AM To: '[EMAIL PROTECTED

Changing the Servlets Directory

2001-09-19 Thread Hoggatt Matt - mahogg
After I installed Tomcat 3.2.3, my servlet directory is C:\Program Files\Apache Group\jakarta-tomcat-3.2.3\webapps\examples\WEB-INF\classes. Now I want to change it to, or add the directory C:\public_html\myServlets. I've tried and tried and I cannot figure this out. How is this done? -Matt

RE: Changing the Servlets Directory

2001-09-19 Thread Hoggatt Matt - mahogg
Can anyone help me with this? -Original Message- From: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 2:46 PM To: '[EMAIL PROTECTED]' Subject: Changing the Servlets Directory After I installed Tomcat 3.2.3, my servlet directory is C:\Program Files

RE: Tomcat startup problem

2001-09-17 Thread Hoggatt Matt - mahogg
Can you cd %TOMCAT_HOME%? -Original Message- From: pero [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat startup problem are you sure that %_STARTJAVA% and %TOMCAT_OPTS% are filled? -Original Message- From: Steve

RE: Spaces in TOMCAT_HOME

2001-09-14 Thread Hoggatt Matt - mahogg
: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 1:15 PM To: '[EMAIL PROTECTED]' Subject: Spaces in TOMCAT_HOME Is it impossible to run tomcat as an NT service if there are spaces in TOMCAT_HOME? For example, I want my tomcat path to be c:\Program Files\Apache

RE: Spaces in TOMCAT_HOME

2001-09-14 Thread Hoggatt Matt - mahogg
] Subject: RE: Spaces in TOMCAT_HOME Use the 8.3 format. Progra~1\Apache~1\jakart~1 -Original Message- From: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 1:15 PM To: '[EMAIL PROTECTED]' Subject: Spaces in TOMCAT_HOME Is it impossible to run

RE: Spaces in TOMCAT_HOME

2001-09-14 Thread Hoggatt Matt - mahogg
\ -Original Message- From: Bryan Lipscy [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 3:18 PM To: [EMAIL PROTECTED] Subject: RE: Spaces in TOMCAT_HOME Use the 8.3 format. Progra~1\Apache~1\jakart~1 -Original Message- From: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED

RE: ApacheModuleJServ.dll is gone?

2001-09-13 Thread Hoggatt Matt - mahogg
I believe the file name has been changed to mod_jk.dll. You can get it here: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/win32/i38 6/ -Matt -Original Message- From: Elm Gysel [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 5:04 AM To: [EMAIL

Tomcat 3.2.3 Apache

2001-09-12 Thread Hoggatt Matt - mahogg
I can't get Apache to recognize my servlet directory. I took the tomcat.conf file and added a few lines to it, but it's not picking up the new directory. What am I doing wrong? ## # Apache-Tomcat

Tomcat 3.2.3 Apache

2001-09-12 Thread Hoggatt Matt - mahogg
I can't get Apache to recognize my servlet directory. I took the tomcat.conf file and added a few lines to it, but it's not picking up the new directory. What am I doing wrong? ## # Apache-Tomcat

JSSI - Tomcat 3.2.3

2001-09-12 Thread Hoggatt Matt - mahogg
Does Tomcat support Java ServerSide Includes? -Matt

RE: Question on restarting Tomcat service

2001-09-12 Thread Hoggatt Matt - mahogg
Yes, you need that file! When NT tries to start that it runs the following command: C:\path\jk_nt_service.exe Jakarta Just put that back where it was and you're problem should be solved. If you want to change the path, you will probably have to delete the service and create a new one. That's