I\'m trying to enable SSO under Tomcat such that users who go to http://mydomain.com and http://www.mydomain.com will have their session cookie available for requests made to http://subdomain.mydomain
I\'m currently working on a specification for a web application which consist of a administration interface, and a set of web-services which will be consumed by parter websites.
I have a web application written using Java servlets. I am using Tomcat 7 as my servlet engine, but have used Glassfish previously and had the exact same issue.
whenever I start and access BIRT and an Eclipse RAP application deployed in Tomcat, Tomcat \"crashes\" (does not accept any new requests). This does not always happen immediately after the first acces
I\'m trying to start tomcat server 6.0.32 (NOT MY APP) from eclipse but it fails with error \"Server Apache Tomcat v6.0.32 at localhost failed to start\". But when I\'m starting it with startup.bat it
I have an application that I am try to deploy with ANT to Tomcat 6.0.32.When tomcat starts the first time with the application present, no errors appear. My any deploy script simply copies a jar file
I can\'t access my web application deployed on tomcat via Ant. It is deployed fine, but, when I access it, browser gave me 404 error. The catalina log gave me the following exception. It previously wo
I am trying to start hornetQ 2.0.0.GA in Tomcat. My application, when initializing, will try to start hornetq server in this way:
My application, when running on Tomcat, is not able to connect to my database when deployed as a .war in the webapps folder, but it can connect when I am running it through Eclipse directly. The code
If I make changes in my .xhtml file, the changes are not getting reflected on the screen in my browser. To get it to work, I have to restart the server everytime. This seems un开发者_StackOverflow中文