Sunday, 15 August 2010

java - tomcat 7 with AWS -



java - tomcat 7 with AWS -

created instance ec2 , deployed. working fine 1 problem is: should access application with: http://ec2-50.31.43.compute1.aws.com/applicationname or there way avoid applicationname in url. should able access application url: http://ec2-50.31.43.compute1.aws.com/applicationname

i tried making application default in tomcat adding below in server.xml

web-inf/web.xml

this works if access url domain name in application other links not working. tried renaming war file root , same issue exists.

is there other solution can access application domain name links working.

store app root.war , add together <base href="http://my:8080/root/url"> @ top of jsp pages.

java tomcat amazon-web-services

No comments:

Post a Comment