hi folks,
i'm new to tomcat, coming from jrun and resin.
is there any way that tomcat compiles my source-files (no jsp's, but *.java)?
in resin you just included the following in the web-app configuration:
<classpath id='WEB-INF/classes'
source='WEB-INF/classes'
compile='true'/>
doing the same in tomcat won't work...
any hints?
thanks,
sen
i'm new to tomcat, coming from jrun and resin.
is there any way that tomcat compiles my source-files (no jsp's, but *.java)?
in resin you just included the following in the web-app configuration:
<classpath id='WEB-INF/classes'
source='WEB-INF/classes'
compile='true'/>
doing the same in tomcat won't work...
any hints?
thanks,
sen