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!

Building tomcat source code

Status
Not open for further replies.

jby1

Programmer
Apr 29, 2003
403
GB
Hi

Is there any way of just building the catalina.jar file without needing all of the source required to build the entire distribution?

I am having a bug with JAASRealm and wish to put some output statements into the tomcat JAASRealm class to try and work out what the bug is.

Any help would be greatly appreciated.
 
you could try this (although you might want to check
the copyright agreement etc first):-
1. build that particular java file.
2. open up the jar file using winzip.
3. replace the existing class file with your class file.
4. try it out.

~za~
You can't bring back a dead thread!
 
Clever!

Don't know if it works though, don't need it now, managed to sort out the problem without resorting to such measures!

Thanks anyway!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top