You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Brian McDonald <b....@ieee.org> on 2003/05/06 22:51:48 UTC

Tomcat 4.1: non-LE or LE

Hi. I need guidance. I do not understand the ramifications of going with the LE
or the non-LE version of the Tomcat 4.1.24 binaries. I've read a few posts on
the subject in Tomcat-Users, but these have confused me and the documentation
does not (or cannot?) clear things up.

First of all, yes, I've read the README (see below) located here:

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/bin/README.h
tml

A synopsis of my application and intended development environment:

App: an end-to-end XML JSP application. I definitely need the ability to
transform XML into a variety of formats, HTML included.

Dev Env: Windows 2000 Pro machine running IIS5. JDK 1.4 installed. Ideally, I
would like to integrate Tomcat 4.1 with IIS5 for the sheer entertainment
(educational) value - though I understand for my purposes I can just use Tomcat
4.1 in the standalone sense.

The README seems to indicate that I can go with either the non-LE or the LE
version of the Tomcat 4.1 binary. But I've read a post or two that said an
environment with JDK 1.4 installed would /have/ to go with the LE version. Is
this true?

If I go with the LE version, would I have the same "access" to the functionality
of the full binary distribution of Tomcat 4... just that the functionality would
be embedded in the JDK 1.4? Is that what the README is saying?

Best regards,

Brian


<README>
Apache Tomcat 4.1.24

This release of Tomcat 4.1 is available in two different packaging options:

Standard: This is a full binary distrbution of Tomcat 4, which includes all
optional libraries and an XML parser (Xerces 2.0.1), and can be run on JDK 1.2+.

JDK 1.4 LE: This is a lightweight binary distribution of Tomcat 4, designed to
be run on JDK 1.4. It does not include any of the optional binaries or the
necessary XML parser (which is included in JDK 1.4). This build can be run on
JDK 1.2+ by adding an XML parser. All the components of this distribution are
open source software. This package does not contain JavaMail, Java Activation
Framework, Xerces, JNDI or the JDBC Standard Extension. 
</README>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Tomcat 4.1: non-LE or LE

Posted by Dan Tran <da...@hotmail.com>.
Brian, tomcat-4.1.24-LE-jdk14.zip contains tomcat less the other required
jar files already included in jdk1.4

Other required files are crimon, jsse, jce, etc ...
-Dan

----- Original Message ----- 
From: "Brian McDonald" <b....@ieee.org>
To: "'Tomcat Users List'" <to...@jakarta.apache.org>
Sent: Tuesday, May 06, 2003 5:31 PM
Subject: RE: Tomcat 4.1: non-LE or LE


AFAIK, there are two versions of Tomcat 4.1.24 -

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/bin/jakarta-
tomcat-4.1.24.zip

and

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/bin/jakarta-
tomcat-4.1.24-LE-jdk14.zip

to which I refer as the non-LE and LE versions.

Anyone else with an answer to my question?

Brian


