Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Problem deploying facelets projekt
Problem deploying facelets projekt [message #501645] Thu, 03 December 2009 08:59
Eclipse UserFriend
Originally posted by: gunnar.stahl.gunnarstahl.org

Hello list,
I have a problem with the deployment of a web projekt. The setup is that
I have an ear project named xyz consisting of
- a client project name xyzClient
- an ejb project named xyzEJB
- a dynamic web projekt name xyzWeb

The context root of the web project is set to xyz. When deploying this
whole application to glassfish the application is only accessible via
http://localhost:8080/xyzWeb

No matter what I do the application always is deployed as xyzWeb instead
of xyz.

The last lines of output of the server log are:

INFO: Registering ad hoc servlet: WebPathPath: context root = "/xyz",
path = "/javassist'
INFO: Registering ad hoc servlet: WebPathPath: context root = "/xyz",
path = "/xyzClient'
INFO: Java Web Start services started for application
com.sun.enterprise.appclient.jws.ApplicationContentOrigin@1e897cc
registration name=xyz

com.sun.enterprise.appclient.jws.NestedAppclientContentOrigi n @146096c
registration name=xyz, context root=/xyz/javassist, module name=
, parent=xyz

com.sun.enterprise.appclient.jws.NestedAppclientContentOrigi n @114cc93
registration name=xyz, context root=/xyz/xyzClient, module name=
, parent=xyz

INFO: Initializing Sun's JavaServer Faces implementation
(1.2_04-b22-p05) for context '/xyzWeb'


Does anybody know how to change this?

Yt,

Gunnar
Previous Topic:eclipse Galileo with Tomcat republishes the whole project
Next Topic:Facing issue with EMF Enum persistence and loading using WST Translator
Goto Forum:
  


Current Time: Fri Apr 19 19:10:09 GMT 2024

Powered by FUDForum. Page generated in 0.03224 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top