Re: Using Tomcat as a proxy?

2002-08-19 Thread ope
Why would you want to use a Java Servlet Container to do proxying? It's like using a Space Shuttle to do door-to-door delivery. If you need proxying, use Squid or Apache. The reason I have to do this is to make the best of a rather brain dead product deployment. This is not a long term

Re: Trouble de-serializing objects when running 4.0.4 as NT service

2002-08-19 Thread ope
My first guess would be that you have some settings in your environment that are not present in the system. Possibly the CLASSPATH. Check your Tomcat services settings to see which user you are starting as and make sure that the user has the same environment that you do. --- David Makepeace

RE: Using Tomcat as a proxy?

2002-08-19 Thread ope
think that writing a 'proxy' servlet will end up being the quickest way to an end in this case. --- Cox, Charlie [EMAIL PROTECTED] wrote: -Original Message- From: ope [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 12:38 PM To: Tomcat Users List Subject: Re: Using Tomcat

Trouble with Logger.Helper

2002-07-14 Thread ope
I am trying to work with the Tomcat Logging facilities but am having trouble with the verbosity settings. I know its something simple but I just can't find out what I am doing wrong. The problem is that every logging message gets written to the logs no matter what verbosity I have set in