> -----Original Message-----
> From: Sjoerd van Leent [mailto:svanleent@wanadoo.nl]
> Sent: Tuesday, May 06, 2003 4:56 PM
> To: 'Tomcat Users List'
> Subject: RE: Tomcat 4.1: non-LE or LE
>
>
> No,
>
> LE does not stand for the Tomcat version, it stands for the
> Java type you use. You probably need Java 1.4.* SE or EE
> (J2SE, J2EE in natural
> language)
>
> -----Original Message-----
> From: Brian McDonald [mailto:b.mcdonald@ieee.org]
> Sent: dinsdag 6 mei 2003 22:52
> To: tomcat-user@jakarta.apache.org
> Subject: Tomcat 4.1: non-LE or LE
>
> Hi. I need guidance. I do not understand the ramifications of
> going with the LE or the non-LE version of the Tomcat 4.1.24
> binaries. I've read a few posts on the subject in
> Tomcat-Users, but these have confused me and the
> documentation does not (or cannot?) clear things up.
>
> First of all, yes, I've read the README (see below) located here:
>
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4
> .1.24/bin/
> README.h
> tml
>
> A synopsis of my application and intended development environment:
>
> App: an end-to-end XML JSP application. I definitely need the
> ability to transform XML into a variety of formats, HTML included.
>
> Dev Env: Windows 2000 Pro machine running IIS5. JDK 1.4
> installed. Ideally, I would like to integrate Tomcat 4.1 with
> IIS5 for the sheer entertainment
> (educational) value - though I understand for my purposes I
> can just use Tomcat 4.1 in the standalone sense.
>
> The README seems to indicate that I can go with either the
> non-LE or the LE version of the Tomcat 4.1 binary. But I've
> read a post or two that said an environment with JDK 1.4
> installed would /have/ to go with the LE version. Is this true?
>
> If I go with the LE version, would I have the same "access"
> to the functionality of the full binary distribution of
> Tomcat 4... just that the functionality would be embedded in
> the JDK 1.4? Is that what the README is saying?
>
> Best regards,
>
> Brian
>
>
> <README>
> Apache Tomcat 4.1.24
>
> This release of Tomcat 4.1 is available in two different packaging
> options:
>
> Standard: This is a full binary distrbution of Tomcat 4,
> which includes all optional libraries and an XML parser
> (Xerces 2.0.1), and can be run on JDK 1.2+.
>
> JDK 1.4 LE: This is a lightweight binary distribution of
> Tomcat 4, designed to be run on JDK 1.4. It does not include
> any of the optional binaries or the necessary XML parser
> (which is included in JDK 1.4). This build can be run on JDK
> 1.2+ by adding an XML parser. All the components of this
> distribution are open source software. This package does not
> contain JavaMail, Java Activation Framework, Xerces, JNDI or
> the JDBC Standard Extension.
> </README>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Tomcat 4.1: non-LE or LE

Posted by Brian McDonald <b....@ieee.org>.
AFAIK, there are two versions of Tomcat 4.1.24 -

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/bin/jakarta-
tomcat-4.1.24.zip

and

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/bin/jakarta-
tomcat-4.1.24-LE-jdk14.zip

to which I refer as the non-LE and LE versions.

Anyone else with an answer to my question?

Brian


> -----Original Message-----
> From: Sjoerd van Leent [mailto:svanleent@wanadoo.nl] 
> Sent: Tuesday, May 06, 2003 4:56 PM
> To: 'Tomcat Users List'
> Subject: RE: Tomcat 4.1: non-LE or LE
> 
> 
> No,
> 
> LE does not stand for the Tomcat version, it stands for the 
> Java type you use. You probably need Java 1.4.* SE or EE 
> (J2SE, J2EE in natural
> language)
> 
> -----Original Message-----
> From: Brian McDonald [mailto:b.mcdonald@ieee.org] 
> Sent: dinsdag 6 mei 2003 22:52
> To: tomcat-user@jakarta.apache.org
> Subject: Tomcat 4.1: non-LE or LE
> 
> Hi. I need guidance. I do not understand the ramifications of 
> going with the LE or the non-LE version of the Tomcat 4.1.24 
> binaries. I've read a few posts on the subject in 
> Tomcat-Users, but these have confused me and the 
> documentation does not (or cannot?) clear things up.
> 
> First of all, yes, I've read the README (see below) located here:
> 
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4
> .1.24/bin/
> README.h
> tml
> 
> A synopsis of my application and intended development environment:
> 
> App: an end-to-end XML JSP application. I definitely need the 
> ability to transform XML into a variety of formats, HTML included.
> 
> Dev Env: Windows 2000 Pro machine running IIS5. JDK 1.4 
> installed. Ideally, I would like to integrate Tomcat 4.1 with 
> IIS5 for the sheer entertainment
> (educational) value - though I understand for my purposes I 
> can just use Tomcat 4.1 in the standalone sense.
> 
> The README seems to indicate that I can go with either the 
> non-LE or the LE version of the Tomcat 4.1 binary. But I've 
> read a post or two that said an environment with JDK 1.4 
> installed would /have/ to go with the LE version. Is this true?
> 
> If I go with the LE version, would I have the same "access" 
> to the functionality of the full binary distribution of 
> Tomcat 4... just that the functionality would be embedded in 
> the JDK 1.4? Is that what the README is saying?
> 
> Best regards,
> 
> Brian
> 
> 
> <README>
> Apache Tomcat 4.1.24
> 
> This release of Tomcat 4.1 is available in two different packaging
> options:
> 
> Standard: This is a full binary distrbution of Tomcat 4, 
> which includes all optional libraries and an XML parser 
> (Xerces 2.0.1), and can be run on JDK 1.2+.
> 
> JDK 1.4 LE: This is a lightweight binary distribution of 
> Tomcat 4, designed to be run on JDK 1.4. It does not include 
> any of the optional binaries or the necessary XML parser 
> (which is included in JDK 1.4). This build can be run on JDK 
> 1.2+ by adding an XML parser. All the components of this 
> distribution are open source software. This package does not 
> contain JavaMail, Java Activation Framework, Xerces, JNDI or 
> the JDBC Standard Extension. 
> </README>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Tomcat 4.1: non-LE or LE

