I think, first of all, its not an issue with configurations or other basic stuff (at least I think it is not) - I followed this tutorial: http://wiki.jetbrains.net/intellij/Creating_a_simple_Web_application_and_deploying_it_to_Tomcat
Basically everything works, except the "start browser" thing. If I click run, he starts tomcat, even debug is no problem, but:
I have to manually point my browser to the page I want to view
Its a little bit annoying, and I can't see why. I tried some workarounds (e.g. telling him not to use the "default browser", giving him the .exe path, disable all other browsers). Its not the end of the world, but the additional click in the JSP (on the little firefox icon on the top right) means I need the mouse, and thats not very comfortable - I rather just press a key and have a quick glance at the result, and switch back to the IDE to correct errors.
So anyone has had the same experience, is there some setting I am missing?
Chris
PS: I did the same with a JBOSS configuration a few days back, and there he starts the browser without a problem - maybe its my machine, will try on another machine tomorrow, to see if its a systematic problem.
I get these message, so the server starts up, maybe they changed the logging level and intellij is not "getting it" that the server is up an running:
Information: Starting ProtocolHandler ["http-bio-8080"]
Mrz 26, 2012 9:17:53 AM org.apache.coyote.AbstractProtocol start
Information: Starting ProtocolHandler ["ajp-bio-8009"]
Mrz 26, 2012 9:17:53 AM org.apache.catalina.startup.Catalina start
Information: Server startup in 556 ms