Netfolio - Self promotion ??

2001-05-14 Thread Srinivas Kurella
Title: Netfolio - Self promotion ?? Can somebody at netfolio stop bombarding us with these messages ? Is this self promotion or what ?? This is more of a problem than the problem itself. -Original Message- From: NetFolio-AntiVirus-Wall [mailto:NetFolio-AntiVirus-Wall] Sent:

RE: Fed up to the back teeth with tomcat !!!

2001-04-11 Thread Srinivas Kurella
I have the same problem. I am running tomcat 3.2.1 on solaris without apache. There is not much of a db activity going on. To me it looks as if tomcat dies even if there is no activity or hits after a while. From the other messages , it looks like it is a bit more stable on Linux than other

Tomcat dies on it own ??

2001-04-06 Thread Srinivas Kurella
I have an application that is running on tomcat. I have observed that if i bring up tomcat and leave it running without accessing the application for sometime , tomcat dies on it's own. The only thing i see in the logs is the following message about 5 or 6 times before it dies: 2001-04-05

RE: CLASSPATH and Load-on-startup related issue - bug ??

2001-03-01 Thread Srinivas Kurella
in WEB-INF/lib dir I'm using tomcat 3.2.1 - not sure if that makes a diff. Originally i thought i needed to add the jar files to classpath via the wrapper.properties file, but then i found that i didn't need to. Hope that helps. Anuj. Srinivas Kurella wrote: i am reposting this. I

CLASSPATH and Load-on-startup related issue ??

2001-02-28 Thread Srinivas Kurella
I have an application which is running under tomcat. However i donot use the 2.2 spec directory structure. I have a servlet that is loaded on startup. I explicitly set the CLASSPATH with all the jars needed. I am trying to move to the webapps/ directory structure where i can put all the jars

RE: CLASSPATH and Load-on-startup related issue - bug ??

2001-02-28 Thread Srinivas Kurella
Title: RE: CLASSPATH and Load-on-startup related issue - bug ?? Actually , it looks as if tomcat doesn't pick up the jars from the web-inf/lib directory. Once i added the jars explicitly to the classpath is worked. Is this a bug ??? Srini -Original Message- From: Srinivas Kurella

RE: /servlet

2001-02-28 Thread Srinivas Kurella
Title: RE: /servlet Josh, I am not sure if i understand your problem completely , but you DONOT necessarily have to follow the webapp dir structure. This is what i do to make the /servlet work(porting from jrun to tomcat with minimum effort :)): 1. create a WEB-INF directory under your app

RE: CLASSPATH and Load-on-startup related issue - bug ??

2001-02-28 Thread Srinivas Kurella
Title: RE: CLASSPATH and Load-on-startup related issue - bug ?? i am reposting this. I didn't get any responses. Does anybody have an answer ?? Thanks in advance. Srini -Original Message-From: Srinivas Kurella Sent: Wednesday, February 28, 2001 1:04 PMTo: '[EMAIL PROTECTED

tomcat status ??

2001-02-27 Thread Srinivas Kurella
Title: tomcat status ?? Is there a tool or utility to check the status of tomcat ? something like tomcat.sh status to find out if tomcat is up and running. I am trying to write an installation script for my app and i need to check the status before that. Thanks, Srini

how to findout tomcat's status ?

2001-02-12 Thread Srinivas Kurella
Title: how to findout tomcat's status ? Hi, Is there any command/utility like tomcat.sh status that can tell a user if tomcat is already running ? I need this to write some installation scripts for my app. Thanks, Srini

Jsp: page directive related question

2001-02-07 Thread Srinivas Kurella
Title: Jsp: page directive related question If a jsp includes another jsp and if both the jsps have 'page' directives in them, the jsp compiler complains. Is this as per spec ?? This is not an issue with some other jsp compilers/engines. Srini

context related classpath question -ASAP

2001-02-07 Thread Srinivas Kurella
Title: context related classpath question -ASAP Tomcat documentation says that all the jars under the WEB-INF/lib directory in a context are automatically added to the CLASSPATH. I am finding this not to be true. I have to add them explicitly to the CLASSPATH. Am i missing something ???

RE: context related classpath question -ASAP

2001-02-07 Thread Srinivas Kurella
Craig, Thanks for the clarification. I have a servlet to be loaded on startup which is looking for another class. They are in different jars under the same app. However the servlet can't see the class. Srini -Original Message-From: Craig R. McClanahan [mailto:[EMAIL

Include file in Jsp -recompile issue

2001-02-06 Thread Srinivas Kurella
Title: Include file in Jsp -recompile issue I have Jsp files which include other jsps. If the included jsp is changed Tomcat doesn't recompile the main jsp unless i go and touch the main jsp file. Is this a bug or is this configurable or am i just wrong ?? Srini

RE: Include file in Jsp -recompile issue

2001-02-06 Thread Srinivas Kurella
]www.filip.net - Original Message - From: Srinivas Kurella To: '[EMAIL PROTECTED]' Sent: Tuesday, February 06, 2001 4:38 PM Subject: Include file in Jsp -recompile issue I have Jsp files which include other jsps. If the included jsp

RE: Include file in Jsp -recompile issue

2001-02-06 Thread Srinivas Kurella
Title: Include file in Jsp -recompile issue Thanks for the info Charles. Will let you know if it doesn't work. Srini -Original Message-From: Charles Lee [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 06, 2001 5:28 PMTo: [EMAIL PROTECTED]Subject: RE: Include file in Jsp

question about load-on-startup

2001-02-05 Thread Srinivas Kurella
Title: question about load-on-startup Hi, I have a servlet which i want to load on startup. I have added the necessary line in thw web.xml file. This servlet reads a porperty file. I added this info as prams(name-value) in web.xml. However nothing seesms to be happening when i start

Unable to load servlet on startup ??

2001-02-05 Thread Srinivas Kurella
Title: Unable to load servlet on startup ?? Hi, I am trying to use Tomcat in a standalone mode. I have a working application under jrun and am trying to move it to Tomcat. I am trying to use my existing directory structure and hence am not using the /webapps/ path. I have a servlet which

RE: Unable to load servlet on startup ??

2001-02-05 Thread Srinivas Kurella
thanks for the reply. So how do i use the WEB-ING directory without putting my app under webapps ?? Srini -Original Message-From: Stefan Langer [mailto:[EMAIL PROTECTED]]Sent: Monday, February 05, 2001 4:02 PMTo: [EMAIL PROTECTED]Subject: RE: Unable to load servlet on