File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes Tomcat Configuration Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat Configuration" Watch "Tomcat Configuration" New topic
Author

Tomcat Configuration

Hui Zhao
Ranch Hand

Joined: Jul 09, 2007
Posts: 116
Hi,
I am deploying a JSP but failed.
Http error 404 etc.
Tomcat does works.

So I suspect it is the environment variables setting up problem and I re-install tomcat pre-configuration version 6.0.10.

I tried to double click catalina.bat and setclasspath.bat in
%CATALINA_HOME%\bin.
However just see a window pop up then disappears quickly.the environment variables are unchanged at all.

OS: WIN XP HOME.
Jdk 1.6.0_04
J2EE 1.4
Can you please point it out what is wrong?

Thank you very much.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35247
    
    7
The correct one to start Tomcat is startup.bat. But don't double-click it; open a Concole window, change to the Tomcat directory, and then type "bin\startup.bat". That way you will see if there are any error messages.


Android appsImageJ pluginsJava web charts
Hui Zhao
Ranch Hand

Joined: Jul 09, 2007
Posts: 116
I appreciate your reply but you may misunderstood my question.
bin/startup.bat is ok.
My question is I want to reset the environment variables by double
click bin\catalina.bat and bin\setclasspath.bat.
But they are not working.
I just saw a window jumps out then closes quickly. The environment variables are not set automatially.


Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tomcat Configuration
 
Similar Threads
defining/exporting environement variables from tomcat server
Tomcat Configuration
Jsp failed to execute in Netbeans
Tomcat server in Netbeans 4.1
Tomcat Configuration