Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
t; > > thanks, > > > > > > > > MK > > > > > > > > > > > > > > > > > > > > > Caldarale, Charles R schrieb: > > > > > > > > > > > > > > > > > &g

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Rainer Jung
anm [mailto:[EMAIL PROTECTED] Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 The webaplication is done now, but my boss asked me to change the name of URL webapplication. IF I change the directory name than there are many jsp pages with many links with old name's webapp

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
; > MK > > > > > > > > > Caldarale, Charles R schrieb: > > > > > > > > > > From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context > > > > > > > > > or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 > >

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Rainer Jung
: From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 The webaplication is done now, but my boss asked me to change the name of URL webapplication. IF I change the directory name than there are many jsp pages with many links with old

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
Hi, my case is Case 1: can you give me an example for Redirect or RedirectMatch thanks, MK > Caldarale, Charles R schrieb: > >> From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context >>> or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 >>> >>> The

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Rainer Jung
Caldarale, Charles R schrieb: From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 The webaplication is done now, but my boss asked me to change the name of URL webapplication. IF I change the directory name than there are many jsp pages

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
In my first email I copied(short) the mod_jk configuration in httpd.conf file. Mk On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat 5.

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread David Smith
pages with many links with old name's webapplication. On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 I want to have a webapplication name /webaplicaiton/welcome.

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > Tomcat 5.5 > > The webaplication is done now, but my boss asked me to change the name > of URL webapplication. IF I change the directory name than there are > many jsp

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
nm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat 5.5 > > > > I want to have a webapplication name /webaplicaiton/welcome.do > > different than the directory name (/webapps/booking). > > O.k., I'll bite:

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > Tomcat 5.5 > > I want to have a webapplication name /webaplicaiton/welcome.do > different than the directory name (/webapps/booking). O.k., I'll bite: why? That'

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
have (webapplication) name different than directory name under webapps directory Thanks, MK On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > Tomcat 5.5 > > The context located : > Tomcat 5.5\conf\Catalina\localhost\webapplication.xml > and I modified as you mentioned: > > > --- > > > then

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
ons. Thanks. MK On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: kohanm [mailto:[EMAIL PROTECTED] > > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > > Tomcat 5.5 > > > > I removed the path and docBase attributes lik

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm [mailto:[EMAIL PROTECTED] > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+ > Tomcat 5.5 > > I removed the path and docBase attributes like this: >debug="5" reloadable="true" crossContext="true"> No, remove

Re: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread kohanm
Thanks for your replay. When I sent the email it generated asterisks. In the context there is not any asteriske. I do not use them. The Catalina directory name was a typo too. I removed the path and docBase attributes like this: ** still does not work: (*The requested resource (/webapplicatio

RE: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5

2008-07-24 Thread Caldarale, Charles R
> From: kohanm <[EMAIL PROTECTED]> > Subject: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5 > > If I change the directory name Tomcat5.5/webapps/*booking* > to the *webapplication,* the server works fine. Which is how it's supposed to work. The URI path to the webapp is determined b