of course Apache Tomcat 4.0.x works with j2sdk1.4, what wont work is j2sdkee1.2 with j2sdk1.4, what i do know is u need j2sdk1.3 to work with j2sdkee1.3 etc Padmanava
-----Original Message----- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 5:09 PM To: [EMAIL PROTECTED] Subject: Re: Not able to run the Servlets Well, it is the rule rather than the exception that newer versions of a development language are not backward compatible with their tools. Tomcat 3.2, for example, was designed according to the Servlet 2.2 specification, which was based on J2EE 1.3 and J2SE 1.3. It is not surprising at all that writing a servlet using J2SE 1.4 that includes classes the JVM in Tomcat 3.2 doesn't recognize would break it. I haven't used Tomcat since that version, but I've heard that the latest 4.x release is J2SE 1.4 compatible. Mark -----Original Message----- From: Ajitabh Pandey [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 7:04 AM To: [EMAIL PROTECTED] Subject: Re: Not able to run the Servlets In the industry, 7 years. More on DBA/SysAdmin side. Development not much. Only small assignments mostly internal developments. -----Original Message----- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 4:40 PM To: [EMAIL PROTECTED] Subject: Re: Not able to run the Servlets How long have you been around software development? This is typical, and not strange in the least. -----Original Message----- From: Ajitabh Pandey [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 1:37 AM To: [EMAIL PROTECTED] Subject: Re: Not able to run the Servlets Thanks all of you. I will install tomcat today. But it is strange, something works with JDK1.3 and doesn't works with JDK1.4. Regards. Ajitabh Pandey -----Original Message----- From: Padmanava Debnath [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 11:15 AM To: [EMAIL PROTECTED] Subject: Re: Not able to run the Servlets j2sdk1.4 wont work with j2sdkee1.2, download and install Apache Tomcat 4.0,set your JAVA_HOME env variable to j2sdk1.4 install folder and carry on with your servlet lessons. forget about j2sdkee for now. later you can try out j2sdkee1.3 with j2sdk1.3 Regards Padmanava -----Original Message----- From: Sachin Pandey [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: Re: Not able to run the Servlets You are right and J2SDK1.4.0_01 is the latest java release. J2SDKEE1.2.1 should work with your this jdk. May be u haven't set JAVA_HOME or some environment variable needed by J2SDKEE1.2.1. Cheers Sachin Pandey NUIX Pty Ltd Level 8, 143 York Street, Sydney 2000 Phone: (02) 92839010 Fax: (02) 92839020 Disclaimer: This message is intended only for the named recipient. If you are not the intended recipient you are notified that disclosing,copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. ----- Original Message ----- From: "Ajitabh Pandey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 3:11 PM Subject: Re: Not able to run the Servlets > Thanks for the prompt reply, Sanjeev. > > But I thought J2SDK1.4.0_01 is a latest JDK release. > > Anyways, I will download tomcat today. But then can I continue using the > current JDK I am using or should I download 1.2 or 1.3. Also after tomcat do > I still require J2SDKEE1.2.1 installed on my machine. > > Regards. > Ajitabh Pandey > > -----Original Message----- > From: Sanjeev Verma [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 10:41 AM > To: [EMAIL PROTECTED] > Subject: Re: Not able to run the Servlets > > > Hi > > The error message given is *quite verbose*, use the JDK 1.2/1.3.1 instead of > J2SDK1.4.0_01, and it will run... > > Also, if you are interested in learning servlets, tomcat will be less of a > learning curve, compared to J2SDKEE1.2.1. > > Regards > Sanjeev > > -----Original Message----- > From: Ajitabh Pandey [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 06, 2002 10:14 AM > To: [EMAIL PROTECTED] > Subject: Not able to run the Servlets > > > Hi, > > Just subscribed to the list. I am using J2SDK1.4.0_01 and J2SDKEE1.2.1. > > I am able to compile servlets (I am new to servlet programming) using the > javac compiler. But to execute servlet I need to deploy them on J2EE Server. > When I give the command, > > start j2ee -verbose > > I get a message saying: > > "Fatal Error: This J2EE SDK release runs only on Java 2 (JDK 1.2 or later)" > > I am not able to diagnose the problem, can someone on list extend help. > > Regards. > Ajitabh Pandey > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ********************************************************************** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. ********************************************************************** ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html