life time of static variables

2005-11-02 Thread Raviteja Veerla
I am testing the life time of static variables on webservices in axis. i have webserivce in java that has a static counter that increments itself for every request it gets. but if the webservice hasnt been accessed for a while say a day or two by any request. does the static variable still hold th

tomcat webapps help

2005-10-26 Thread Raviteja Veerla
Hi, I know that to create the root of a web application, we just have to make a directory in the webapps folder of tomcat and then copy the files in to that directory. but my situation is different, i have these folders which are to be exposed as web applications else where and i need to somehow po

classpath in tomcat

2005-10-21 Thread Raviteja Veerla
Hi all, I am having an interesting problem. I have an java api that looks for some config files in a folder which is in the system classpath. to serve this purpose, i have added the path of this folder to the line. set CLASSPATH=%JAVA_HOME%\lib\tools.jar;C:\TestCases\Conf in setclasspath.bat in wi