Could I use context to deploy multiple instances of axis2?
I need different names to each axis2 instance?

I like to do something like that:
/home/user1/public_servlets/axis2
/home/user2/public_servlets/axis2
/home/user3/public_servlets/axis2

Then in my context file i'll have

<Context path="/user1/axis2"
    docBase="/home/user1/public_servlets/axis2" >
</Context>


<Context path="/user2/axis2"
    docBase="/home/user2/public_servlets/axis2" >
</Context>



Regards
Cristian

On Tue, May 20, 2008 at 4:06 PM, Mark Thomas <[EMAIL PROTECTED]> wrote:
> Cristian Bullokles wrote:
>>
>> Hi,
>>       I have installed and working Tomcat 6.0.16, but i like to
>> configure multiple (webapps) appBase folders.
>>       I like to do that only to deploy servlet in different folders
>> not only in the default webapps folder.
>>       Can I do that?
>
> No. But you can use context files to deploy wars or directories outside of
> the host's appBase.
>
> Mark
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to