dev@glassfish.java.net

Different root context for the same app

From: Arun Gupta <Arun.Gupta_at_Sun.COM>
Date: Thu, 10 Apr 2008 14:44:31 -0700

I've created a Rails app and added WEB-INF/sun-web.xml directory with
the contents as:

-- cut here --
<sun-web-app error-url="">
   <context-root>/ruby_comet</context-root>
   <class-loader delegate="true"/>
-- cut here --

If the app is deployed then the following message is shown:

INFO: Loading application ttt_ruby at /ttt_ruby

However if I restart the server (w/o re-deploying the app) then the
following message is shown:

INFO: Loading application ttt_ruby at /ruby_comet

The same app is getting loaded in different root context. And indeed
this is verified by accessing the URL as well.

Am I missing something or this is a bug ?

-Arun

-- 
Application Platform, Sun Microsystems, Inc.
Blog: http://blogs.sun.com/arungupta