No Timestamp in catalina.out

2005-09-23 Thread Partheeban Boopathy
Common guys i need help on this ,since its effecting our support to production. I dont have any clue what to do on this I am using Tomcat5.0.27 The Logging Pattern in Catalina.out is missing with Timestamp . I am getting blank instead of TimeStamp. I was using same Tomcat version in my local

Re: Running Servlet in Tomcat

2005-09-29 Thread Partheeban Boopathy
Hi Copy your class file in webapps/YourApplication/WEB-INF/classes folder and restart the server,it will work. Thanks Parthi On 9/29/05, Singh, VilishKumar [EMAIL PROTECTED] wrote: Hi all, I have compiled my servltet class and but hen I put the .class file into the

MyServlet as default servlet in tomcat 5.0.27

2005-09-30 Thread Partheeban Boopathy
Hi How to set my servlet as a default for my Tomcat5.0.27 instance which runs in a machine name testmachine. I want my servlet to make it as default one,i changed web.xml under tomcatinstalldir/conf folder. It works,but i dont want to change that web.xml under conf folder.Is there any way on that.

Re: log4j log viewer for tomcat

2005-10-03 Thread Partheeban Boopathy
You can specify your path to write your in log4j.properties file. Parthi On 10/1/05, matador [EMAIL PROTECTED] wrote: win200x tomcat 5.5.9 jdk 1.5.x log4j 1.2.9 (i think) standard log4j setup with logs going into logs dir under tomcat install. does anyone have any recommendations for a

Catalina.out Message

2005-10-03 Thread Partheeban Boopathy
Hi I have two tomcat5.0.27 instance running in different machine(unix box). After i started my server i opened my catalina.out and i can see the difference in catalina.out file. I am not able to see the timestamp and class name(Bold messages) in one of the machine. I am not sure why its

Re: Easy Servlet Question

2005-10-04 Thread Partheeban Boopathy
What is u r declaration in web.xml file. If you give any alias name then you have to use that in u r URL. http://localhost:8080/app/anyaliasname. Parthi On 10/3/05, Andrew Pierce [EMAIL PROTECTED] wrote: Hello. I realize this is about the stupidest question I could ask but, I've scoured the