Im confused.......... in setting up a new application, after the directories
are made (ie,WEB-INF)
Does each servlet have to be compiled in WEB-INF/classes?
Doest the class path have to point to the new WEB-INF for the application?
Does /WEB-INFweb.xml have to have the proper servlet mapping?
and finally does there have to be a context setup in [TOMCAT_HOME]/conf?

Please help a ASP guy go JSP :-)

----- Original Message -----
From: "Jay P" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 22, 2001 2:25 PM
Subject: Re: Compiling question ? Thanks


> after you are done doing that go to the dos prompt and
> type that line again
> SET
> CLASSPATH=.;%CLASSPATH%;tomcat\webapps\myapplication\WEB-INF\classes
> then go to
> tomcat\webapps\myapplication\WEB-INF\classes
> cd tomcat
> cd webapps
> and then type javac UploadTest.java
> this should work. let me know

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to