RE: JSP and standard Java Beans

2001-02-15 Thread Morahg, Yoav
I'm not a Tomcat guru -- so someone please correct me if I'm wrong, but you should be able to put your beans in the WEB-INF/classes directory. JSPs can go under your webapp, but not in the WEB-INF directory as this directory is forbidden for client access. Hope this helps. -Yoav -Original

RE: JSP and standard Java Beans

2001-02-15 Thread Michael Wentzel
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