configuring auto loading webapps (tomcat 4.0.3)

2002-06-20 Thread Dan Diodati
Is there a way to configure each autoloading webapp without having to add an entry to the server.xml? I know that webapps are autoloaded from the webapps directory, the problem is that I need to configure a custom loader for each webapp and I don't want to change the server.xml for each

RE: Auto loading servlets at startup

2002-02-15 Thread Dimmick, Bill
starts. The number in the tags is the ordering of when the servlet is started, where the lesser number is started first. Bill -Original Message- From: Kennedy, Tim [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 9:10 AM To: '[EMAIL PROTECTED]' Subject: Auto loading

How to turn off jsp auto-loading/compiling

2001-04-30 Thread Christian Hargraves
Hi, I have looked everywhere on this. Does anyone know how to configure tomcat so that it won't check the jsp file's date everytime before executing the code? We want to turn this off to speed things up a bit. Thanks, Christian

Re: How to turn off jsp auto-loading/compiling

2001-04-30 Thread Wolle
Hello, set your reloadable=false in the server.xml on your conext path=/your site Greetings, Wolle Christian Hargraves wrote: Hi, I have looked everywhere on this. Does anyone know how to configure tomcat so that it won't check the jsp file's date everytime before executing the

auto-loading

2000-11-13 Thread '
Hi, How do I stop tomcat from automatically loading applications in /webapps? do I uncomment the ...context.AutoSetup ContextInterceptor in server.xml? Will this effect anything else? thanks!

RE: auto-loading

2000-11-13 Thread Kitching Simon
-Original Message- From: ' [SMTP:[EMAIL PROTECTED]] Sent: Monday, November 13, 2000 7:37 PM To: [EMAIL PROTECTED] Subject: auto-loading Hi, How do I stop tomcat from automatically loading applications in /webapps? do I uncomment the ...context.AutoSetup

Re: auto-loading

2000-11-13 Thread Jim Richards
Uncomment, no ... comment out the interceptor for AutoSetup and this will stop it loading everything in $TOMCAT_HOME/webapps Ypu'll then need to create a context for anything you want loaded from there (admin/examples/test) ' wrote: Hi, How do I stop tomcat from automatically loading