Hi there, We were using a web application using iPlanet. Now we want to try Tomcat as a standalone Application container for the same application. We have migrated the application in the desired directory structure under Tomcat directory with the apropriate changes to the application's Web.xml and the server.xml
The directory structure looks like this .... Webapps/OurAPPLICATION/WEB-INF/Web.xml Webapps/OurAPPLICATION/WEB-INF/classes/... Webapps/OurAPPLICATION/jsp/*.jsp and *.html Webapps/OurAPPLICATION/gif/ Now, i have a login.jsp that uses a java file (ReadIni.java under /classes) to read JTS.props file. The problem is i can access this .props file if i give the absolute path of this file but can't read the same if i just give the name, e.g. "D:\\JTS.props" works, but "JTS.props" doesn't This was working fine under iPlanet as this file used to be kept under the appropriateServer/conf file. The doubt is where do we keep it in Tomcat so that the Tomcat server applies the appropriate context-path before the name of the file, or what configuration setting might facilitate the same? Any and every help is welcome.... Regards, Ashish Gadre Polaris Software Labs
This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited. Visit Us at http://www.polaris.co.in
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
