I'm not on alias so please respond to my email address.
I have an application using struts working on iws 6 but now
need to get it working on iws 4.1. Since you can't deploy war files
I have done the following:
o added classpath for struts, parsers, WEB-INF/classes,
WEB-INF/lib etc.. to jvm12.conf
o created link in /docs for WEB-INF pointing to myapp/WEB-INF
o updated rules.properties @.*[.]do=action
o updated servlet.properties:
servlet.action.code=myapp.Controller
servlet.action.classpath=/server/docs/myapp
The servlet is failing (NullPointerExc) trying to initialize application
attributes: getServletContext().setAttribute(name,getInitParameter(name))
Where should setting of init parameters be done (for iws 6 they
are being set in web.xml as context params). I tried putting them
in servlet.properties as initArgs but get same error. Maybe its
a problem with config.getServletContext().
Appreciate any tips on getting this struts app working on iws 4.1
thanks
Mike
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>