View Single Post

  #8 (permalink)  
Old 12-11-2007, 10:58 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Quote:
Originally Posted by Johnny Utah View Post
Tomcat is running fine on the backend server. You need to specify:
Code:
http://pengo:8080/jtrac
in order to use the application though. Is there any way to get Pound to redirect to the URL above? Or do I need to configure Tomcat's server.xml / web.xml so that the application is accessible by hitting just
Code:
http://pengo
?

I enabled the highest level of logging, but I didn't see any error messages.
Pound cannot connect to dynamic urls it only recognizes root; In short run app from root aka reconfigure tomcat.
Code:
http://pengo
__________________
May the force with you!
Reply With Quote