Re: Hi all .. licence issue ..

2002-11-27 Thread Eriam Schaffter
I did read the licence but .. can I use sdk or jre in a commercial 
environnment (not just research developpment but  production environment 
.. ) ?

Simple question .. and it was not clear to me in the licence ..

Eriam


Bill Barker a écrit:

Craig R. McClanahan [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...


On Wed, 27 Nov 2002, Eriam Schaffter wrote:

 

Date: Wed, 27 Nov 2002 02:08:47 +
From: Eriam Schaffter [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Hi all .. licence issue ..

I just did right now ..

One question remains wich is a bit off-topic but maybe people hav
experience with it ..

Does tomcat includes code from sun (code not covered by Apache licence)
and if yes what parts ?
   


 

Tomcat binary distributions (other than the LE version for 1.4-based JVMs)
include the following Sun packages that are redistributable according to
the Sun binary license:
   


 

* activation.jar (JavaBeans Activation Framework APIs)
* jdbc2_0-stdext.jar (JDBC 2.0 Optional Package APIs)
* jndi.jar (Java Naming and Directory Interface APIs)
* jta.jar (Java Transaction Architecture APIs)
* mail.jar (JavaMail APIs)
* jaas.jar (Java Authencation and Authorization Service APIs)
   


 

The LE version of Tomcat doesn't include these, because they have all been
built in to a JDK 1.4 JVM.
   


 

Nearly all the other code is from Apache, under the Apache Software
License.  Exceptions include:
   


 

* mx4j-jmx.jar (Open source implementation of JMX - license included)
   


 

Actually can I use the java sdk from sun in a business environment for
free ?
   


 

As with all software, you need to obey the terms of the license.  In the
case of a Sun JDK, the terms and conditions are in the license you had to
click through to download it.  You DID read that, didn't you?
   


;-)

 

Does tomcat run with kaffe or another GPL JVM .. ?

   


 

I don't know of anyone who has tested Tomcat under such JVMs -- it's
possible but IMHO not real likely to run reliably.
   


There is at least one of the developers who tests against kaffe and gcj.
Unfortunately for you, he doesn't spend a lot of his time on the 4.x
version.  According to his reports, at least at one point, Tomcat 4 ran fine
with kaffe and gcj (and commented that gcj didn't really beat HotSpot :).
The only way to know for sure is to test your application against it.

 

Eriam
   


Craig


 

Subir Sengupta a écrit:

   

Have you looked here
http://www.apache.org/foundation/licence-FAQ.html

-Original Message-
From: Eriam Schaffter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 26, 2002 5:54 PM
To: [EMAIL PROTECTED]
Subject: Hi all .. licence issue ..


I would like to hack a little with tomcat .. I think it would be no
problem but my question is if then I want to redistribute a product with
tomcat stuff in it what are the requierements ?
Does tomcat includes any sun proprietary code ?
Is it GPL ?
Can I just take tomcat sources, recompile it with added features and
distribute back both to tomcat community and to public under my own or
my company's brand ?
If think it must just be as easier as it (stating in my softs that I use
some code from apache fundation ..) as I believe the tomcat licence
allows that kind of deals ..

Am I right ?

Thanks for any tips ..

Eriam Schaffter


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
 

mailto:[EMAIL PROTECTED]
 

For additional commands, e-mail:
 

mailto:[EMAIL PROTECTED]
 

-
Ce courrier a ete considere comme non infecte par les virus
connu de notre outil de detection. Soyez cependant prudent
avec les pieces jointes. Merci.



 



--
To unsubscribe, e-mail:
   

mailto:[EMAIL PROTECTED]
 

For additional commands, e-mail:
   

mailto:[EMAIL PROTECTED]
 

   






--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]

-
Ce courrier a ete considere comme non infecte par les virus 
connu de notre outil de detection. Soyez cependant prudent 
avec les pieces jointes. Merci.

 





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Hi all .. licence issue ..

2002-11-27 Thread Carl Trusiak
The license states :
1.  LICENSE TO USE.  Sun grants you a non-exclusive
and non-transferable license for the internal use only
of the accompanying software...

This seems to me to be all the permission you need to
use the SDK within your company.

In addition, there is language that allows you to
Distribute within your company or with your product
binarys as long as :
(i) you distribute the Redistributables complete and
unmodified...


So, read it real close once again.


--- Eriam Schaffter [EMAIL PROTECTED] wrote:
 I did read the licence but .. can I use sdk or jre
 in a commercial 
 environnment (not just research developpment but 
 production environment 
 .. ) ?
 
 Simple question .. and it was not clear to me in the
 licence ..
 
 Eriam
 
 
 Bill Barker a écrit:
 
 Craig R. McClanahan [EMAIL PROTECTED] wrote
 in message

[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 
 
 On Wed, 27 Nov 2002, Eriam Schaffter wrote:
 
   
 
 Date: Wed, 27 Nov 2002 02:08:47 +
 From: Eriam Schaffter [EMAIL PROTECTED]
 Reply-To: Tomcat Users List
 [EMAIL PROTECTED]
 To: Tomcat Users List
 [EMAIL PROTECTED]
 Subject: Re: Hi all .. licence issue ..
 
 I just did right now ..
 
 One question remains wich is a bit off-topic but
 maybe people hav
 experience with it ..
 
 Does tomcat includes code from sun (code not
 covered by Apache licence)
 and if yes what parts ?
 
 
 
   
 
 Tomcat binary distributions (other than the LE
 version for 1.4-based JVMs)
 include the following Sun packages that are
 redistributable according to
 the Sun binary license:
 
 
 
   
 
 * activation.jar (JavaBeans Activation Framework
 APIs)
 * jdbc2_0-stdext.jar (JDBC 2.0 Optional Package
 APIs)
 * jndi.jar (Java Naming and Directory Interface
 APIs)
 * jta.jar (Java Transaction Architecture APIs)
 * mail.jar (JavaMail APIs)
 * jaas.jar (Java Authencation and Authorization
 Service APIs)
 
 
 
   
 
 The LE version of Tomcat doesn't include these,
 because they have all been
 built in to a JDK 1.4 JVM.
 
 
 
   
 
 Nearly all the other code is from Apache, under
 the Apache Software
 License.  Exceptions include:
 
 
 
   
 
 * mx4j-jmx.jar (Open source implementation of JMX
 - license included)
 
 
 
   
 
 Actually can I use the java sdk from sun in a
 business environment for
 free ?
 
 
 
   
 
 As with all software, you need to obey the terms
 of the license.  In the
 case of a Sun JDK, the terms and conditions are in
 the license you had to
 click through to download it.  You DID read that,
 didn't you?
 
 
 
 ;-)
 
   
 
 Does tomcat run with kaffe or another GPL JVM .. ?
 
 
 
 
   
 
 I don't know of anyone who has tested Tomcat under
 such JVMs -- it's
 possible but IMHO not real likely to run reliably.
 
 
 
 There is at least one of the developers who tests
 against kaffe and gcj.
 Unfortunately for you, he doesn't spend a lot of
 his time on the 4.x
 version.  According to his reports, at least at one
 point, Tomcat 4 ran fine
 with kaffe and gcj (and commented that gcj didn't
 really beat HotSpot :).
 The only way to know for sure is to test your
 application against it.
 
   
 
 Eriam
 
 
 
 Craig
 
 
   
 
 Subir Sengupta a écrit:
 
 
 
 Have you looked here
 http://www.apache.org/foundation/licence-FAQ.html
 
 -Original Message-
 From: Eriam Schaffter
 [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 26, 2002 5:54 PM
 To: [EMAIL PROTECTED]
 Subject: Hi all .. licence issue ..
 
 
 I would like to hack a little with tomcat .. I
 think it would be no
 problem but my question is if then I want to
 redistribute a product with
 tomcat stuff in it what are the requierements ?
 Does tomcat includes any sun proprietary code ?
 Is it GPL ?
 Can I just take tomcat sources, recompile it with
 added features and
 distribute back both to tomcat community and to
 public under my own or
 my company's brand ?
 If think it must just be as easier as it (stating
 in my softs that I use
 some code from apache fundation ..) as I believe
 the tomcat licence
 allows that kind of deals ..
 
 Am I right ?
 
 Thanks for any tips ..
 
 Eriam Schaffter
 
 
 --
 To unsubscribe, e-mail:

mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:
   
 
 mailto:[EMAIL PROTECTED]
   
 
=== message truncated ===


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
Hi there ..

I'm trying to compile tomcat with NetBeans and it seems thats the 
transaction api to which refers tomcat is depreciated ..

The error log is below:

catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[75:1] cannot resolve symbol
symbol  : class UserTransaction 
location: package transaction
import javax.transaction.UserTransaction;
^
catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[126:1] incompatible types
found   : javax.transaction.UserTransaction
required: java.lang.Object
   return getTransactionDomain().getUserTransaction();


I'm had a look at the monted jars I'm using but I didn't found any 
references to javax.transaction, I suppose that this class is a part of 
the java sdk because when I try to mount the jta package I've downloaded 
from java.sun.com I get an error message explaining that the class is 
already present in the ide ..

Any tips welcome .. :)

Eriam


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Jeanfrancois Arcand
You have to download the transaction API from java.sun.com:

http://java.sun.com/products/jta/

All these dependecy are described in 
jakarta-tomcat-{version}/BUILDING.txt. I'm currently using Netbean 3.4 
and it works fine if you mount all jars that are under 
${CATALINA_HOME}/common  ${CATALINA_HOME}/server.

Good luck :-)

