I use ant to build from my code subdirectory, and have my beans in a
package with the servlets:
mybox:~$ ls
skippy
mybox:~$ ls skippy/
build build.xml etc lib src web
mybox:~$ ls skippy/src/my_package
MyServlet.java MyBean.java
Then,
mybox:~/skippy$ ./build
...
sets up the $JAKARTA_HOME/build/tomcat/webapps/skippy/* subdirectories
properly.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]