Hey All:
I have web application which I deployed to Tomcat 7 in Eclipse STS. The web app luanches and I am able to navigate to all my pages.
When I deploy the same application in Intellij the browser launches, but the URL parameters I specify to luanch with are gone and replaced by a jsessionid. Further, none of the CSS which are in the media directory are applied to the site home page.
I have deployed the application to the Tomcat instance in Intellij and Eclpse and then compared the directories. Everything is the same for both of the deployements, and I see nothing interesting in the tomcat.log files that would indicate an issue.
Is there some type of IDE configuration I might be missing that would cause this?