-- Jeanfrancois



Eriam Schaffter wrote:

Hi there ..

I'm trying to compile tomcat with NetBeans and it seems thats the 
transaction api to which refers tomcat is depreciated ..

The error log is below:

catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[75:1] cannot resolve symbol
symbol  : class UserTransaction location: package transaction
import javax.transaction.UserTransaction;
^
catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[126:1] incompatible types
found   : javax.transaction.UserTransaction
required: java.lang.Object
   return getTransactionDomain().getUserTransaction();


I'm had a look at the monted jars I'm using but I didn't found any 
references to javax.transaction, I suppose that this class is a part 
of the java sdk because when I try to mount the jta package I've 
downloaded from java.sun.com I get an error message explaining that 
the class is already present in the ide ..

Any tips welcome .. :)

Eriam


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
Thanks for your answer ..

In fact i've downloaded jta but I cannot set Netbeans to update auto 
completion as NetBeans just tells me that the package has already been 
parsed ..

I'm just a bit confused ..

:)

Eriam

Jeanfrancois Arcand a écrit:

You have to download the transaction API from java.sun.com:

http://java.sun.com/products/jta/

All these dependecy are described in 
jakarta-tomcat-{version}/BUILDING.txt. I'm currently using Netbean 3.4 
and it works fine if you mount all jars that are under 
${CATALINA_HOME}/common  ${CATALINA_HOME}/server.

