Re: mod_jk: docBase and appBase -- 'ROOT' taken out

2008-07-17 Thread Charles Caldarale

On Jul 17, 2008, at 23:30, Robert Koberg <[EMAIL PROTECTED]> wrote:


unless I am doing something
terrible wrong with nested contexts...




Nested contexts are not permitted by the servlet spec. If another  
container supports such a violation, it just goes to show how far some  
will go to tie you to a proprietary environment.


 - Chuck
 


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk: docBase and appBase -- 'ROOT' taken out

2008-07-17 Thread Robert Koberg
On Thu, 2008-07-17 at 22:47 -0500, Charles Caldarale wrote:
> On Jul 17, 2008, at 21:56, Robert Koberg <[EMAIL PROTECTED]> wrote:
> >
> 
> > The problem: even though I specifiy
> > 'docBase="/home/app/wwwapps/ROOT/members"'
> 
> Which is completely illegal; 

buzzwrecker. why? Is there a technical problem or conformance? I am
migrating an old app from Resin 2.1.16.

> webapps may not be nested - each must be  
> in a separate directory (or war file), usually under the   
> appBase directory. Move members up one level, and remove the path and  
> docBase attributes from your  element - they're not allowed  
> in this situation.

Well, it worked when I tried it with out SSL. It works on TC standalone.

It also will work if you remove the
conf/Catalina/vhost/nested-context.xml

and place the Context element from that file in your server.xml Host.

So, now it is apparently working fine, unless I am doing something
terrible wrong with nested contexts...

thanks,
-Rob

> 
>   - Chuck



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk: docBase and appBase -- 'ROOT' taken out

2008-07-17 Thread Charles Caldarale

On Jul 17, 2008, at 21:56, Robert Koberg <[EMAIL PROTECTED]> wrote:





The problem: even though I specifiy
'docBase="/home/app/wwwapps/ROOT/members"'


Which is completely illegal; webapps may not be nested - each must be  
in a separate directory (or war file), usually under the   
appBase directory. Move members up one level, and remove the path and  
docBase attributes from your  element - they're not allowed  
in this situation.


 - Chuck


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]