Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
I have set up a few computers with Tomcat on a network and local machines. I am having problems running Tomcat on this particular machine which is on a network. I have moved the servlet.jar file to the java sdk home/jre/lib/ext. I have set up JAVA_HOME to point to my sdk location and the

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
The servlet.jar file needs to exist in both Tomcat and the JDK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
Thanks everyone for your responses!! I have received a few messages re: the servlet.jar file. I have tried removing it. From the documentation I have reviewed, even on apache's site, it suggests moving the file. I am running Tomcat 3.2.3. I have my JAVA_HOME and TOMCAT_HOME environment

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
I didn't move the servlet.jar file, I copied it. But I did what you have suggested. I have removed all versions of Tomcat. I have installed Tomcat3.2.3 on a Windows XP machine and set the Environmet variables. I have even attempted to set PATH to the servlet.jar file. The error isn't with

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
I did find the Logger.java file I do not have any local servers running which may conflict with Tomcat I have the basic Tomcat and JDK setup. I have ONE version of the servlet.jar file in Tomcat. I am using the same Tomcat setup that I used on other machines

Re: Help Running Tomcat

2003-06-11 Thread Ivon Gonzalez
I have solved my problem. JDK had some jar files that were conflicting with running Tomcat. I did, however, (FOR THE RECORD) require the servlet.jar file to be placed in the JDK1.3.1\jre\lib\ext folder. Perhaps the newer versions do not require this but I Tomcat 3.2.3 does. THANK YOU!

Re: Non-Tomcat question

2003-06-11 Thread Ivon Gonzalez
http://forum.java.sun.com/ You will get some cocky people responding when you ask a simple question but over all, they all try to help. Make sure you post with an appropriate title not (HELP!!, etc) and be as thourough as possible. Also when posting code use [code] YOUR CODE HERE[/code] if