Good luck :-)

-- Jeanfrancois



Eriam Schaffter wrote:

Hi there ..

I'm trying to compile tomcat with NetBeans and it seems thats the 
transaction api to which refers tomcat is depreciated ..

The error log is below:

catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[75:1] cannot resolve symbol
symbol  : class UserTransaction location: package transaction
import javax.transaction.UserTransaction;
^
catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[126:1] incompatible types
found   : javax.transaction.UserTransaction
required: java.lang.Object
   return getTransactionDomain().getUserTransaction();


I'm had a look at the monted jars I'm using but I didn't found any 
references to javax.transaction, I suppose that this class is a part 
of the java sdk because when I try to mount the jta package I've 
downloaded from java.sun.com I get an error message explaining that 
the class is already present in the ide ..

Any tips welcome .. :)

Eriam


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]

-
Ce courrier a ete considere comme non infecte par les virus connu de 
notre outil de detection. Soyez cependant prudent avec les pieces 
jointes. Merci.





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
Yep ..

Except jta which is just as a couple of class files ...
And when I right click to update the code completion .. I just get an 
error telling that those classes are already in the classes databases 
and that it would not replace them ..

I've reviewed all the jars I've mounted and there's no javax.transaction 
in these ..

Thansk for spending some time on this .. I appreciate :)

Eriam

Jeanfrancois Arcand a écrit:

What do you means?

Have you mounted all jar files?

-- Jeanfrancois

Eriam Schaffter wrote:


Thanks for your answer ..

In fact i've downloaded jta but I cannot set Netbeans to update auto 
completion as NetBeans just tells me that the package has already 
been parsed ..

I'm just a bit confused ..

:)

Eriam

Jeanfrancois Arcand a écrit:

You have to download the transaction API from java.sun.com:

http://java.sun.com/products/jta/

