Hi, 

Not exactly, http://localhost/Gabjur is not a real application. Gabjur is just 
the name of the department where the rest of application belongs to.

No, applications do not share anything at webapp level (they do at Dataase 
Level).

I'm using tomcat 6.0.24.

Whan applications like http://localhost/Gabjur/AD starts up it has to crate at 
filesystem level a file in the WEB-INF\classes folder called dfc.keystore but 
for any extrange reason it cannot because the physical path contains #.

What I would like ?

1.- To have a folder called Gabjur
2.- Create an AD.war file inside this folder
3.- system should automatically explode It
4.- I have to be able to acceed it through http://localhost/Gabjur/AD

Is this possible ?


Thanks a lot

Oscar Segarra Rey
Àrea de tecnologies de la informació i les comunicacions
Departament de la Presidència
C/ Sant Honorat 1-3 - 08002 Barcelona
934024834


-----Mensaje original-----
De: Wesley Acheson [mailto:wesley.ache...@gmail.com] 
Enviado el: dijous, 9 / setembre / 2010 12:30
Para: Tomcat Users List
Asunto: Re: Multi level webapp

If I understand correctly you want to serve content from
http://localhost/Gabjur from one web application and another
application from http://localhost/Gabjur/AD etc. Is that the
requirement or am I missing anything. Do these war files have any
interconnected content?

What version of tomcat are you using exactly?  Are there any messages
written to catalina.out? Which Java version are you using.

Regards,

Wesley Acheson

On Thu, Sep 9, 2010 at 11:47 AM, Oscar Segarra Rey <osega...@gencat.cat> wrote:
> Hi,
>
> We have an application (Gabjur) composed for several modules (AD, AX, FD...) 
> that should be served throug:
>
> http://localhost/Gabjur/AD
> http://localhost/Gabjur/AX
> http://localhost/Gabjur/FD...
>
> 1.- I have created the context file Gabjur#AD.xml, Gabjur#AX.xml and so on...
> 2.- I have renamed the .war's to Gabjur#AD.war, Gabjur#FD.war
> 3.- System deploys perfectly the .war files.
>
> The appears when application has to be started.  When application starts up 
> it creates automatically a file in the WEB-INF\classes folder called 
> dfc.keystore but for any reason it is nota ble to create it in a folder 
> containing the # character and therefore application does not start up.
>
> Is there any workarround to create a multilevel  application ?
>
> Thanks a lot.
>
>
> Oscar Segarra Rey
> Àrea de tecnologies de la informació i les comunicacions
> Departament de la Presidència
> C/ Sant Honorat 1-3 - 08002 Barcelona
> 934024834
>
> ________________________________
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to