| Author |
J2EE Environment Variables
|
Sean Casey
Ranch Hand
Joined: Dec 16, 2000
Posts: 625
|
|
Okay, so I got Tomcat working, and I've installed J2EE. I'm not sure which variables to set though. I'm running linux and my j2sdk is located at /usr/java/j2sdk1.3.0_02 . My j2ee is located at /usr/local/Java/j2sdkee1.3 . If anyone could help me set this up I would really appreciate it. I've just got a book on Servlets and JSP and I really want to try this stuff out. Thanks for any help. -Sean
|
 |
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
|
|
Sean, Why do you want Tomcat??? For j2eesdk you do not need a Tomcat atleast in the Windows environment. [This message has been edited by Rahul Mahindrakar (edited May 10, 2001).]
|
 |
Sean Casey
Ranch Hand
Joined: Dec 16, 2000
Posts: 625
|
|
|
I was told I need Tomcat in order to create Servlets.
|
 |
Desai Sandeep
Ranch Hand
Joined: Apr 02, 2001
Posts: 1157
|
|
Sean, Tomcat is bundled with J2EE Reference Implementation.The j2eesdk installation takes care of providing a web service for your clients. Regards, Sandeep - Sun Certified Programmer for Java 2 Platform Scored 93 per cent
- Oracle JDeveloper Rel. 3.0 - Develop Database Applications with Java Scored 56 out of 59
- IBM Enterprise Connectivity with J2EE Scored 72 per cent
- Enterprise Development on the Oracle Internet Platform Scored 44 out of 56
[This message has been edited by Desai Sandeep (edited May 12, 2001).]
|
<b>Sandeep</b> <br /> <br /><b>Sun Certified Programmer for Java 2 Platform</b><br /> <br /><b>Oracle Certified Solution Developer - JDeveloper</b><br /><b>-- Oracle JDeveloper Rel. 3.0 - Develop Database Applications with Java </b><br /><b>-- Object-Oriented Analysis and Design with UML</b><br /> <br /><b>Oracle Certified Enterprise Developer - Oracle Internet Platform</b><br /><b>-- Enterprise Connectivity with J2EE </b><br /><b>-- Enterprise Development on the Oracle Internet Platform </b>
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
|
And in the same breath I'd mention that... If all you're doing is servlet development, you don't need J2EE. You just need Tomcat
|
 |
 |
|
|
subject: J2EE Environment Variables
|
|
|