Posted By:
Lorena_Etcheverry
Posted On:
Friday, May 31, 2002 03:27 PM
I have developed an application using JSP. It works fine under Jakarta Tomcat 4, but now i have to migrate it into iPlanet 6.0 I can´t find the way to pass parameters into my JSP using the web.xml file that worked fine on Tomcat Does anybody know something about this?? Here is a sample of my web.xml file servlet servlet-name Upload servlet-name servlet-class gub.bcu.idi.servlets.Upload servlet-class init-param param-name upload_dir param-name param-value /home/desa03/upload param-value init-param servlet Parameters just don´t seem to arrive to the JSP thanks Lorena
More>>
I have developed an application using JSP.
It works fine under Jakarta Tomcat 4, but now i have to migrate it into iPlanet 6.0
I can´t find the way to pass parameters into my JSP using the web.xml file that worked fine on Tomcat
Does anybody know something about this??
Here is a sample of my web.xml file
servlet
servlet-name Upload servlet-name
servlet-class gub.bcu.idi.servlets.Upload servlet-class
init-param
param-name upload_dir param-name
param-value /home/desa03/upload param-value
init-param
servlet
Parameters just don´t seem to arrive to the JSP
thanks Lorena
<<Less