• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Java System Application Server 9 Main Context root

 
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks, I'm using Sun Java System application server 9 instead of Tomcat for the SCWCD.

I'm starting it up.

How do I specify the main context root for my site???

My site is http://localhost

By using the Admin Console and Deploying a War File I can only use kind of this (The Context Root Field is Required , so I choose "application"):
http://localhost/application

I don't want the /application. I just want http://localhost for my site.


In fact:
How do I deploy a war file using the Java System Application Server 9 to be the root of my domain using the Admin Console?


Thanks in advance.
 
Javier Sanchez Cerrillo
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check
http://forum.java.sun.com/thread.jspa?tstart=0&forumID=136&threadID=526094&trange=15

reply number 8 is the solution to this thread.
 
reply
    Bookmark Topic Watch Topic
  • New Topic