Re: Running tomcat 4.x using JBuilder

2002-09-10 Thread Josiel S. Oliveira
Ok... I have Jbuilder6 but I don't want to use the Tomcat engine that came with Jbuilder. How would I manually integrate another version of Tomcat? Sorry, you canĀ“t. The Tomcat embedded in JBuilder are slightly modified versions from the standalone. I upgraded to JBuilder7 that ships with a

Re: Best practice advice sought: Classes shared by 1 webapp

2002-09-06 Thread Josiel S. Oliveira
I am developing two web applications that will share a few classes in common. What is the best practice for handling this? Put a copy of the class in the WEB-INF/classes/ directory structure of both web applications? Or put the class in Tomcat's common/classes/ directory structure? These