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
created dont create it again. sachin xorant, mumbai -Original Message- From: Uma Yarakaraju [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 11:58 AM To: [EMAIL PROTECTED] Subject: PlugIn/ ActionServlet init() method called 2 times in Linux Hi, Can anyone pl help on

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

2004-09-12 Thread Sachin Bhutada
] Sent: Monday, September 13, 2004 11:58 AM To: [EMAIL PROTECTED] Subject: PlugIn/ ActionServlet init() method called 2 times in Linux Hi, Can anyone pl help on my below mail? Some more things I noticed are: I downloaded the latest struts-1.2.2 zip. To the struts-blank.war I added a simple

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

2004-09-12 Thread Uma Yarakaraju
Hi, Can anyone pl help on my below mail? Some more things I noticed are: I downloaded the latest struts-1.2.2 zip. To the struts-blank.war I added a simple plugin class (that prints system.out.println in the constructor, init, and destroy methods) called MyPlugIn.java. I deployed the struts-bl