> Do I not still need to put all this in a .war file?  Is there 
> no way of just
> putting my JSPs in one directory and my beans in another and 
> just set them
> running?

Nope!  A perfect is example is the examples
webapp(TOMCAT_HOME/webapps/examples/).
Classes are expanded out into their packages in WEB-INF/classes and JSPs
are in the /jsp/ tree.  No need to package up anything.  WARs are simply for
easily distributing an entire app in one swoop.

---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com
mailto:[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to