Our webapp running on Resin-pro 3.0.21 uses Wicket 1.2.4.  
Our server often gets saturated with open file connections.
When checking this with lsof, we see that the Wicket.jar file is getting
loaded many times. i.e. once per every hit to our webapp.
This fills up the open file space on our RHEL server.
Is there a way to make sure that the Wicket.jar file is loaded only
once,when Resin starts?
We tried putting the .jar file in resin's lib folder, but then when starting
resin, classdefNotFoundErrors are thrown for the Application class.

Does anyone have an idea on what we can do to rectify this? Or what we are
doing wrong?
Any help is greatly appreciated.

Thank You!
-- 
View this message in context: 
http://www.nabble.com/Reloading-Jars-tf3027009.html#a8409488
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to