All these dependecy are described in 
jakarta-tomcat-{version}/BUILDING.txt. I'm currently using Netbean 
3.4 and it works fine if you mount all jars that are under 
${CATALINA_HOME}/common  ${CATALINA_HOME}/server.

Good luck :-)

-- Jeanfrancois



Eriam Schaffter wrote:

Hi there ..

I'm trying to compile tomcat with NetBeans and it seems thats the 
transaction api to which refers tomcat is depreciated ..

The error log is below:

catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[75:1] cannot resolve symbol
symbol  : class UserTransaction location: package transaction
import javax.transaction.UserTransaction;
^
catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[126:1] incompatible types
found   : javax.transaction.UserTransaction
required: java.lang.Object
   return getTransactionDomain().getUserTransaction();


I'm had a look at the monted jars I'm using but I didn't found any 
references to javax.transaction, I suppose that this class is a 
part of the java sdk because when I try to mount the jta package 
I've downloaded from java.sun.com I get an error message explaining 
that the class is already present in the ide ..

Any tips welcome .. :)

Eriam


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]

-
Ce courrier a ete considere comme non infecte par les virus connu de 
notre outil de detection. Soyez cependant prudent avec les pieces 
jointes. Merci.





--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]

-
Ce courrier a ete considere comme non infecte par les virus connu de 
notre outil de detection. Soyez cependant prudent avec les pieces 
jointes. Merci.





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Jeanfrancois Arcand
I'm surprised that jta is bundled with Netbeans. I don't have any 
problem on my side :-(  I recommend you send the question to the 
netbeans user list. They might know the answer 

-- Jeanfrancois

Eriam Schaffter wrote:

Yep ..

Except jta which is just as a couple of class files ...
And when I right click to update the code completion .. I just get an 
error telling that those classes are already in the classes databases 
and that it would not replace them ..

I've reviewed all the jars I've mounted and there's no 
javax.transaction in these ..

Thansk for spending some time on this .. I appreciate :)

Eriam

Jeanfrancois Arcand a écrit:

What do you means?

Have you mounted all jar files?

-- Jeanfrancois

Eriam Schaffter wrote:


Thanks for your answer ..

In fact i've downloaded jta but I cannot set Netbeans to update auto 
completion as NetBeans just tells me that the package has already 
been parsed ..

I'm just a bit confused ..

:)

Eriam

Jeanfrancois Arcand a écrit:

You have to download the transaction API from java.sun.com:

http://java.sun.com/products/jta/

All these dependecy are described in 
jakarta-tomcat-{version}/BUILDING.txt. I'm currently using Netbean 
3.4 and it works fine if you mount all jars that are under 
${CATALINA_HOME}/common  ${CATALINA_HOME}/server.

Good luck :-)

-- Jeanfrancois



Eriam Schaffter wrote:

Hi there ..

I'm trying to compile tomcat with NetBeans and it seems thats the 
transaction api to which refers tomcat is depreciated ..

The error log is below:

catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[75:1] cannot resolve symbol
symbol  : class UserTransaction location: package transaction
import javax.transaction.UserTransaction;
^
catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java 
[126:1] incompatible types
found   : javax.transaction.UserTransaction
required: java.lang.Object
   return 
getTransactionDomain().getUserTransaction();


I'm had a look at the monted jars I'm using but I didn't found any 
references to javax.transaction, I suppose that this class is a 
part of the java sdk because when I try to mount the jta package 
I've downloaded from java.sun.com I get an error message 
explaining that the class is already present in the ide ..

Any tips welcome .. :)

Eriam


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]

-
Ce courrier a ete considere comme non infecte par les virus connu 
de notre outil de detection. Soyez cependant prudent avec les 
pieces jointes. Merci.





--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]

-
Ce courrier a ete considere comme non infecte par les virus connu de 
notre outil de detection. Soyez cependant prudent avec les pieces 
jointes. Merci.





--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Hi all .. licence issue ..

2002-11-26 Thread Eriam Schaffter
I would like to hack a little with tomcat .. I think it would be no 
problem but my question is if then I want to redistribute a product with 
tomcat stuff in it what are the requierements ?
Does tomcat includes any sun proprietary code ?
Is it GPL ?
Can I just take tomcat sources, recompile it with added features and 
distribute back both to tomcat community and to public under my own or 
my company's brand ?
If think it must just be as easier as it (stating in my softs that I use 
some code from apache fundation ..) as I believe the tomcat licence 
allows that kind of deals ..

