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

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 a...@ice-sa.com 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

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 p...@pidster.com wrote: On 08/03/2010 08:51, tembugs tembugs wrote: Hi, On Mon, Mar 8, 2010 at 2:13 PM, André Warniera...@ice-sa.com wrote

Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread tembugs tembugs
knst.koli...@gmail.comwrote: 2010/3/8 tembugs tembugs temb...@gmail.com: 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=12665788981r=1w=2 That was your thread. Is anything different now? Best regards

Re: problem in using context path in xsl:import

2010-02-21 Thread tembugs tembugs
Hi Chris, The options provided doesn't seem to work. java.io.FileNotFoundException: Thanks, Sangeetha On Fri, Feb 19, 2010 at 9:26 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tembug, On 2/19/2010 6:26 AM, tembugs tembugs

Re: problem in using context path in xsl:import

2010-02-21 Thread tembugs tembugs
: 2010/2/19 tembugs tembugs temb...@gmail.com: If the # character need to be encoded in xsl, how do I do it? Can anyone share a sample on this? # must be encoded as %23 in the path part of an URL See also http://marc.info/?t=12573530792r=1w=2 http://issues.apache.org/jira/browse

Re: problem in using context path in xsl:import

2010-02-21 Thread tembugs tembugs
Ok. I am not sure why it did not work. But it works for other web project that does not have # character in the path. On Mon, Feb 22, 2010 at 11:07 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2010/2/22 tembugs tembugs temb...@gmail.com: Hi Konstantin, Great. It works

problem in using context path in xsl:import

2010-02-19 Thread tembugs tembugs
Hi, When I use multi-level context path in tomcat, I have folders created with # inside webapps like folder1#folder2#folder3. The xsl files inside my web module tries to import other xsl files in the same hierarchy like,inside file1.xsl, I do, xsl:import href=file2.xsl but this throws an