tomcat and 2.0
i need to know where should i put my class and/or java files inside
the tomcat cat_4.1 directory.so that i can run the project/software in
browser.i had earlier tested the same project using java web server
2.0(an older one) i put up the java and class files of my project
inside the servlet directory and the same is mentioned in the java
code i-e the connection is created obiviously by means of servlets
e.g
import javax.servlet.http.*;
import javax.servlet.*;
import java.io.*;
public class home extends HttpServlet
now the path inside tomcat is like tomcat 4.1/server/classes.
and i am not sure where should i put my class/java files so that i can
run the project using tomcat server.
please help me by specifying the source directory of my java and class
files so that the project runs in tomcat server .
.
Relevant Pages
- [HELP] JDBC MDBTools
... I'm moving my TOMCAT server from XP to a linux box under aurox 9, JDK 1.4, ... MDBTOOLS 0.5.1, and unixODBC 2.2.10. ... And the worse is that tomcat crach accessing to my database. ... Current Java thread: ... (comp.lang.java.databases) - [HELP] JDBC MDBTools
... I'm moving my TOMCAT server from XP to a linux box under aurox 9, JDK 1.4, ... MDBTOOLS 0.5.1, and unixODBC 2.2.10. ... And the worse is that tomcat crach accessing to my database. ... Current Java thread: ... (comp.lang.java.databases) - Tomcat on OpenVMS - Is source code available?
... Is the Java source code for Tomcat [as built by HP for the CSWS_JAVA v2.1 ... I know it is based on Tomcat v4.1.24, which is the version that it reports ... "WEB-INF" subfolder of a webapp to enable them to be protected from being ... The JSP files in the "WEB-INF" subfolder do not get compiled into Java ... (comp.os.vms) - Cannot install / uninstall alternate signal stack
... Java HotSpotClient VM warning: ... Please check ERROR REPORT FILE for further information, ... Tomcat was restarted, and I have not seen these messages since. ... happened twice in the last year on a production machine. ... (comp.lang.java.help) - tomcat and 2.0
... i need to know where should i put my class and/or java files inside ... inside the servlet directory and the same is mentioned in the java ... now the path inside tomcat is like tomcat 4.1/server/classes. ... files so that the project runs in tomcat server. ... (comp.lang.java.programmer) |
|