Hi,
I'm a new baby in using Tomcat. Here are my question.
1. How can I create virtual directory in Tomcat for different application?
2. What should be the directory structure within an application? (e.g. WEB-INF, classes)
Within an application, should I put JSP and Servlet in the same folder? Otherwise, how should I place them?
3. How should I set the classpath? Error when complie "javac HelloWorld.java"
Error -> import javax.servlet.*;
I've set classpath already! Is it correct? CLASSPATH=.:$JAVA_HOME/lib:$CATALINA_HOME/common/lib:$CATALINA_HOME/server:
Best Regards,
neltan
I'm a new baby in using Tomcat. Here are my question.
1. How can I create virtual directory in Tomcat for different application?
2. What should be the directory structure within an application? (e.g. WEB-INF, classes)
Within an application, should I put JSP and Servlet in the same folder? Otherwise, how should I place them?
3. How should I set the classpath? Error when complie "javac HelloWorld.java"
Error -> import javax.servlet.*;
I've set classpath already! Is it correct? CLASSPATH=.:$JAVA_HOME/lib:$CATALINA_HOME/common/lib:$CATALINA_HOME/server:
Best Regards,
neltan