Loading one host or web-app before others

2003-03-10 Thread Neale Rudd
, Neale Rudd metawerx http://www.metawerx.net

Re: Deny listing directory

2003-03-10 Thread Neale Rudd
Hi Liquid, The file conf/web.xml has the following entry: param-namelistings/param-name param-valuetrue/param-value To deny directory listings, change the true to false and restart Tomcat. Best Regards, Neale Rudd metawerx http://www.metawerx.net - Original Message - From

Re: Loading one host or web-app before others

2003-03-10 Thread Neale Rudd
Hi Eric, Thanks, this worked perfectly. I wasn't aware you could run a service element without any connectors, but it works fine. Best Regards, Neale Rudd metawerx http://www.metawerx.net - Original Message - From: Roberts, Eric [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED

Re: response.sendRedirect() - is this allowed?

2003-02-07 Thread Neale
it again. Hope that helps, Neale Rudd metawerx java hosting http://www.metawerx.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What Happen HERE?

2002-06-20 Thread Neale Rudd
what is going wrong. Best Regards, Neale Rudd metawerx http://www.metawerx.net - Original Message - From: Fred Lankovic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, 21 June 2002 6:58 Subject: What Happen HERE? When startup tomcat this message appears Starting service Tomcat

Security Policy problem - need to specify ALL jar files with a codebase wildcard

2002-06-18 Thread Neale Rudd
:/jar-file.jar format, which allows the master permissions (catalina.home/lib/-) to work as wildcards. Thanks in advance, Neale Rudd metawerx http://www.metawerx.net -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Servlet killing tracking

2002-04-25 Thread Neale Rudd
, Neale Rudd metawerx http://www.metawerx.net - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, 25 April 2002 3:21 Subject: Re: Servlet killing tracking My problem is not a deadlock. My problem is that the service is running

SSL and Domain Names

2002-04-20 Thread Neale Rudd
keytool doesn't seem to have a way to specify the domain name in requests, so I'm a bit confused. Thanks for your help, Neale -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Using multiple SSL certificates

2002-04-20 Thread Neale Rudd
the certificates were being overwritten each time I ran keytool -gencert, but if I delete the most recent, the 2nd most recent becomes active, and if I use -list, they both show up. Very confused! If anyone knows how this is done, please let me know. Thanks for your help, Neale -- To unsubscribe

(SOLVED) Re: Using multiple SSL certificates

2002-04-20 Thread Neale Rudd
are necessary. Hope that helps anyone else that has been trying to figure this out. Regards, Neale Rudd metawerx http://www.metawerx.net - Original Message - From: Neale Rudd [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, 20 April 2002 22:51 Subject: Using multiple SSL

Re: processing page

2002-04-17 Thread Neale Rudd
. If the thread has completed when the requests come, send the result. Regards, Neale Rudd metawerx http://www.metawerx.net - Original Message - From: Ken Anderson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, 18 April 2002 15:34 Subject: Re: processing page

Re: Problem accessing subdirectories within packed WAR files

2002-04-14 Thread Neale Rudd
information in the zip not being in the correct format. Best Regards, Neale Rudd metawerx http://www.metawerx.net -Original Message- From: John Burgess [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Friday, 12 April 2002 22:01 Subject: RE: Problem accessing subdirectories within

WAR files locked, cannot delete for update with Manager App

2002-04-14 Thread Neale Rudd
unloader? Thanks for all your help, Regards, Neale Rudd metawerx http://www.metawerx.net -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Problem accessing subdirectories within packed WAR files

2002-04-12 Thread Neale Rudd
help would be greatly appreciated, we are trying to deploy a tomcat app for one of our customers and having a lot of problems with this one issue. Thanks again, Best Regards, Neale Rudd metawerx http://www.metawerx.net -Original Message- From: Neale Rudd [EMAIL PROTECTED] To: [EMAIL

Problem accessing subdirectories within packed WAR files

2002-04-11 Thread Neale Rudd
Regards, Neale Rudd metawerx [EMAIL PROTECTED] http://www.metawerx.net -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Servlet basic question...classpaths and servlet locations.

2002-01-03 Thread Neale, Robert
I have Apache 1.3 and Tomcat 3.3 installed. I'm using Tomcat to run servlets, having used JSERV in the past. My question is, how does tomcat decide where to look for the class to run? Secondly, if it runs the class, how can I set the classpath for it? With JServ it was easy. I set lots of

RE: Servlet basic question...classpaths and servlet locations.

2002-01-03 Thread Neale, Robert
Ok, I'll re-read it again. I've solved my problem of it not picking up my own servlet. I hadn't got a jkmount directive redirecting requests. One question on this, If I make the following request http://localhost/examples/servlet/SnoopServlet examples is mentioned in a jkmount directive and I