Am I right ?

Thanks for any tips ..

Eriam Schaffter


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



RE: Hi all .. licence issue ..

2002-11-26 Thread Subir Sengupta
Have you looked here
http://www.apache.org/foundation/licence-FAQ.html

-Original Message-
From: Eriam Schaffter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 26, 2002 5:54 PM
To: [EMAIL PROTECTED]
Subject: Hi all .. licence issue ..


I would like to hack a little with tomcat .. I think it would be no 
problem but my question is if then I want to redistribute a product with 
tomcat stuff in it what are the requierements ?
Does tomcat includes any sun proprietary code ?
Is it GPL ?
Can I just take tomcat sources, recompile it with added features and 
distribute back both to tomcat community and to public under my own or 
my company's brand ?
If think it must just be as easier as it (stating in my softs that I use 
some code from apache fundation ..) as I believe the tomcat licence 
allows that kind of deals ..

Am I right ?

Thanks for any tips ..

Eriam Schaffter


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Hi all .. licence issue ..

2002-11-26 Thread Craig R. McClanahan


On Wed, 27 Nov 2002, Eriam Schaffter wrote:

 Date: Wed, 27 Nov 2002 02:08:47 +
 From: Eriam Schaffter [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Re: Hi all .. licence issue ..

 I just did right now ..

 One question remains wich is a bit off-topic but maybe people hav
 experience with it ..

 Does tomcat includes code from sun (code not covered by Apache licence)
 and if yes what parts ?

Tomcat binary distributions (other than the LE version for 1.4-based JVMs)
include the following Sun packages that are redistributable according to
the Sun binary license:

* activation.jar (JavaBeans Activation Framework APIs)
* jdbc2_0-stdext.jar (JDBC 2.0 Optional Package APIs)
* jndi.jar (Java Naming and Directory Interface APIs)
* jta.jar (Java Transaction Architecture APIs)
* mail.jar (JavaMail APIs)
* jaas.jar (Java Authencation and Authorization Service APIs)

The LE version of Tomcat doesn't include these, because they have all been
built in to a JDK 1.4 JVM.

Nearly all the other code is from Apache, under the Apache Software
License.  Exceptions include:

* mx4j-jmx.jar (Open source implementation of JMX - license included)

 Actually can I use the java sdk from sun in a business environment for
 free ?

As with all software, you need to obey the terms of the license.  In the
case of a Sun JDK, the terms and conditions are in the license you had to
click through to download it.  You DID read that, didn't you?

 Does tomcat run with kaffe or another GPL JVM .. ?


I don't know of anyone who has tested Tomcat under such JVMs -- it's
possible but IMHO not real likely to run reliably.

 Eriam

Craig



 Subir Sengupta a écrit:

 Have you looked here
 http://www.apache.org/foundation/licence-FAQ.html
 
 -Original Message-
 From: Eriam Schaffter [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 26, 2002 5:54 PM
 To: [EMAIL PROTECTED]
 Subject: Hi all .. licence issue ..
 
 
 I would like to hack a little with tomcat .. I think it would be no
 problem but my question is if then I want to redistribute a product with
 tomcat stuff in it what are the requierements ?
 Does tomcat includes any sun proprietary code ?
 Is it GPL ?
 Can I just take tomcat sources, recompile it with added features and
 distribute back both to tomcat community and to public under my own or
 my company's brand ?
 If think it must just be as easier as it (stating in my softs that I use
 some code from apache fundation ..) as I believe the tomcat licence
 allows that kind of deals ..
 
 Am I right ?
 
 Thanks for any tips ..
 
 Eriam Schaffter
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 -
 Ce courrier a ete considere comme non infecte par les virus
 connu de notre outil de detection. Soyez cependant prudent
 avec les pieces jointes. Merci.
 
 
 




 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Hi all .. licence issue ..

2002-11-26 Thread Bill Barker

Craig R. McClanahan [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...


On Wed, 27 Nov 2002, Eriam Schaffter wrote:

 Date: Wed, 27 Nov 2002 02:08:47 +
 From: Eriam Schaffter [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Subject: Re: Hi all .. licence issue ..

 I just did right now ..

 One question remains wich is a bit off-topic but maybe people hav
 experience with it ..

 Does tomcat includes code from sun (code not covered by Apache licence)
 and if yes what parts ?

 Tomcat binary distributions (other than the LE version for 1.4-based JVMs)
 include the following Sun packages that are redistributable according to
 the Sun binary license:

 * activation.jar (JavaBeans Activation Framework APIs)
 * jdbc2_0-stdext.jar (JDBC 2.0 Optional Package APIs)
 * jndi.jar (Java Naming and Directory Interface APIs)
 * jta.jar (Java Transaction Architecture APIs)
 * mail.jar (JavaMail APIs)
 * jaas.jar (Java Authencation and Authorization Service APIs)

 The LE version of Tomcat doesn't include these, because they have all been
 built in to a JDK 1.4 JVM.

 Nearly all the other code is from Apache, under the Apache Software
 License.  Exceptions include:

 * mx4j-jmx.jar (Open source implementation of JMX - license included)

 Actually can I use the java sdk from sun in a business environment for
 free ?

 As with all software, you need to obey the terms of the license.  In the
 case of a Sun JDK, the terms and conditions are in the license you had to
 click through to download it.  You DID read that, didn't you?

;-)

 Does tomcat run with kaffe or another GPL JVM .. ?


 I don't know of anyone who has tested Tomcat under such JVMs -- it's
 possible but IMHO not real likely to run reliably.

There is at least one of the developers who tests against kaffe and gcj.
Unfortunately for you, he doesn't spend a lot of his time on the 4.x
version.  According to his reports, at least at one point, Tomcat 4 ran fine
with kaffe and gcj (and commented that gcj didn't really beat HotSpot :).
The only way to know for sure is to test your application against it.

 Eriam

Craig



 Subir Sengupta a écrit:

 Have you looked here
 http://www.apache.org/foundation/licence-FAQ.html
 
 -Original Message-
 From: Eriam Schaffter [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 26, 2002 5:54 PM
 To: [EMAIL PROTECTED]
 Subject: Hi all .. licence issue ..
 
 
 I would like to hack a little with tomcat .. I think it would be no
 problem but my question is if then I want to redistribute a product with
 tomcat stuff in it what are the requierements ?
 Does tomcat includes any sun proprietary code ?
 Is it GPL ?
 Can I just take tomcat sources, recompile it with added features and
 distribute back both to tomcat community and to public under my own or
 my company's brand ?
 If think it must just be as easier as it (stating in my softs that I use
 some code from apache fundation ..) as I believe the tomcat licence
 allows that kind of deals ..
 
 Am I right ?
 
 Thanks for any tips ..
 
 Eriam Schaffter
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]
 
 -
 Ce courrier a ete considere comme non infecte par les virus
 connu de notre outil de detection. Soyez cependant prudent
 avec les pieces jointes. Merci.
 
 
 




 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]







--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Hi all

2002-10-31 Thread Sigurður Bjarnason

I am doing a performance tests on tomcat, and i am wondering if someone knows of a 
website that have some standard info on how and what.. tomcat can serve..

for example

if I shoot.. 2500 requests with 1 client..  what would be the average req pr /sec  ..

Well I know this depends on .. both network speed, hardware and all that things.. but 
.. I need.. some figures.. to compare to mine :)

best regards 
Siggi



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




Recall: Hi all

2002-10-31 Thread Sigurður Bjarnason
Sigurður Bjarnason would like to recall the message, Hi all.

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




Hi all.

2002-09-13 Thread sumeet . s


Hello, 
I am using Apache Tomcat 4.1.10(full version) server on windows2000.  It is
a strange error that I have encountered. When I edit the catalina.bat or the
setClasspath.bat for adding another directory to the classpath, I get an
error on the jsp Page which cannot find the ServletContext in the classpath.
I remove the directory from the Batch File. it works fine. 

Can anyone please help me out at this problem.
The exception is appended to the mail. 
Thanks in adv.

--
Sumeet Sukhija 
Email : [EMAIL PROTECTED] 
Phone : +91 80 55356228
--


org.apache.jasper.JasperException: javax/servlet/ServletRequest
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
46)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2397)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:171
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:380)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:533)
at java.lang.Thread.run(Thread.java:536)


