Hello,
I have been trying to setup the tomcat proxy so that person can use tomcat to pass it to Tomcat. I have setup in the External App the setting for Tomcat to be proxied at port 8080 using Webserver Setting.
Then I add in the .htaccess this line:
RewriteEngine On
RewriteRule ^/(.*)$ http://127.0.0.1:8080/$1 [L,P,QSA]
But it does not work, since it give error 500 when I tried it. I used the information I found from the forum to do the Reverse Proxy so I can redirect requests to tomcat for servlets, and such, and it is not working properly as it should be for it. So...any help here?
Note that it fails since it could not find the file, home.do in the directory, but tomcat picks it up when tried directly, but not from litespeed proxy itself.
Here is the reference link to the other post, which I used to setup the Tomcat Proxy which it did not work for it. http://www.litespeedtech.com/support/forum/showthread.php?t=2879
I have been trying to setup the tomcat proxy so that person can use tomcat to pass it to Tomcat. I have setup in the External App the setting for Tomcat to be proxied at port 8080 using Webserver Setting.
Then I add in the .htaccess this line:
RewriteEngine On
RewriteRule ^/(.*)$ http://127.0.0.1:8080/$1 [L,P,QSA]
But it does not work, since it give error 500 when I tried it. I used the information I found from the forum to do the Reverse Proxy so I can redirect requests to tomcat for servlets, and such, and it is not working properly as it should be for it. So...any help here?
Note that it fails since it could not find the file, home.do in the directory, but tomcat picks it up when tried directly, but not from litespeed proxy itself.
Here is the reference link to the other post, which I used to setup the Tomcat Proxy which it did not work for it. http://www.litespeedtech.com/support/forum/showthread.php?t=2879
Last edited by a moderator: