This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Please explain how i would configure more than one web application bearing in mind I would need two web.xml files. An example directory structure would help. Thanks in advance
Faraz Masood
Ranch Hand
Joined: May 03, 2002
Posts: 55
posted
0
i assume that you are using tomcat let say your webapplication is in the directory d:\mywebapp now you should keep all your html files in the same directory place your web.xml in the d:\mywebapp\WEB-INF and your class files in the d:\mywebapp\WEB-INF\classes now in the tomcat directory you will find a file by the name of server.xml <<in %tomcathome%\conf>> open this file and find for a tag <ContextManager> and add a new context tag <Context path="/mywebapp> docBase="C:\mywebapp </Context> now you can access your html files by using the url http://127.0.0.1:8080/mywebapp/..... but make sure that you start the server first
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.