1 Reply Latest reply on Feb 22, 2005 10:35 AM by bkafka

    Configuring a Domain name besides localhost in server.xml

    bkafka

      Trying to set up a in the Tomcat server.xml file to have www.maplemtn.com point to my servlet instead of http://ipnumber/maplemtn which does work.

      Using Jboss 3.0.1

      In straight Tomcat this was easy because you told it to look under webapps with the appBase tag. Since jboss deploys its apps to "tmp" directories this doesn't work. I've searched the forum and seen similar questions but no answers. Is this possible to do without having to write a proxy servlet?

      In particular I have (in the server.xml )






      My question is what should "path=" and what should docBase="" and/or is there something else I should be doing.

      The server.log reads
      java.lang.IllegalArgumentException: Document base C:\opt\jboss-4.0.1\server\default\.\maplemtn does not exist or is not a readable directory^M