root cause 

javax.servlet.ServletException: javax/servlet/ServletRequest
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp
l.java:497)
at org.apache.jsp.facade_jsp._jspService(facade_jsp.java:138)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
02)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at

hi all

2002-08-16 Thread Mark Goking

hi this is my error, and im using jakarta standard tag libs

System Replied: 
javax.servlet.ServletException: (class: org/apache/jsp/caselist$jsp, method: 
_jspService signature: 
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) 
Illegal target of jump or branch

any idea what this is?

it's real weird. i dont have any explanation for this one. i have a first | next | 
previous | last  links.. and it seems that the error surfaces whenever i put in 
another c:choose

juzt plain weird..

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: hi all

2002-08-16 Thread Capr1ce


I found this. It seems to explain what the problem is... Dont know if it's 
much help though
http://forum.java.sun.com/thread.jsp?forum=54thread=171841


At 06:45 PM 16/08/2002 +0800, you wrote:
hi this is my error, and im using jakarta standard tag libs

System Replied:
javax.servlet.ServletException: (class: org/apache/jsp/caselist$jsp, 
method: _jspService signature: 
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) 
Illegal target of jump or branch

any idea what this is?

it's real weird. i dont have any explanation for this one. i have a first 
| next | previous | last  links.. and it seems that the error surfaces 
whenever i put in another c:choose

