[EMAIL PROTECTED] wrote:
I don't see any errors in the console but I can not locate any *.class
files.  I am creating an application with a login form, action and jsp.  I
ask Eclipse to build the project but I cannot locate these files.  Is there
somewhere I need to be looking for error messages?

I also am unsure how to refer to my application.  I created a project
called Split
and my packages are all named starting with com.patron.login.  When I bring
up the application in the web browser, how should I refer to it?  I tried
http://localhost:8080/login and pressed enter I received the 404 message
but then I went to look for the class files and there were none.

I agree with Marc - it's really sort of an Eclipse question.

A basic directory structure of a web application goes like this:
.../tomcat/webapps/appname/*.jsp
.../tomcat/webapps/appname/WEB-INF/web.xml
.../tomcat/webapps/appname/WEB-INF/classes/
.../tomcat/webapps/appname/WEB-INF/classes/com/patron/login/...

This web app can be accessed by
  http://localhost:8080/appname


  Guido

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to