Kattare Internet Hosting Home | Home | Services | Contact Us | Order Online! |   whitespace image
  Kattare I/S: View FAQ Answer

| Webmail | Forums | News | FAQ | Members Login |  

whitespace image
tail end of the Kattare logo Toll Free: (866) KATTARE -or- (877) KATTARE
Local: (541) 753-1079
keyboard image for php hosting, jsp hosting, servlet hosting, java hosting website
Better Business Bureau Online  
whitespace image

   

whitespace image
greenspace image for php hosting, jsp hosting, servlet hosting, java hosting website

Home

Hosting Services

Server Co-Location
Dedicated Server
Java Servlet Hosting
Website Hosting
WHOIS Lookup
Join Us Today!

Members

Member Forums
Documentation
Kattare F.A.Q.
Free Software
Members Section
News
Referral System
Spam Blocking
Webmail

Development

Programming
Website Design
Graphic Design

Company

About Us
Contact Us
Our Network
Page Us
Sites We Host
Terms of Service


whitespace image
Documentation

Kattare is dedicated to making your hosting experience as painless as possible. That means making as much help and documentation available as possible.

Quick Links
[Frequently Asked Questions]
[User Forums]
[Howto's]
Category
JSP-Java Servlets
Question

Last Modified: Jul 11, 2006

JBoss Application - VHost Mappings
Answer
Include a jboss-web.xml alongside your web.xml in your war's WEB-INF. Here is a sample that will make your application the "root" application:

<?xml version="1.0"?>
<!DOCTYPE jboss-web>

<jboss-web>
  <context-root>/</context-root>
</jboss-web>

You can optionally specify another context:

<jboss-web>
  <context-root>myapp</context-root>
</jboss-web>

Which would then be accessed via:

http://domain/myapp

You can even do virtual hosting, using this:

<?xml version="1.0"?>
<!DOCTYPE jboss-web>

<jboss-web>
  <context-root>myapp</context-root>
  <virtual-host>apphost1</virtual-host>
</jboss-web>

And then define hosts in your deploy\jbossweb-tomcat41.sar\META-INF\jboss-service.xml

[FAQ Main] [Submit a Question]

[Back to Category "JSP-Java Servlets"]


whitespace image
green spacer Kattare Logo whitespace image
 
whitespace image
whitespace image