Roll or cycle Logs

2001-05-30 Thread Jim Willeke
Is there a way to roll or cycle the tomcat log files? As tomcat appears to lock the file, the logs are not viewable until you shut down. Or am I missing something? -jim

IIS and NW Tomcat ...

2001-05-22 Thread Jim Willeke
Currently we have tomcat running with Apache on Netware 5.1 and all is good. We have a need to have IIS use some of the same Servlets that are on tomcat on NW. Anybody know of how we might have tomecat on NW server servlets to IIS on W2K while keeping Apache on NW serving Servlets form the

Re: newbie

2001-04-19 Thread Jim Willeke
Is there a way to "preload" the servlets on startup? -jim eric chacon wrote: This is normal behavior-- The first time, it compiles your JSP into a servlet, and after that, the servlet's loaded and ready to go. When you have a production site running, you might want to call all JSPs

Servlet Placement and URLs to Run...

2001-04-19 Thread Jim Willeke
I have a servlet that I have used in other enviroments without issues. I am trying to get it to run under Tomcat and seem to have several roadblocks. The Examples work and I do have a servlet SnoopServlet that works in this same container. (http://10.44.82.2:8080/run/servlet/SnoopServlet) So, I

Re: Servlet Placement and URLs to Run...

2001-04-19 Thread Jim Willeke
or pb in the root of my webapp". The /servlet/className convention is a holdover from how the older containers used to do things and is no longer part of the spec. Randy -Original Message----- From: Jim Willeke [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 20

Re: Servlet Placement and URLs to Run...

2001-04-19 Thread Jim Willeke
file like you have attempted to do. The old way is what I suggested above (using the /servlet/classname). If the above doesn't work, could you send me your entire web.xml file so that I can look it over? Randy -Original Message- From: Jim Willeke [mailto:[EMAIL

Re: How to read property files?

2001-04-18 Thread Jim Willeke
Thanks, this helps me. I was wondering though, can you determine where it found the properties file at? Thanks. -jim Samson, Lyndon [IT] wrote: This works a treat for me InputStream is = this.getClass().getResourceAsStream("myapp.properties"); Properties p = new Properties(); try {

Re: WAR deployment

2001-04-17 Thread Jim Willeke
But where do you findout what should/could be in this file? If I look at the examples.war file, it appears to contain all that is in the: \webapps\examples\WEB-INF\classes Is this typical or redundent? My specific issue is I can not find where to place "common" lib files that can be found

Anyone on Netware?

2001-01-16 Thread Jim Willeke
I am looking for anyone whom has gotten Tomcat to work on Netware or is interested in working on it. -jim

RE: Anyone on Netware?

2001-01-16 Thread Jim Willeke
Can you, or anyone provide setup/installation information? Thanks -jim -Original Message- From: Cristian Ramos Prange [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 8:42 AM To: [EMAIL PROTECTED] Subject: Re: Anyone on Netware? Hi. Tomcat is working