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 working for you, rather than asking someone to rewrite the whole 
on-line documentation.


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



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.  It deploys folder with the name
module1#user1#testapp.  My web application fails during transformation of
the xml to html as it is unable to identify relative paths.

Thanks,
Tembugs



  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
 working for you, rather than asking someone to rewrite the whole on-line
 documentation.

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




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é Warniera...@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.  It deploys folder with the name
module1#user1#testapp.  My web application fails during transformation of
the xml to html as it is unable to identify relative paths.


Which XML to HTML?


p


Thanks,
Tembugs




  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
working for you, rather than asking someone to rewrite the whole on-line
documentation.

-
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



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:

 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 folder with the
 name
 module1#user1#testapp.  My web application fails during transformation of
 the xml to html as it is unable to identify relative paths.


 Which XML to HTML?



 p

 Thanks,
 Tembugs



  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
 working for you, rather than asking someone to rewrite the whole on-line
 documentation.

 -
 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




Re: Context path configuration in tomcat5.5.28

2010-03-08 Thread Konstantin Kolinko
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,
Konstantin Kolinko

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



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
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,
 Konstantin Kolinko

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