Re: Static class across multiple tomcats?

2007-03-31 Thread org
I think sharing a common class across servlets can get tricky... I've never tried it using Tomcats intrinsic technology, but I think if you if you want to go this way then read up on the ServletContextListener. Lets you look at what other servlets are up to, so you could make something that

Tomcat Administration

2007-03-31 Thread dimitryous r.
Hello, I just finished my upgrade to Apache Tomcat/5.5.20. I know that for security reasons, using the administration webapp is restricted to users with role admin. The is correct in /usr/local/apache-tomcat-5.5.20/conf/tomcat- users.xml file (I'm admin and manager) but still I get the

RE: Tomcat Administration

2007-03-31 Thread Tim Lucia
-Original Message- From: dimitryous r. [mailto:[EMAIL PROTECTED] Sent: Saturday, March 31, 2007 8:04 AM To: Apache Tomcat Subject: Tomcat Administration Hello, I just finished my upgrade to Apache Tomcat/5.5.20. I know that for security reasons, using the administration webapp

Re: Tomcat Administration

2007-03-31 Thread dimitryous r .
Hello, I did what you suggested: so now I have : in the directory /usr/local/apache-tomcat-5.5.20/conf/Catalina/ localhost/ conf/___ ___Catalina __localhost _admin.xml _host-manager.xml _manager.xml and in

Re: logging ServletExceptions thrown during servlet init

2007-03-31 Thread Will Glass-Husain
Rashmi, You're right. The example you gave throws an exception and it shows in the localhost log file. Either Turbine or one of my filters must be trapping the exception. I was tracing it through with a debugger, but must have missed something. Thanks for your help. WILL On 3/30/07, Rashmi

Web Services in Tomcat 6.0

2007-03-31 Thread Ahmed Ashour
Dear All, Where can I find a tutorial for Web Services in Tomcat 6.0 (not using Axis or other libraries). Also, shouldn't the examples include WebServices server/client code? Many thanks. Ahmed Ashour Be a

Re: Web Services in Tomcat 6.0

2007-03-31 Thread Mark Thomas
Ahmed Ashour wrote: Where can I find a tutorial for Web Services in Tomcat 6.0 (not using Axis or other libraries). You won't. Also, shouldn't the examples include WebServices server/client code? Why? Mark - To start a

Re: Web Services in Tomcat 6.0

2007-03-31 Thread Ahmed Ashour
Dear Mark, Thanks for your quick response. I am interested to deploy the new Web Services features of Java EE 5 in Tomcat 6.0, but don't know or where to start (except by downloading Sun Java EE JDK 5, and see the examples output webapp). Many thanks, Ahmed Ashour - Original Message

Re: Web Services in Tomcat 6.0

2007-03-31 Thread Mark Thomas
Ahmed Ashour wrote: Dear Mark, Thanks for your quick response. I am interested to deploy the new Web Services features of Java EE 5 in Tomcat 6.0, but don't know or where to start (except by downloading Sun Java EE JDK 5, and see the examples output webapp). These features are optional

Tomcat version for 64 bit windows server ??

2007-03-31 Thread Venky Vasant
Hello Is there a separate version of tomcat for 64-bit windows server? If not, is there a different HOW TO' to install the exisiting tomcat on 64 bit server? Regards Venkat It's here! Your new message!

Re: Tomcat Eclipse Integration

2007-03-31 Thread Venky Vasant
Thanks I had tough time connecting to Sysdeo's website and could not get it Anyways i got it downloaded from another source on the net, it finally worked Also i setup another machine with eclipse and tomcat, this time without this plugin Thanks Venkat - Original Message From: Huy Vo

Re: Nullpointer Exception when i try to start up

2007-03-31 Thread Venky Vasant
Thanks it finally worked Venkat - Original Message From: Rashmi Rubdi [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, March 27, 2007 8:28:00 PM Subject: Re: Nullpointer Exception when i try to start up On 3/27/07, Venky Vasant [EMAIL PROTECTED] wrote: