Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread tembugs tembugs
linko wrote: > 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 differ

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: >

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 tom

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: 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 wrote: > 2010/2/22 tembugs tembugs : > > Hi Konstantin, > > > > Great. It works perfectly. >

Re: problem in using context path in xsl:import

2010-02-21 Thread tembugs tembugs
Hi Konstantin, Great. It works perfectly. But can we define any variable before the import statement in xsl to define the absolute path in one place than repeating in every location where needed? Thanks, Tembug On Mon, Feb 22, 2010 at 10:04 AM, Konstantin Kolinko wrote: > 2010/2/19 temb

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,

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, but this throws an exception "java.net.MalformedUR