Re: Read and write inside WEB-INF

2007-07-15 Thread Manivannan Palanichamy
I too do the same thing; I am reading properties from a property file, thats under WEB-INF/classes directory. code is: InputStream in = getClass().getClassLoader().getResourceAsStream(" sample.properties"); Code is working fine. -- Manivannan.Palanichamy (@) Oracle.com http://mani.gw.googlepa

isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-15 Thread Kirst Martin Wolfgang
Hi, I'm trying to use IIS v5.00.3700.1000 with Tomcat 5.5.17 using isapi_redirect 1.2.23 and AJP13. But in the end I always see an error page from tomcat: " HTTP Status 404 - /jakarta/isapi_redirect.dll ... The requested resource (/jakarta/isapi_redirect.dll) is not available ... Apache Tomca

Re: Log4j errors on Tomcat6 startup

2007-07-15 Thread Juha Laiho
Mark Faircloth wrote: > We are in the process of migrating from 5.5 to 6 under Win32/64 and need > to alter the locations of some of our jars files because of the changes > to the directory structure and the class loading. > > Under 5.5 we have commons-logging.jar and log4j.jar in WEB-INF\lib and

Re: Tomcat6 Manager App HOW-TO

2007-07-15 Thread John Moore
Caldarale, Charles R wrote: The only part that I find somewhat misleading is the following: "There are two ways to configure the Manager web application Context: "* Install the manager.xml context configuration file in the " $CATALINA_HOME/conf/[enginename]/[hostname] folder. "* Co

What are you using to monitor the performance of Tomcat?

2007-07-15 Thread Simon Kok
Hi there. We're currently looking at a third-party product from Adventnet called Application Manager to monitor our Tomcat 5.x servers. Are there other third-party solutions out there that can provide performance and usage statistics? We would like to monitor the performance if the servlets a

RE: Tomcat6 Manager App HOW-TO

2007-07-15 Thread Caldarale, Charles R
> From: John Moore [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat6 Manager App HOW-TO > > Everything I'm asking here comes from the Tomcat6 Manager HOW-TO.. > (newly printed from the site) > > You are basically saying, as I understand it, that it is > either wrong or incomplete. The only p

Re: Tomcat6 Manager App HOW-TO

2007-07-15 Thread John Moore
Caldarale, Charles R wrote: From: John Moore [mailto:[EMAIL PROTECTED] Subject: Tomcat6 Manager App HOW-TO It appears that the instruction to add (paths corrected) is wrong (based on message from Charles Caldarale on 5/16/2007) The path attribute is only valid when the element is in s

Re: Axis 2, POJO, Exceptions and Faults

2007-07-15 Thread Joe Nathan
albert quinn wrote: > > I've been trying to do something like that but i couldn't make it > work . My test Web Service returns a String and the client receives > the AxisFault/RemoteException message throwed from the Web Service as > it was the returned value from the Web Service !

Re: DataSources and Tomcat (continue thread: Re: How to use connectionpool with tomcat 1.2.9)

2007-07-15 Thread Mark Thomas
Lyallex wrote: > One thing that constantly frustrates me is the apparent ambiguities in > the documentation Then do something constructive about it. You are part of the Tomcat community and the documentation is as much your responsibility as anyone else here. If you find a problem, report it. Bett

Re: DataSources and Tomcat (continue thread: Re: How to use connectionpool with tomcat 1.2.9)

2007-07-15 Thread Ken Bowen
Indeed. Simply swapping the Context given in http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html, in for the Context given in http://tomcat.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html makes the 4.1 example work. This way makes it clear what has chan

change in local directory deployment behavior between 5.5 and 6

2007-07-15 Thread Alice Young
Hi, I have been searching for a solution to this problem for a while, but it's difficult to search on when the keywords match so many general topics. In tomcat 5.5, I was able to use manager to deploy from a directory on the filesystem, and tomcat would use that directory for the sour

Re: DataSources and Tomcat (continue thread: Re: How to use connectionpool with tomcat 1.2.9)

2007-07-15 Thread Lyallex
Hi How confused do you want to be I started looking at the 4.1 docs as well ... it'll never work I do object to having to download taglibs just to get a simple example working so you can keep all the code from the 4.1 example including the web.xml entry All you really need to change is the

Re: Tomcat Application Read/Write properties (mk2)

2007-07-15 Thread Johnny Kewl
- Original Message - From: "Jacob Rhoden" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, July 15, 2007 7:38 AM Subject: Tomcat Application Read/Write properties (mk2) I am going to re-word the question from the last thread to ask not how to do what I think I should do, bu