Re: tomcat deployment issues

2012-04-22 Thread Fernando Wermus
try deleting work folder in Tomcat6. Fernando Wermus. www.linkedin.com/in/fernandowermus On Thu, Apr 12, 2012 at 4:29 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, Can you put a breakpoint in WicketServlet#init() ? The only reason for that I see is this servlet to be initialized

Re: tomcat deployment issues

2012-04-12 Thread Martin Grigorov
Hi, Can you put a breakpoint in WicketServlet#init() ? The only reason for that I see is this servlet to be initialized twice ... Even better set the breakpoint in Application#setName() and see who is calling it and how many times On Thu, Apr 12, 2012 at 4:41 AM, Alex Rass a...@itbsllc.com

tomcat deployment issues

2012-04-11 Thread Alex Rass
If someone could help me out with this issue, that would be awesome. Currently: Deploying on Tomcat 6. Default deploy folder is webapps webapps/ROOT is where my 1st wicket app is (lets call it App1) webapps.web2 is another Host record for a different URL. webapps.web2/app2 is my wicket app #2