Classloading issue

2004-12-09 Thread Yu, John
Hi, I'm using Struts plugin, however, I think the issue mostly related to Tomcat ClassLoading. I have a class (in a jar) under WEB-INF/lib, which loads properties from a file located under WEB-INF/classes. ClassLoader cl = getClass().getClassLoader(); InputStream stream =

RE: Classloading issue

2004-12-09 Thread Yu, John
could make a big difference. Better stay away from it? Regards, John -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 4:31 PM To: Tomcat Users List Subject: Re: Classloading issue Yu, John wrote: Hi, I'm using Struts plugin

directory for compiled JSPs

2004-12-08 Thread Yu, John
Sorry if this has been asked before. I searched archive but couldn't find exactly what I'm looking for. The issue happened is that when using Tomcat5 and deploying web applications with same context root (path), the second web app deployed (and Tomcat restarted) will still have browser pointing

RE: CRUD Operations using Tomcat

2004-07-22 Thread Yu, John
Don't think this is directly related to Tomcat, but MDA covers what you requested. Tools like OptimalJ and others could help you out. - John -Original Message- From: Valter G. Nogueira Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 9:57 AM To: Tomcat Users List

Tomcat 5 integration question

2004-07-07 Thread Yu, John
Hi, I'm planning on doing some integration work with Tomcat 5, in which I would like to perform actions like start (both server and application), stop, deploy, remove programmatically. What is the best approach to achieve this? I know I can send a request to manager application to deploy an