Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread tembugs tembugs
Hi Konstantin, It is the same but now the problem is I can't use a hard coded path in the import statement in xsl. So I really wonder why relative paths in xsl:import are not working with context root deployment of the war. Regards, Tembug On Tue, Mar 9, 2010 at 5:12 AM, Konstantin Kolinko wrot

Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread Konstantin Kolinko
2010/3/8 tembugs tembugs : > In my servelt, I try to transform my xml data available as a string to html > using the xsl files available. > http://marc.info/?t=12665788981&r=1&w=2 That was your thread. Is anything different now? Best regards, Konstantin Kolinko

Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread tembugs tembugs
In my servelt, I try to transform my xml data available as a string to html using the xsl files available. On Mon, Mar 8, 2010 at 5:14 PM, Pid wrote: > On 08/03/2010 08:51, tembugs tembugs wrote: > >> Hi, >> >> On Mon, Mar 8, 2010 at 2:13 PM, André Warnier wrote: >> >> tembugs tembugs wrote: >>

Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread Pid
On 08/03/2010 08:51, tembugs tembugs wrote: Hi, On Mon, Mar 8, 2010 at 2:13 PM, André Warnier wrote: tembugs tembugs wrote: Hi, I am trying to deploy my web application in tomcat5.5.28 using multilevel path. Example, my webmodule is testapp.war and I am deploying it as module1/user1/test

Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread tembugs tembugs
Hi, On Mon, Mar 8, 2010 at 2:13 PM, André Warnier wrote: > tembugs tembugs wrote: > >> Hi, >> >> I am trying to deploy my web application in tomcat5.5.28 using multilevel path. Example, my webmodule is testapp.war and I am deploying it as module1/user1/testapp using tomcat manager. It deploys

Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread André Warnier
tembugs tembugs wrote: Hi, Can anyone give the step by step procedure to do context path in tomcat 5.5.28? I couldn't follow the one given in apache website. Maybe, if you explain what you mean by "do context path". It might be better to explain what you are trying to do, and how it is not w

Context path configuration in tomcat5.5.28

2010-03-08 Thread tembugs tembugs
Hi, Can anyone give the step by step procedure to do context path in tomcat 5.5.28? I couldn't follow the one given in apache website. Regards, Sangeetha