The J2EE 1.4 SDK Update 1 is now available with several bug fix improvements. The J2EE SDK contains the Sun Java System Application Server Platform Edition 8 featuring support for JavaServer Faces technology and is free for both development and deployment. Sun Java System Application Server Platform Edition 8 is also available as a bundle with JavaStudio Creator and NetBeans 3.6. In addition to a freely deployable application server, the J2EE SDK includes the latest J2EE Blueprints, J2SE 1.4.2, and sample code.
In addtion to the SDK, you can also download the Java Application Verfication Kit for free. The Java Application Verification Kit is a tool intended to help developers test their applications for correct use of J2EE APIs and portability across J2EE compatible application servers, and to help developers avoid inadvertently writing non-portable code.
Get it now for free at: http://java.sun.com/j2ee/1.4/download.html
-
J2EE 1.4 SDK Update Release 1 Now Available (6 messages)
- Posted by: Dennis MacNeil
- Posted on: June 16 2004 13:25 EDT
Threaded Messages (6)
- Sun Java System Application Server 8, Windows service? by Sean Sullivan on June 17 2004 12:13 EDT
- JavaService by Steven Goldsmith on June 17 2004 13:05 EDT
- We've been using this by Robert Hedin on June 17 2004 15:28 EDT
- Sun Java System Application Server 8, Windows service? by Anthavio Lenz on June 18 2004 18:21 EDT
- Sun Server as a service... by Cav Edwards on June 18 2004 18:43 EDT
- J2EE 1.4 SDK Update Release 1 Now Available by Sean Sullivan on June 21 2004 18:11 EDT
-
Sun Java System Application Server 8, Windows service?[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: June 17 2004 12:13 EDT
- in response to Dennis MacNeil
If you install the J2EE 1.4 SDK + Application Server on Windows, you'll discover that Sun's installation program does not register the application server as a Windows service.
I'd like to run the app server as a Windows service. I am disappointed that Sun does not provide this functionality. -
JavaService[ Go to top ]
- Posted by: Steven Goldsmith
- Posted on: June 17 2004 13:05 EDT
- in response to Sean Sullivan
If the app server is Java you can use http://www.multiplan.co.uk/software/javaservice/downloads.html to set it up as a Windows service. I'm using this with JBoss.... -
We've been using this[ Go to top ]
- Posted by: Robert Hedin
- Posted on: June 17 2004 15:28 EDT
- in response to Sean Sullivan
For services, we've been using Java Service Wrapper ( http://wrapper.tanukisoftware.org/doc/english/index.html ); been using it to autostart Tomcat, JBoss, and other apps as a service.
Seems to work on Windows, Linux, Solaris, and Mac OS X (they say it also works on FreeBSD, HPUX, Irix, and AIX, but we've not tried those).
rob. -
Sun Java System Application Server 8, Windows service?[ Go to top ]
- Posted by: Anthavio Lenz
- Posted on: June 18 2004 18:21 EDT
- in response to Sean Sullivan
Sun AS 8 Platform Edition has many features, except standard J2EE, ripped off to do not compete with future release of Enterprise Edition. (In comparison with version 7 EE) -
Sun Server as a service...[ Go to top ]
- Posted by: Cav Edwards
- Posted on: June 18 2004 18:43 EDT
- in response to Sean Sullivan
you can maually add a service entry directly in the registry. To save having to repeat the excercise you can export the service entry using regedit.
jv16 powertoys is a good utility for this kind of thing and I am sure the resource kit for windows has functionality to do the same.
Have fun.
P.S. you can always message Sun - they were very quick to reply when I got onto them about their new dev env... -
J2EE 1.4 SDK Update Release 1 Now Available[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: June 21 2004 18:11 EDT
- in response to Dennis MacNeil
The J2EE SDK contains the Sun Java System Application Server Platform Edition 8
I am unable to run one of my legacy applications in the Sun Java System Application Server (8.0, Update 1, Platform Edition).
The application needs to a context-root value of "/"
Sun's app server can't load the web module.
The bug is explained in Sun's bug database:
Having Context Root as / or " " doesn't work
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5034023