What have you done thus far to connect your Apache server to your Jrun 4 server? I'm assuming that you've done this properly.
My other question is to ask if you've made and deployed a bonafide J2EE Web application with deployment descriptors and such? Otherwise dropping .jsp files inside of the apache htdocs directory will work after a successful apache/jrun connector config using wsconfig.jar, but unless you deploy the WEB application properly you might be running into problems. I'm not sure if this is your issue or not, but we've had no problems running apache connector and jrun that encounters similar URL's in the web app that you've mentioned. In fact we've done a whole struts/EJB implementation Jrun and using JSP tags (not the one(s) you've mentioned), so further information might be helpful to discover what your issue is. -----Original Message----- From: Kari Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 04, 2005 1:49 PM To: JRun-Talk Subject: url rewriting servlet-mapping and apache I'm adding functionality to our JRun 4/Apache 2.0.53 site that will allow users to shop without cookies. I'm doing this using the JSTL <c:url> tag (which performs the response.encodeURL() under the covers). Everything works great as long as I'm going to and from .jsp files but as soon as I try to go to a servlet (e.g., /cart/CheckoutServlet;jsessionid=50304) which has no extension Apache can't find the file and makes a note of it in its error log. Without the jsessionid, all is well. Can somebody help me out? Thanks. -kari ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Now there’s a better way to fax. eFax makes it possible to use your existing email account to send and receive faxes. Try eFax free. http://www.houseoffusion.com/banners/view.cfm?bannerid=63 Message: http://www.houseoffusion.com/lists.cfm/link=i:8:5657 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/8 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:8 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.8 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
