You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Juan Pedro <Ju...@atosodsorigin.com> on 2003/09/24 17:15:36 UTC

Anyone know how to init() a servlet (Struts) in iplanet 4.1

I´m trying to use Struts with iplanet4.1. I don´t know how
to call the Struts ActionServlet function init() from the start of
the server. Any solution?

Thanks

Juan Pedro.


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Anyone know how to init() a servlet (Struts) in iplanet 4.1

Posted by Joe Germuska <Jo...@Germuska.com>.
At 5:15 PM +0200 9/24/03, Juan Pedro wrote:
>I´m trying to use Struts with iplanet4.1. I don´t know how
>to call the Struts ActionServlet function init() from the start of
>the server. Any solution?

I'm pretty sure you'll have problems doing this. 
iPlanet 4.1 predates the Servlet 2.2 
specification.  Struts is written with a minimum 
dependency on Servlet 2.2.  I'm actually not sure 
which Servlet spec iPlanet uses, but I know  that 
it doesn't use the "WAR" web application 
structure with a WEB-INF configuration directory. 
Instead, there are Netscape specific properties 
files (jvm12.conf, servlets.properties, 
rules.properties...) that are used to configure 
servlets.

We use iPlanet 4.1 as a web server in some 
installations, and when we use it with Struts, we 
use an NSAPI plugin to proxy requests for 
application functions over to Weblogic or JBoss.

Joe

-- 
--
Joe Germuska            
Joe@Germuska.com  
http://blog.germuska.com    
"If nature worked that way, the universe would crash all the time." 
	--Jaron Lanier

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org