executing servlet in forte for java

In sun one community edition i can compile the servlet program but i am not able to execute it.The external browser is not invoking.please give me a solution to execute the servlet using sunone standard edition
[224 byte] By [ramamurthyradhakrishnan] at [2007-11-25 10:24:42]
# 1

The way the IDE is set up, you do not execute a servlet. You execute the web module instead.

You might want to try the HelloWeb and CD ShopCart tutorials to better understand how to build a web application. You can find them at http://developers.sun.com/prodtech/javatools/reference/codesamples/index.html

Also helpful are

http://docs.sun.com/source/816-4337/04_programming_web.html

http://docs.sun.com/source/816-4337/05_debugging_web.html

jetsons at 2007-7-1 20:40:27 > top of Java-index,Development Tools,Java Tools...