Re: custom URL from webapp
Posted By:
AlessandroA_Garbagnati
Posted On:
Wednesday, April 18, 2001 01:51 PM
Hi,
What servlet container are you using? I have on my system (linux 2.2.16) both resin (1.2.5) and tomcat (3.2.1), behind apache (1.3.19) running different applications, and most of the code is application specific and it's located in the /WEB-INF/lib. The only problem I've had similar to that was a .zip instead of a .jar. For some reason the /WEB-INF/dir does not like zips.