Sun Java System Web Server 6.1 SP7 Release Notes

Sun Java Studio Enterprise Support

Sun Java System Web Server 6.1 supports Sun Java Studio Enterprise 8. Sun Java Studio technology is Sun's powerful and extensible integrated development environment (IDE) for Java technology developers. Sun Java Studio is based on the NetBeansTM software and is integrated with the Sun Java platform.

Sun Java Studio support is available on all platforms supported by Sun Java System Web Server 6.1. The plug-in for the Web Server can be obtained in the following ways:


Note –

Sun Java Studio 8 plug-in for Sun Java System Web Server 6.1 SP7 works only with a local web server, that is, the IDE and the web server must be installed on the same machine.


For information about using the web application features in Sun Java Studio 8, see http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/index.html. Set the Sun Java System Web Server 6.1 SP7 instance as default, and follow the steps described in the tutorial.

Also, see the NetBeans tutorial at http://www.netbeans.org/kb/41/j2ee-tut/.

For more information about Sun Java Studio 8, see http://www.sun.com/software/sundev/jde/.

For additional developer resources, see Additional Sun Resources.

To Use Sun Java Studio Enterprise 8 for Debugging

Sun Java Studio Enterprise 8 can be used for remote debugging if you want to manually attach the IDE to a remote web server started in debug mode.

  1. Restart the server instance in the debug mode by using the Sun Java System Web Server Administration interface (Server Manager->JVM General->Debug Enabled).

  2. Note the JPDA port number.

  3. Start the IDE.

  4. Choose Debug->Start.

  5. Select the dt_socket method.

  6. Type the remote machine name and JPDA port number.

    Any breakpoint created in the IDE on Servlet source code of a deployed application becomes active.