To do this you need to create a context in your Tomcat server.xml:
<Context path="/myapp" docBase="C:/myapp-war" reloadable="true" override="true"> <!-- Here you can configure datasources, etc. --> </Context>
-Erik
Visubalan wrote:
Hi all,
Installed OXF & Tomcat. And both seem to be installed
properly.
When i tried the "first Application" that was given in
the OXF Tutorial, http://www.orbeon.com/oxf/doc/intro-firstapp
i don't see anything when i try. http://localhost:7001/myapp.
Question: I guess this is the place where i am going wrong.
How am i supposed to this step?
As was the case when you first installed OXF, you now
have the choice to configure your application server
to point to the exploded WAR in c:\myapp-war, or to repackage the content of your c:\myapp-war directory
into a myapp.war archive and deploy it in that form.
how do i configure Tomcat to point to the exploded war.
Thanks a lot Visu
__________________________________ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
