You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by problems mail <pr...@gmail.com> on 2006/12/28 03:02:52 UTC

Change context for welcome screen to /welcome

Hello,

How can I change the context root for the welcome screen from http://*:8080/to
http://*:8080/welcome ?

-- 
Regards,
Simon

Re: Change context for welcome screen to /welcome

Posted by problems mail <pr...@gmail.com>.
More precisely

http://publib.boulder.ibm.com/wasce/V1.0.1.1/en/Tasks/Config/#initial-plans

-- 
Regards,
Simon

On 12/29/06, problems mail <pr...@gmail.com> wrote:
>
>
> I tried to look for the plans as mentioned in this link -
>
> http://publib.boulder.ibm.com/wasce/V1.0/Tasks/Config/index.html
>
> Where are the plans for the existing apps stored (e.g.:
> welcome-tomcat etc. ) for which the geronimo-web.xml is not present in the
> WEB-INF directory ?
>
> --
> Regards,
> Simon
>
>  On 12/27/06, Jason Dillon <ja...@planet57.com> wrote:
> >
> > I think you prolly need to update the plan for the welcome-jetty or
> > welcome-tomcat (depends on which version of Geronimo you are using) and
> > recompile the car and redeploy it.   But maybe there is an easier way?
> >
> > --jason
> >
> >
> >
> >  On Dec 27, 2006, at 6:02 PM, problems mail wrote:
> >
> >  Hello,
> >
> > How can I change the context root for the welcome screen from
> > http://*:8080/ to http://*:8080/welcome ?
> >
> > --
> > Regards,
> > Simon
> >
> >
> >
> >
>
>
>

Re: Change context for welcome screen to /welcome

Posted by problems mail <pr...@gmail.com>.
Hello Everyone,

Happy New Year :) - 2007. Hope we all have a more exciting Geronimo Year.

I wanted to know if any one has any idea for changing the root "/" context
for the welcome page to "/welcome" context.

The only thing I have learned is the welcome was installed as a plugin,
which would mean the configs are precompiled.

Please advice.

-- 
Regards,
Simon

On 12/29/06, problems mail <pr...@gmail.com> wrote:
>
>
> Never mind  - missed the line in the docs:
>
> *java -jar deployer.jar <general_options> deploy --inPlace <app_home>*
> for deploying a directory.
>
> The only question that would remain unanswered is how can I redeploy the
> welcome application to /welcome. Change the context root for the app which
> is deployed as a plugin.
>
> Not for frustration, but if I am able to get this to work. I can have
> plugins redeployed with different context root specified at the specific
> servers. Since in the plugin the config is binary, the only options that I
> saw was config-xml-content which is not clear.
>
> BTW, this is been fun the last week or two since we have been switching to
> Geronimo and learning the new app.
>
> Thanks everyone :)
>
> --
> Regards,
> Simon
>
>
> On 12/29/06, problems mail <pr...@gmail.com> wrote:
> >
> >
> > I think I found the geronimo-plugin.xml(/usr/local/geronimo/repository/geronimo/welcome-tomcat/1.1.1/welcome-
> > tomcat-1.1.1.car/META-INF/), so this was installed as a plugin. Makes
> > sense :).
> >
> > I think I should be able to install my application as a plugin as well.
> >
> > Any comments ?? - please advice.
> >
> > --
> > Regards,
> > Simon
> >
> >  On 12/29/06, problems mail <problems.mail@gmail.com > wrote:
> >
> > > Vamsi,
> > >
> > > When the build is done for the geronimo app, does ant/maven not use
> > > this to deploy the application (is this stored in svn ?) ?
> > >
> > > Also, if I wanted to change the context-root for the welcome app how
> > > can I go about doing this, since I do not have a plan.
> > >
> > > I also have a different application which I would like to deploy and
> > > it is exploded as a directory, how do go about deploying that app ?
> > >
> > > Thanx for the reply.
> > >
> > > --
> > > Regards,
> > > Simon
> > >
> > >  On 12/29/06, Vamsavardhana Reddy <c1vamsi1c@gmail.com > wrote:
> > > >
> > > > deployment plans (geronimo-web.xml, geronimo-application.xml, etc.)
> > > > are not stored anywhere.  Even if a deployment plan is available in the
> > > > archive (under WEB-INF in case of geronimo-web.xml), it is not
> > > > necessary that the same is used for deployment.  An external deployment plan
> > > > may have been used at the time of deployment.
> > > >
> > > > --vamsi
> > > >
> > > > On 12/29/06, problems mail < problems.mail@gmail.com > wrote:
> > > > >
> > > > >
> > > > > I tried to look for the plans as mentioned in this link -
> > > > >
> > > > > http://publib.boulder.ibm.com/wasce/V1.0/Tasks/Config/index.html
> > > > >
> > > > > Where are the plans for the existing apps stored (e.g.:
> > > > > welcome-tomcat etc. ) for which the geronimo-web.xml is not
> > > > > present in the WEB-INF directory ?
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Simon
> > > > >
> > > > >  On 12/27/06, Jason Dillon <jason@planet57.com > wrote:
> > > > > >
> > > > > > I think you prolly need to update the plan for the welcome-jetty
> > > > > > or welcome-tomcat (depends on which version of Geronimo you are using) and
> > > > > > recompile the car and redeploy it.   But maybe there is an easier way?
> > > > > >
> > > > > > --jason
> > > > > >
> > > > > >
> > > > > >
> > > > > >  On Dec 27, 2006, at 6:02 PM, problems mail wrote:
> > > > > >
> > > > > >  Hello,
> > > > > >
> > > > > > How can I change the context root for the welcome screen from
> > > > > > http://*:8080/ to http://*:8080/welcome ?
> > > > > >
> > > > > > --
> > > > > > Regards,
> > > > > > Simon
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> > >
> >
> >
>
>
> --
> Regards,
> Simon

