Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compiling *.java in WEB-INF/classes => possible?

Status
Not open for further replies.

senwong

Programmer
Feb 19, 2003
1
DE
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
 
>> any hints?

u compile them ur self and put the .class file in the web-app...

does that help? -There are only 10 types of people in the world, those who understand binary and those who don't-

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top