Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
IntelliJ IDEA and OC4J 11g
Permanently deleted user
Created
Hi, is there anyway I can integerate Intellij IDEA 9.0.2 with Oracle's OC4J 11g application server. I've been trying and searching all over but couldn't find anything.
There is no plugin for oc4j in IDEA. However you can integrate IDEA with oc4j using JSR45 Server configuration. Open Settings | Application server and create new JSR45 Compatible Server. Then open Run | Edit Configurations dialog and create JSR45 local configuration. Specify OC4J_JVM_ARGS in 'VM Options variable' field, 8888 in 'Port' field, then on 'Startup/Connections' tab setup startup and shutdown scripts for the server. After that you'll be able to start and stop oc4j server from IDEA. To deploy your application to server you can specify /j2ee/home/default-web-app as output directory for your artifact.
Hi, is there anyway I can integerate Intellij IDEA 9.0.2 with Oracle's OC4J 11g application server. I've been trying and searching all over but couldn't find anything.
There is no plugin for oc4j in IDEA. However you can integrate IDEA with oc4j using JSR45 Server configuration. Open Settings | Application server and
create new JSR45 Compatible Server. Then open Run | Edit Configurations dialog and create JSR45 local configuration. Specify OC4J_JVM_ARGS in 'VM
Options variable' field, 8888 in 'Port' field, then on 'Startup/Connections' tab setup startup and shutdown scripts for the server. After that you'll
be able to start and stop oc4j server from IDEA. To deploy your application to server you can specify /j2ee/home/default-web-app as output
directory for your artifact.
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"