Angelo chen

- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Angelo chen created a post, css code complete in a tml file
Hi,I'm trying out IDEA 9, I can have code complete for css in a html file, but in a .tml file, the code complete in the css block does not work, only in the html part, how to enable this? Thanks,A.C. -
Angelo chen created a post, IDEA 8, OutOfMemoryError
Hi,I have maven configuration with jetty:run as goal, I'm getting memory errors lately:Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap spaceat java.awt.image.DataBufferI... -
Angelo chen created a post, DIANA 8493 questions
hi,1. I imported a project from maven, now every time I open the project, it says 'parsing files...', take a while before the project is shown in the ide.2. HtmlPreview plug in has to be uninstalle... -
Angelo chen created a post, Slow jpda debugging
Hi,I have a web app that i setup to use a remote tomcat 6 server from IDEA 7, if just run, it's fast, but if under 'debug' mode, navigating of pages is very slow, however once it reach the break po... -
Angelo chen created a post, local tomcat server and virtual domain not working
Hi,In the server.xml, i have this entry: www.example.com ]]>if I run my app using local tomcat server, the above domain will not work, any idea how to make this works?Thanks, -
Angelo chen created a post, tomcat home and tomcat base directory
hi,what's the use of the tomcat base directory? I have always set it to the same location but I believe there is a reason, any hints on this? Thanks.Angelo -
-
Angelo chen created a post, Remote debugging with tomcat 6.0.16
Hi,in the edit configuration's debug profile there is this:-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,suspend=n,server=yhow to pass this info to tomcat? thanks. -
Angelo chen created a post, Running an app from IDEA with a remote tomcat 6 server?
Hi,I have an app that is running under its own virtual domain:$CATALINA_HOME/example.comfor that I have to build the app with Intellij then cut/paste the ROOT.war file to the above directory, is th... -
Angelo chen created a post, test remote server
Hi,I have a ubuntu server with tomcat 6, I'd like that :1) Intellij can use that server instead of local2) while running I like to see the logs of tomcat just like what I can do with local server's...