Posted by Sjoerd van Leent <sv...@wanadoo.nl>.
No,

LE does not stand for the Tomcat version, it stands for the Java type
you use. You probably need Java 1.4.* SE or EE (J2SE, J2EE in natural
language)

-----Original Message-----
From: Brian McDonald [mailto:b.mcdonald@ieee.org] 
Sent: dinsdag 6 mei 2003 22:52
To: tomcat-user@jakarta.apache.org
Subject: Tomcat 4.1: non-LE or LE

Hi. I need guidance. I do not understand the ramifications of going with
the LE
or the non-LE version of the Tomcat 4.1.24 binaries. I've read a few
posts on
the subject in Tomcat-Users, but these have confused me and the
documentation
does not (or cannot?) clear things up.

First of all, yes, I've read the README (see below) located here:

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/bin/
README.h
tml

A synopsis of my application and intended development environment:

App: an end-to-end XML JSP application. I definitely need the ability to
transform XML into a variety of formats, HTML included.

Dev Env: Windows 2000 Pro machine running IIS5. JDK 1.4 installed.
Ideally, I
would like to integrate Tomcat 4.1 with IIS5 for the sheer entertainment
(educational) value - though I understand for my purposes I can just use
Tomcat
4.1 in the standalone sense.

The README seems to indicate that I can go with either the non-LE or the
LE
version of the Tomcat 4.1 binary. But I've read a post or two that said
an
environment with JDK 1.4 installed would /have/ to go with the LE
version. Is
this true?

If I go with the LE version, would I have the same "access" to the
functionality
of the full binary distribution of Tomcat 4... just that the
functionality would
be embedded in the JDK 1.4? Is that what the README is saying?

Best regards,

Brian


<README>
Apache Tomcat 4.1.24

This release of Tomcat 4.1 is available in two different packaging
options:

Standard: This is a full binary distrbution of Tomcat 4, which includes
all
optional libraries and an XML parser (Xerces 2.0.1), and can be run on
JDK 1.2+.

JDK 1.4 LE: This is a lightweight binary distribution of Tomcat 4,
designed to
be run on JDK 1.4. It does not include any of the optional binaries or
the
necessary XML parser (which is included in JDK 1.4). This build can be
run on
JDK 1.2+ by adding an XML parser. All the components of this
distribution are
open source software. This package does not contain JavaMail, Java
Activation
Framework, Xerces, JNDI or the JDBC Standard Extension. 
</README>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org