ANONYMOUS

- Total activity 4852
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1921
-
Created Documentation - What We Need
In response to David's request for feedback, here's a summary of what Ithink our team (four developers) needs from the documentation.First, we've all been using IDEA for at least six months each, a... -
Created Keymaps....
I'm going to be making a "Default Keymap Index" for the Overview... pleasewrite all of the Keymaps you would like to include into this section (I'mtrying to remember or find them all, you all can h... -
Created JSP debug with Tomcat HOWTO
Hello,Here's a brief description of how to configure JSP source-level debuggingwith Tomcat.1. First create a WebApp run configuration in "File | Project Properties |Run/Debug"2. The parameters avai... -
Created Tomcat setup dilemna
There's a problem with the running of Tomcat with IDEA.IDEA doesn't use any shell script to run Tomcat, just calling the JVM directly, thus not giving any opportunity to specify neither the classpa... -
Created Tomcat error
I get the following error when I access a jsp from my web applicationinstalled in tomcat. The idea debug console shows that tomcat has beenstarted successfully.org.apache.jasper.JasperException: Un... -
Created How do I use remote debugging?
I'm running weblogic 6.1 and I have put the "-Xdebug -Xnoagent" stuffin my WL startup script. When I click the bug in IDEA to startdebugging, this is displayed in the debug window: Connecting to ... -
Created Further info needed - how do I debug JSPs with Tomcat and IDEA v3?
Having had guidance from the assembled brains here I can now get IDEA to debug with Tomcat via a remote connection - though still have not found any way to do it locally - but it does not work with... -
Created How do I run Tomcat with IDEA?
I have looked into all the available configuration options in IDEA to set up a project as a webapp. I have set the Catalina Home variable in the Run/Debug window to point to my Tomcat 4.0.4 install... -
Created #638 error after source files were deleted (not in IDEA)
ERROR - com.intellij.ide.q - Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.intellij.j2ee.a.c.y@97c9de,notifier=null,catchExceptions=false,... -
Created Don't make IDEA 'too smart' on EJB errors... (non-final static fields)
Hello,Specification says that you should not use non-final static fields, but Idon't know any EJB container where deploying the bean with such a fieldresults in an error. Why mark this as an error,...