Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I cannot get Tomcat resolve to same URL as IIS without including the webapps folder. What am I dooing wrong please? See example below: I have successfully integrated the IIS/Tomcat connector. I have an IIS server on http://onyx:83, so any .html files can be accessed direct on this URL I have created a directory in Tomcat under the folder webapps/test which contains the script test.jsp. I have set the uriworkermap.properties to include: /test/*=$(default.worker) /test/*.jsp=$(default.worker) and have included a context for test in server.xml which has a path="/test" and docbase="test". I can access test.jsp ok from http://onyx:83/test/test.jsp However I do not wish to see the folder "test". e.g. http://onyx:83/test.jsp I could use webapps/ROOT, but this will be of no use if I have multiple websites with different *.jsp files that require their own folders. In otherwords I wish to have a seemless integration between IIS and Tomcat which resolves to same URL path as I wish to reference images and css from the IIS path of "/" and not have to copy these to Tomcat "/test/images" etc. Is this possible? Regards Jonathan
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.