Re: PlugIn/ ActionServlet init() method called 2 times in Linux

2004-09-13 Thread Joe Germuska
Can anyone pl suggest ways to initialize a struts webapp other than plugIn and extended ActionServlet. If you are using Servlet 2.3 or newer, you could use a ServletContextListener http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/ServletContextListener.html Although from what you describe, I wou

RE: PlugIn/ ActionServlet init() method called 2 times in Linux - resolved

2004-09-13 Thread Uma Yarakaraju
ROTECTED] Sent: Monday, September 13, 2004 11:55 AM To: 'Struts Users Mailing List' Subject: RE: PlugIn/ ActionServlet init() method called 2 times in Linux hi Uma, If the same application is working fine with tomcat + windows and not working with tomcat+ linux, try out follwoing

RE: PlugIn/ ActionServlet init() method called 2 times in Linux

2004-09-13 Thread Uma Yarakaraju
13, 2004 11:55 AM To: 'Struts Users Mailing List' Subject: RE: PlugIn/ ActionServlet init() method called 2 times in Linux hi Uma, If the same application is working fine with tomcat + windows and not working with tomcat+ linux, try out follwoing,it may solve ur problem for time

RE: PlugIn/ ActionServlet init() method called 2 times in Linux

2004-09-12 Thread Sachin Bhutada
hi Uma, If the same application is working fine with tomcat + windows and not working with tomcat+ linux, try out follwoing,it may solve ur problem for time being. 1)Use one more servlet and integrate with struts instead of using plug-in or extending ActionServlet.This but b