juzt plain weird..

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: hi all

2002-08-16 Thread Mark Goking





capr1ce yyou are right. ur url stated that

The spec of the JVM states in ý 4.10:
* The amount of code per non-native, non-abstract method is limited to 65536 bytes 

Given that JSPs are compiled into java class methods,
the length of a single JSP page is limited


my compiled jsp page reached 79kb hehe whew.. taglibs sure are pretty expensive
darn.. thanks again.. i was stuck for four hours trying to figure out this one


-Original Message-
From: Capr1ce [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 16, 2002 6:37 PM
To: Tomcat Users List
Subject: Re: hi all



I found this. It seems to explain what the problem is... Dont know if it's 
much help though
http://forum.java.sun.com/thread.jsp?forum=54thread=171841


At 06:45 PM 16/08/2002 +0800, you wrote:
hi this is my error, and im using jakarta standard tag libs

System Replied:
javax.servlet.ServletException: (class: org/apache/jsp/caselist$jsp, 
method: _jspService signature: 
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) 
Illegal target of jump or branch

any idea what this is?

it's real weird. i dont have any explanation for this one. i have a first 
| next | previous | last  links.. and it seems that the error surfaces 
whenever i put in another c:choose

juzt plain weird..

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




hi all

2002-06-21 Thread Yenny/LKUNotes



hi all, i'm new user to tomcat, as i'm planning to use tomcat for my school
project, i kinda having some difficulties in runnin the tomcat 4.0
servlet/jsp container.
a warning  cannot find the file '-Djava.endorsed.dirs=' (or one of its
components). Make sure the path and filename are correct and that all
required libraries are available. exist, may somebody please assist me?
thanks for the help

attach is my configuration of building tomcat 4.0 servlet/jsp container,
for additional information, i fail to install jndi (ldap.jar), jsse and
tyrex data souce libraries.
(See attached file: build.properties.sample)
(See attached file: build.properties.sample)


build.properties.sample
Description: Binary data

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


RE: hi all

2002-06-21 Thread Shapira, Yoav

Howdy,
Since you're just starting it out, it may be a better idea to download
the binaries ;)  Download, explode the tar, run the examples, get
comfortable with the configuration, and then maybe start modifying
tomcat? ;)

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Friday, June 21, 2002 4:07 AM
To: Tomcat Users List
Subject: hi all



hi all, i'm new user to tomcat, as i'm planning to use tomcat for my
school
project, i kinda having some difficulties in runnin the tomcat 4.0
servlet/jsp container.
a warning  cannot find the file '-Djava.endorsed.dirs=' (or one of its
components). Make sure the path and filename are correct and that all
required libraries are available. exist, may somebody please assist
me?
thanks for the help

attach is my configuration of building tomcat 4.0 servlet/jsp
container,
for additional information, i fail to install jndi (ldap.jar), jsse and
tyrex data souce libraries.
(See attached file: build.properties.sample)
(See attached file: build.properties.sample)

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]