[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Application URL modification

tirumalavasu do-not-reply at jboss.com
Thu Mar 1 05:47:46 EST 2007


Hi,

I am new with JBoss, I am using JBoss-4.0.2.

I am deploying .ear file.
.ear file contains One Enterprise Project and Two Web projects(vpoadminweb, vpopublicweb).


I need access by default vpopublicweb (http://localhost:8080/) and I need to access vpoadminweb (http://admin.localhost:8080/)  my application.

Any one you suggest me what configuration I have to do and in which files I have to do. 

Below is the "application.xml" content located in
"server\default\deploy\VpoAdminEAR.ear\META-INF"  folder.

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
  <display-name>VpoAdminEAR</display-name>   
             
                                                                                      
      <web-uri>VpoDevWEB.war</web-uri>                                 
      <context-root>/vpoadminweb</context-root>                                              
                                                                                                                                                                                              
                                                                                                                                     
                                     
              
      <web-uri>VpoPublicWEB.war</web-uri> 
      <context-root>/vpopublicweb</context-root>                   
            
    
        
         
      <web-uri>VpoVnewsWEB.war</web-uri>   
      <context-root>/vnewsweb</context-root>   
           
        
  
    VpoDevEJB.jar
  
  

Thanks,
Vasu


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

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



More information about the jboss-dev-forums mailing list