Re: Change context for welcome screen to /welcome

Posted by problems mail <pr...@gmail.com>.
Never mind  - missed the line in the docs:

*java -jar deployer.jar <general_options> deploy --inPlace <app_home>*
for deploying a directory.

The only question that would remain unanswered is how can I redeploy the
welcome application to /welcome. Change the context root for the app which
is deployed as a plugin.

Not for frustration, but if I am able to get this to work. I can have
plugins redeployed with different context root specified at the specific
servers. Since in the plugin the config is binary, the only options that I
saw was config-xml-content which is not clear.

BTW, this is been fun the last week or two since we have been switching to
Geronimo and learning the new app.

Thanks everyone :)

-- 
Regards,
Simon


On 12/29/06, problems mail <pr...@gmail.com> wrote:
>
>
> I think I found the geronimo-plugin.xml(/usr/local/geronimo/repository/geronimo/welcome-tomcat/1.1.1/welcome-
> tomcat-1.1.1.car/META-INF/), so this was installed as a plugin. Makes
> sense :).
>
> I think I should be able to install my application as a plugin as well.
>
> Any comments ?? - please advice.
>
> --
> Regards,
> Simon
>
>  On 12/29/06, problems mail <pr...@gmail.com> wrote:
>
> > Vamsi,
> >
> > When the build is done for the geronimo app, does ant/maven not use this
> > to deploy the application (is this stored in svn ?) ?
> >
> > Also, if I wanted to change the context-root for the welcome app how can
> > I go about doing this, since I do not have a plan.
> >
> > I also have a different application which I would like to deploy and it
> > is exploded as a directory, how do go about deploying that app ?
> >
> > Thanx for the reply.
> >
> > --
> > Regards,
> > Simon
> >
> >  On 12/29/06, Vamsavardhana Reddy <c1vamsi1c@gmail.com > wrote:
> > >
> > > deployment plans (geronimo-web.xml, geronimo-application.xml, etc.)
> > > are not stored anywhere.  Even if a deployment plan is available in the
> > > archive (under WEB-INF in case of geronimo-web.xml), it is not
> > > necessary that the same is used for deployment.  An external deployment plan
> > > may have been used at the time of deployment.
> > >
> > > --vamsi
> > >
> > > On 12/29/06, problems mail < problems.mail@gmail.com > wrote:
> > > >
> > > >
> > > > I tried to look for the plans as mentioned in this link -
> > > >
> > > > http://publib.boulder.ibm.com/wasce/V1.0/Tasks/Config/index.html
> > > >
> > > > Where are the plans for the existing apps stored (e.g.:
> > > > welcome-tomcat etc. ) for which the geronimo-web.xml is not present
> > > > in the WEB-INF directory ?
> > > >
> > > > --
> > > > Regards,
> > > > Simon
> > > >
> > > >  On 12/27/06, Jason Dillon <jason@planet57.com > wrote:
> > > > >
> > > > > I think you prolly need to update the plan for the welcome-jetty
> > > > > or welcome-tomcat (depends on which version of Geronimo you are using) and
> > > > > recompile the car and redeploy it.   But maybe there is an easier way?
> > > > >
> > > > > --jason
> > > > >
> > > > >
> > > > >
> > > > >  On Dec 27, 2006, at 6:02 PM, problems mail wrote:
> > > > >
> > > > >  Hello,
> > > > >
> > > > > How can I change the context root for the welcome screen from
> > > > > http://*:8080/ to http://*:8080/welcome ?
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Simon
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> >
> >
>
>


