|
We are currently looking for a "Servlet/JSP
implementation version independant" way of accessing our web site so that
it is as portable as possible between servers.
So far we have been developing under
JSWDK and we have run into a little grief with paths converting to Tomcat,
mostly because of the difference between JSWDK's implementation of the servlet
path (eg."/servlet/classname") and Tomcat's ("/context/servlet/classname"), and
their relative JSP paths.
With Tomcat still a while off being a serious
contender we don't really want place our eggs in that basket, but want to be
able to move to a JSP 1.1 / Servlet 2.2 server quickly when the time is
right.
Does anyone know how best to path JSPs/Servlets
independant of the specification
version.
Thanks
Oz
|
- Servlet/JSP paths in Tomcat/JSWDK Oz Kologlu
- Re: Servlet/JSP paths in Tomcat/JSWDK Craig R. McClanahan
- Oz Kologlu
