GlassFish
-
Hello I am a beginner and practicing; I installed Netbeans and glassfish v3. then I went to file/new project and chose JavaEE/Enterprise application.in Servlet and setting option I add Glassfish but the finish buttun still disable. do I have to do some setting for glassfish? do you have any ideas? thanks
-
Hello I am a beginner and practicing; I installed Netbeans and glassfish v3. then I went to file/new project and chose JavaEE/Enterprise application.in Servlet and setting option I add Glassfish but the finish buttun still disable. do I have to do some setting for glassfish? do you have any ideas? thanks
For a first project sneak check this: Tutorial "Creating and Running an Application Client on the GlassFish Server"[^] And here is a quick start guide: Oracle GlassFish Server 3.0.1 Quick Start Guide[^] and here is a WIKI: INstalling Glasfish[^] I'm not used to Glassfish, more the Tomcat user. but the Glassfish Server should also be visible on your machine using
http://localhost:8080
in your browser. regards TorstenI never finish anyth...