-- 
Regards,
Simon

Re: Change context for welcome screen to /welcome

Posted by problems mail <pr...@gmail.com>.
I think I found the
geronimo-plugin.xml(/usr/local/geronimo/repository/geronimo/welcome-tomcat/1.1.1/welcome-
tomcat-1.1.1.car/META-INF/), so this was installed as a plugin. Makes sense
:).

I think I should be able to install my application as a plugin as well.

Any comments ?? - please advice.

-- 
Regards,
Simon

On 12/29/06, problems mail <pr...@gmail.com> wrote:

> Vamsi,
>
> When the build is done for the geronimo app, does ant/maven not use this
> to deploy the application (is this stored in svn ?) ?
>
> Also, if I wanted to change the context-root for the welcome app how can I
> go about doing this, since I do not have a plan.
>
> I also have a different application which I would like to deploy and it is
> exploded as a directory, how do go about deploying that app ?
>
> Thanx for the reply.
>
> --
> Regards,
> Simon
>
>  On 12/29/06, Vamsavardhana Reddy <c1...@gmail.com> wrote:
> >
> > deployment plans (geronimo-web.xml, geronimo-application.xml, etc.) are
> > not stored anywhere.  Even if a deployment plan is available in the archive
> > (under WEB-INF in case of geronimo-web.xml), it is not necessary that
> > the same is used for deployment.  An external deployment plan may have been
> > used at the time of deployment.
> >
> > --vamsi
> >
> > On 12/29/06, problems mail < problems.mail@gmail.com> wrote:
> > >
> > >
> > > I tried to look for the plans as mentioned in this link -
> > >
> > > http://publib.boulder.ibm.com/wasce/V1.0/Tasks/Config/index.html
> > >
> > > Where are the plans for the existing apps stored (e.g.:
> > > welcome-tomcat etc. ) for which the geronimo-web.xml is not present in
> > > the WEB-INF directory ?
> > >
> > > --
> > > Regards,
> > > Simon
> > >
> > >  On 12/27/06, Jason Dillon <jason@planet57.com > wrote:
> > > >
> > > > I think you prolly need to update the plan for the welcome-jetty or
> > > > welcome-tomcat (depends on which version of Geronimo you are using) and
> > > > recompile the car and redeploy it.   But maybe there is an easier way?
> > > >
> > > > --jason
> > > >
> > > >
> > > >
> > > >  On Dec 27, 2006, at 6:02 PM, problems mail wrote:
> > > >
> > > >  Hello,
> > > >
> > > > How can I change the context root for the welcome screen from
> > > > http://*:8080/ to http://*:8080/welcome ?
> > > >
> > > > --
> > > > Regards,
> > > > Simon
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
>
>

Re: Change context for welcome screen to /welcome

Posted by problems mail <pr...@gmail.com>.
Vamsi,

When the build is done for the geronimo app, does ant/maven not use this to
deploy the application (is this stored in svn ?) ?

Also, if I wanted to change the context-root for the welcome app how can I
go about doing this, since I do not have a plan.

I also have a different application which I would like to deploy and it is
exploded as a directory, how do go about deploying that app ?

Thanx for the reply.

-- 
Regards,
Simon

