How can I work in community edition with glassfish?

Hi!

How can I work in community edition with glassfish server app?

Or what should I do in order to begin working with glassfish server from intellij idea community edition?

Thanks.

0
2 comments

Hello,

IntelliJ IDEA provides support for Glassfish in Ultimate Edition only (see http://www.jetbrains.com/idea/features/editions_comparison_matrix.html).

Though it's possible to get some limited support for Glassfish in Community Edition it would require manual configuration (and many features won't be
available anyway). Firstly you can configure the Glassfish startup script as an external tool (Settings | External Tools), or you can use Maven goal
to start the server if your project is Maven-based. Also you need to configure a script to deploy your application to the server. After that you can
create a 'Remote' run configuration to debug the application.

--
Nikolay Chashnikov
JetBrains
http://www.jetbrains.com
"Develop with pleasure!"

0

Thanks a lot!

0

Please sign in to leave a comment.