I am sorry. I think i missed something. I am not trying to hit it using localhost infact. Say my server name is abc.qa.domain.com When i try to hit http://abc.qa.domain.com:5052, the login page does not show up. It throws "Page Not Found" error.
I thought whether it s a firewall issue, but when i try to hit the home page of the application using http://abc.qa.domain.com:8082 the home page appears properly. If it is some web.xml or any other configuration issues, the login console should not appear even when i try to deploy the same in my local tomcat server Thanks for the input on -webAllowOthers, i was not aware of this. Will change it as suggested. On Sep 10, 7:12 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > I don't know what could be the problem. Possibly "localhost" is not > configured correctly (I think it's in the hosts file, not sure)? If > that's not the problem, I guess you need to use some Unix command line > tools to find out what the problem is... > > -webAllowOthers: If you use localhost, then you don't need to enable > it. By the way the value "true" after "-webAllowOthers" is no longer > required (it is implicit). > > Regards, > Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