On 12/29/06, Vamsavardhana Reddy <c1...@gmail.com> wrote:
>
> deployment plans (geronimo-web.xml, geronimo-application.xml, etc.) are
> not stored anywhere.  Even if a deployment plan is available in the archive
> (under WEB-INF in case of geronimo-web.xml), it is not necessary that the
> same is used for deployment.  An external deployment plan may have been used
> at the time of deployment.
>
> --vamsi
>
> On 12/29/06, problems mail <pr...@gmail.com> wrote:
> >
> >
> > I tried to look for the plans as mentioned in this link -
> >
> > http://publib.boulder.ibm.com/wasce/V1.0/Tasks/Config/index.html
> >
> > Where are the plans for the existing apps stored (e.g.:
> > welcome-tomcat etc. ) for which the geronimo-web.xml is not present in
> > the WEB-INF directory ?
> >
> > --
> > Regards,
> > Simon
> >
> >  On 12/27/06, Jason Dillon <jason@planet57.com > wrote:
> > >
> > > I think you prolly need to update the plan for the welcome-jetty or
> > > welcome-tomcat (depends on which version of Geronimo you are using) and
> > > recompile the car and redeploy it.   But maybe there is an easier way?
> > >
> > > --jason
> > >
> > >
> > >
> > >  On Dec 27, 2006, at 6:02 PM, problems mail wrote:
> > >
> > >  Hello,
> > >
> > > How can I change the context root for the welcome screen from
> > > http://*:8080/ to http://*:8080/welcome ?
> > >
> > > --
> > > Regards,
> > > Simon
> > >
> > >
> > >
> > >
> >
> >
> >
>

Re: Change context for welcome screen to /welcome

Posted by Vamsavardhana Reddy <c1...@gmail.com>.
deployment plans (geronimo-web.xml, geronimo-application.xml, etc.) are not
stored anywhere.  Even if a deployment plan is available in the archive
(under WEB-INF in case of geronimo-web.xml), it is not necessary that the
same is used for deployment.  An external deployment plan may have been used
at the time of deployment.

--vamsi

On 12/29/06, problems mail <pr...@gmail.com> wrote:
>
>
> I tried to look for the plans as mentioned in this link -
>
> http://publib.boulder.ibm.com/wasce/V1.0/Tasks/Config/index.html
>
> Where are the plans for the existing apps stored (e.g.:
> welcome-tomcat etc. ) for which the geronimo-web.xml is not present in the
> WEB-INF directory ?
>
> --
> Regards,
> Simon
>
> On 12/27/06, Jason Dillon <ja...@planet57.com> wrote:
> >
> > I think you prolly need to update the plan for the welcome-jetty or
> > welcome-tomcat (depends on which version of Geronimo you are using) and
> > recompile the car and redeploy it.   But maybe there is an easier way?
> >
> > --jason
> >
> >
> >
> >  On Dec 27, 2006, at 6:02 PM, problems mail wrote:
> >
> >  Hello,
> >
> > How can I change the context root for the welcome screen from
> > http://*:8080/ to http://*:8080/welcome ?
> >
> > --
> > Regards,
> > Simon
> >
> >
> >
> >
>
>
>

Re: Change context for welcome screen to /welcome

Posted by problems mail <pr...@gmail.com>.
I tried to look for the plans as mentioned in this link -

http://publib.boulder.ibm.com/wasce/V1.0/Tasks/Config/index.html

Where are the plans for the existing apps stored (e.g.: welcome-tomcat etc.
) for which the geronimo-web.xml is not present in the WEB-INF directory ?

-- 
Regards,
Simon

On 12/27/06, Jason Dillon <ja...@planet57.com> wrote:
>
> I think you prolly need to update the plan for the welcome-jetty or
> welcome-tomcat (depends on which version of Geronimo you are using) and
> recompile the car and redeploy it.   But maybe there is an easier way?
>
> --jason
>
>
>
>  On Dec 27, 2006, at 6:02 PM, problems mail wrote:
>
>  Hello,
>
> How can I change the context root for the welcome screen from
> http://*:8080/ to http://*:8080/welcome ?
>
> --
> Regards,
> Simon
>
>
>
>

Re: Change context for welcome screen to /welcome

Posted by Jason Dillon <ja...@planet57.com>.
I think you prolly need to update the plan for the welcome-jetty or  
welcome-tomcat (depends on which version of Geronimo you are using)  
and recompile the car and redeploy it.   But maybe there is an easier  
way?

--jason


On Dec 27, 2006, at 6:02 PM, problems mail wrote:

> Hello,
>
> How can I change the context root for the welcome screen from  
> http://*:8080/ to http://*:8080/welcome ?
>
> -- 
> Regards,
> Simon