Re: Tomcat 7 + VirtualHost

2011-08-22 Thread Piotr Pawlowski
Dear All, Thank you for your tips and suggestions. I've convinced my developers, that rewriting application will be better. Currently they are working on that, so reported issue not exists anymore. Thanks again for your time. Best Regards -- Piotr Pawlowski On 22 August 2011 16:14, André Warnie

Re: Tomcat 7 + VirtualHost

2011-08-22 Thread André Warnier
Piotr Pawlowski wrote: Dear All, Making my application as ROOT app won't solve the problem because I will have application running under example.com , not example.com/myApp. A lot of hyperlinks are hard-coded in it. That is a very bad design, which will cost you a lot of lost time in the futu

Re: Tomcat 7 + VirtualHost

2011-08-22 Thread Pid
On 22/08/2011 13:15, Piotr Pawlowski wrote: > A lot of hyperlinks are hard-coded in it. That can't possibly go wrong... p signature.asc Description: OpenPGP digital signature

Re: Tomcat 7 + VirtualHost

2011-08-22 Thread Konstantin Kolinko
2011/8/22 Piotr Pawlowski : > Maybe I didn't describe it clearly - I need some kind of redirection from > example.com to example.com/myApp . ROOT/index.jsp: [[[ <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> ]]] + add standard taglib to the ROOT webapp http://tomcat.apache.org/ta

Re: Tomcat 7 + VirtualHost

2011-08-22 Thread Piotr Pawlowski
Dear All, Making my application as ROOT app won't solve the problem because I will have application running under example.com , not example.com/myApp. A lot of hyperlinks are hard-coded in it. Changing this will costs my developers around 4hours of coding and testing which we currently don't have.

Re: Tomcat 7 + VirtualHost

2011-08-22 Thread Pid
On 22/08/2011 11:51, Piotr Pawlowski wrote: > Dear All, > > I have following issue: > I have domain, example.com. My application is running under > http://example.com/myApp . Unfortunately every time I need to enter full url > to access my application (example.com/myApp). Is it possible to configu

Tomcat 7 + VirtualHost

2011-08-22 Thread Piotr Pawlowski
Dear All, I have following issue: I have domain, example.com. My application is running under http://example.com/myApp . Unfortunately every time I need to enter full url to access my application (example.com/myApp). Is it possible to configure tomcat in such way, that my application will start al