Here's my deploy directory structure...

deploy
+-- webdev
ÃÂÃÂÃÂÃÂ+-- developer.war
ÃÂÃÂÃÂÃÂ+-- monkspunk.war

I want...
1. http://localhost:8080/ to point to the deploy>webdev>monkspunk.war directory
2. http://localhost:8080/developer/ to point to the deploy>webdev>developer.war 
directory

I put the following entries into server.xml


  | <Context path="/" docBase="webdev/monkspunk.war" debug="0" reloadable="true"/>
  | <Context path="/developer" docBase="webdev/developer.war" debug="0" 
reloadable="true"/>
  | 

However, the server root still points to the JBoss administrative screen instead of to 
the monkspunk.war directory.

The documentation is ver vague on how to define mappings to directories.  Could 
someone please point me in the right direction?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854110#3854110

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854110


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to