DO NOT REPLY [Bug 29661] New: - Host Names parsing is case sensitive

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29661.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29661

Host Names parsing is case sensitive

   Summary: Host Names parsing is case sensitive
   Product: Tomcat 5
   Version: 5.0.18
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: Critical
  Priority: Other
 Component: Unknown
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Virtual Hosts is managed by the Host: header in HTTP1.x queries. Recent wap 
terminals do not lower case the host name. Host name parsed by (I assume) the 
Coyote connector is used as is (with potential upper character). RFC2616 says 
that the Host header should be treated case insensitive (see section 3.2.3).

Well, it is not really obvious because it talks about clients, I assume that a 
server should treat a Host: header case-insensitively. Because it can leads to 
broken connections, or unwanted 400 errors, I tag it as critical.

Thank you for al your work,

François.

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



DO NOT REPLY [Bug 29664] New: - DataSourceRealm fails to lookup Context Datasources with the localDataSource flag.

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29664.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29664

DataSourceRealm fails to lookup Context Datasources with the localDataSource flag.

   Summary: DataSourceRealm fails to lookup Context Datasources with
the localDataSource flag.
   Product: Tomcat 5
   Version: 5.0.0
  Platform: PC
   URL: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-
howto.html#DataSourceRealm
OS/Version: Windows NT/2K
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


DataSourceRealm can't lookup the Context Datasources, event with the 
localDataSource=true flag.
I'm using jwsdp 1.3
I know its a recurring one, but, you may have to take a closer look.
Here's my config:
Host name=localhost debug=0 appBase=webapps
   unpackWARs=false autoDeploy=true

   Valve className=org.apache.catalina.authenticator.SingleSignOn
   debug=0/
Context path=/dms docBase=dms debug=0 reloadable=true 
crossContext=false
   
 Logger className=org.apache.catalina.logger.FileLogger
 prefix=localhost_dms_log. suffix=.txt
 timestamp=true/

  Resource name=jdbc/dmsdb
   auth=Container
   type=javax.sql.DataSource/

  ResourceParams name=jdbc/dmsdb
parameter
  namefactory/name
  valueorg.apache.commons.dbcp.BasicDataSourceFactory/value
/parameter

parameter
  namemaxActive/name
  value100/value
/parameter

!-- Maximum number of idle dB connections to retain in pool.
 Set to 0 for no limit.
 --
parameter
  namemaxIdle/name
  value30/value
/parameter

parameter
  namemaxWait/name
  value1/value
/parameter

!-- MySQL dB username and password for dB connections  --
parameter
 nameusername/name
 valuexxx/value
/parameter
parameter
 namepassword/name
 valuexxx/value
/parameter

!-- Class name for mm.mysql JDBC driver --
parameter
   namedriverClassName/name
   valueorg.gjt.mm.mysql.Driver/value
/parameter

parameter
  nameurl/name
  valuejdbc:mysql://localhost:3306/dmsdb?autoReconnect=true/value
/parameter
  /ResourceParams
  
  Logger className=org.apache.catalina.logger.FileLogger
 prefix=dms_Realm_log. suffix=.txt
 timestamp=true/

  !--
Tried with dataSourceName= /jdbc/dmsdb, jdbc, dmsdb, java:comp/env/jdbc/dmsdb
None seem to work.
 --

  Realm className=org.apache.catalina.realm.DataSourceRealm debug=99 
dataSourceName=jdbc/dmsdb localDataSource=true
  userTable=administrator userNameCol=username userCredCol=password
   userRoleTable=another roleNameCol=rights/

   
/Context  

  /Host

-

Heres the exception:
Looks to me as bug in the Context setup rather than in the Realm code.
Especially because the exception only shows half of the name.
But you folks, are the experts.

2004-06-18 10:35:43 DataSourceRealm[/dms]: Exception performing authentication
javax.naming.NameNotFoundException: Name jdbc is not bound in this Context
at org.apache.naming.NamingContext.lookup(NamingContext.java:814)
at org.apache.naming.NamingContext.lookup(NamingContext.java:197)
at org.apache.catalina.realm.DataSourceRealm.open
(DataSourceRealm.java:467)
at org.apache.catalina.realm.DataSourceRealm.authenticate
(DataSourceRealm.java:315)
at org.apache.catalina.authenticator.FormAuthenticator.authenticate
(FormAuthenticator.java:265)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke
(AuthenticatorBase.java:497)
at org.apache.catalina.core.StandardValveContext.invokeNext
(StandardValveContext.java:149)
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java:564)
at org.apache.catalina.core.StandardHostValve.invoke
(StandardHostValve.java:196)
at org.apache.catalina.core.StandardValveContext.invokeNext
(StandardValveContext.java:151)
at org.apache.catalina.valves.ErrorReportValve.invoke
(ErrorReportValve.java:175)
at org.apache.catalina.core.StandardValveContext.invokeNext
(StandardValveContext.java:149)
at org.apache.catalina.authenticator.SingleSignOn.invoke
(SingleSignOn.java:383)
at org.apache.catalina.core.StandardValveContext.invokeNext
(StandardValveContext.java:149)
at org.apache.catalina.core.StandardPipeline.invoke
(StandardPipeline.java:564)
at 

DO NOT REPLY [Bug 29664] - DataSourceRealm fails to lookup Context Datasources with the localDataSource flag.

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29664.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29664

DataSourceRealm fails to lookup Context Datasources with the localDataSource flag.





--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 10:56 ---
Please look into this more: I doubt there's a bug. If there's one, please
provide a patch.

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



DO NOT REPLY [Bug 29661] - Host Names parsing is case sensitive

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29661.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29661

Host Names parsing is case sensitive

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Critical|Normal
 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 10:57 ---
Sorry, I am not convinced: please find something which discusses the Host
header, and try to provide a patch.

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



RE: running junit tests?

2004-06-18 Thread Shapira, Yoav

Hi,
See the *tester and *watchdog targets in the build file.  They're not
JUnit tests.

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Bill Dudney [mailto:[EMAIL PROTECTED]
Sent: Friday, June 18, 2004 1:03 AM
To: [EMAIL PROTECTED]
Subject: running junit tests?

Hi All,

How are the unit tests run?

I have downloaded the code and have it built but I'm unable to invoke
the unit tests.

Any help would be greatly appreciated.

Thanks!

-bd-


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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



DO NOT REPLY [Bug 29671] New: - Context don't start with multiple HTTP 1.1 connectors

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29671.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29671

Context don't start with multiple HTTP 1.1 connectors

   Summary: Context don't start with multiple HTTP 1.1 connectors
   Product: Tomcat 5
   Version: 5.0.25
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Critical
  Priority: Other
 Component: Connector:Coyote
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I am trying to run Tomcat standalone with 3 Coyote HTTP1.1 connectors defined:
HTTP1.1 -- Port 22006 (behind the firewall comms)
HTTP1.1 -- Port 22002 (normal HTTP access to hosts/contexts)
HTTP1.1 -- Port 22003 (HTTPS bound a single IP for 1 hosts/context)

When the server starts, all seems good right up until the end of the Tomcat 
startup where the following exception is thrown:

2004/06/18 01:47:32 org.apache.coyote.tomcat5.MapperListener init
WARNING: Error registering contexts
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782)
at java.util.HashMap$EntryIterator.next(HashMap.java:824)
at java.util.HashMap.putAllForCreate(HashMap.java:424)
at java.util.HashMap.clone(HashMap.java:656)
at mx4j.server.DefaultMBeanRepository.clone
(DefaultMBeanRepository.java:56)
at mx4j.server.MBeanServerImpl.findMBeansByPattern
(MBeanServerImpl.java:1603)
at mx4j.server.MBeanServerImpl.queryObjectNames
(MBeanServerImpl.java:1568)
at mx4j.server.MBeanServerImpl.queryMBeans(MBeanServerImpl.java:1512)
at org.apache.coyote.tomcat5.MapperListener.init
(MapperListener.java:115)
at org.apache.coyote.tomcat5.CoyoteConnector.start
(CoyoteConnector.java:1510)
at org.apache.catalina.core.StandardService.start
(StandardService.java:485)
at org.apache.catalina.core.StandardServer.start
(StandardServer.java:2298)
at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:284)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:422)

This causes all 3 Coyote Connectors to pause - thus not accpeting ANY 
requests!

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



Autoreply: RE: running junit tests?

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



Autoreply: DO NOT REPLY [Bug 29671] New: - Context don't start with multiple HTTP 1.1 connectors

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



[ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread Shapira, Yoav

The Tomcat Team announces the immediate availability of Apache Tomcat
5.0.27 Beta.

Please refer to the change log for the list of changes:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html

Release notes:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/RELEASE-NOTES

Downloads:
Binaries: http://jakarta.apache.org/site/binindex.cgi
Sources: http://jakarta.apache.org/site/sourceindex.cgi

The Apache Tomcat Team




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



DO NOT REPLY [Bug 29661] - Host Names parsing is case sensitive

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29661.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29661

Host Names parsing is case sensitive

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 12:58 ---
Create a Host entry like this :

Host name=www.toto.com ...
Add a context here
/Host

Test it with a simple telnet or netcat :
nc yourhost:80  EOT
GET /index.jsp HTTP/1.1
Host:www.toto.com 



EOT
(Be carefull to add a double CR)
You will got your page. Now, do :
nc yourhost:80  EOT
GET /index.jsp HTTP/1.1
Host:WWW.toto.com 



EOT
You will have a 400 (invalid request) error.

I can try to llok at the code and provide a patch but I never tried to read 
tomcat sources. If you can point me in which part of the code this is done, I 
can try to read it.

As far as I know, it is NOT a invalid bug :), even if you could consider it 
as a misfeature. In fact, most of the good'all navigators do it for the user, 
it is clearly a wap (bad) terminal problem.

François.

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



RE: [ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread Shapira, Yoav

Hi,
FYI on this release: It is a CVS branch point for TOMCAT_5_0, so those
of you building from CVS directly should know that new stuff is going to
start appearing on HEAD that may reduce stability temporarily (you can
follow tomcat-dev discussions in the 5.next threads for more details).

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Shapira, Yoav
Sent: Friday, June 18, 2004 8:55 AM
To: Tomcat Developers List; Tomcat Users List
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [ANN] Apache Tomcat 5.0.27 Beta released


The Tomcat Team announces the immediate availability of Apache Tomcat
5.0.27 Beta.

Please refer to the change log for the list of changes:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html

Release notes:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/RELEASE-NOTES

Downloads:
Binaries: http://jakarta.apache.org/site/binindex.cgi
Sources: http://jakarta.apache.org/site/sourceindex.cgi

The Apache Tomcat Team




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential,
proprietary and/or privileged.  This e-mail is intended only for the
individual(s) to whom it is addressed, and may not be saved, copied,
printed, disclosed or used by anyone else.  If you are not the(an)
intended
recipient, please immediately delete this e-mail from your computer
system
and notify the sender.  Thank you.


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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Autoreply: DO NOT REPLY [Bug 29661] - Host Names parsing is case sensitive

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



Autoreply: [ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



Autoreply: RE: [ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



RE: RE : Tomcat jars on maven repository

2004-06-18 Thread Shapira, Yoav

Hi,
/www/www.apache.org/dist/java-repository/tomcat has an empty distributions 
subdirectory and a jars subdirectory that contains a hodge-podge of jars for various 
mixed tomcat versions.  Given that tomcat does not use maven for its build process, 
what are the guidelines and how should I proceed about placing jars from tomcat 
releases into this maven repository?

Mark, I hope you don't mind being CC'ed on this as the expert on this matter ;)

Yoav Shapira
Millennium Research Informatics


-Original Message-
From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 17, 2004 1:12 AM
To: Tomcat Developers List
Subject: RE : Tomcat jars on maven repository

Since a few weeks you can update directly deploy your releases on apache
server. The rsync is automatically done with ibiblio.

Here is a post from Mark R. Diggory :



Release Managers,

rsync is now active between apache and www.ibiblio.org/maven every 4 hours.

minotaur.apache.org:/www/www.apache.org/dist/java-repository

contents are now rsynced directly to

www.ibibilio/maven.

by ibibilio.

This means anything you place into java-repository will be available
through maven within 4 hours. To start deploying distributions to java-
repository on minotaur set your Maven build.properties or
project.properties to the following:


SNIP
#This is the host that Maven will attempt
#to deploy the distribution to during a dist:deploy.
maven.repo.central=minotaur.apache.org


#This is the directory that Maven will
#copy the distribution to during a dist:deploy.

maven.repo.central.directory=/www/www.apache.org/dist/java-repository


#ssh configuration settings just require your apache id to log on with
maven.username=apache-user-name
/SNIP


 -Message d'origine-
 De : Shapira, Yoav [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 16 juin 2004 14:50
 À : Tomcat Developers List
 Objet : RE: Tomcat jars on maven repository



 Hi,
 Hmm, what is the process for updating them?  I see it's not
 automatic ;)

 Yoav Shapira
 Millennium Research Informatics


 -Original Message-
 From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 16, 2004 1:58 AM
 To: [EMAIL PROTECTED]
 Subject: Tomcat jars on maven repository
 
 Hello guys,
 
 I saw that you didn't published tomcat jars on the maven
 repository
 (ibiblio) since several weeks.
 For example the last releases for catalina are :
 catalina-4.1.9.jar
 catalina-5.0.18.jar
 
 Do you plan to update them ??
 
 
 
 
 Arnaud.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 This e-mail, including any attachments, is a confidential
 business communication, and may contain information that is
 confidential, proprietary and/or privileged.  This e-mail is
 intended only for the individual(s) to whom it is addressed,
 and may not be saved, copied, printed, disclosed or used by
 anyone else.  If you are not the(an) intended recipient,
 please immediately delete this e-mail from your computer
 system and notify the sender.  Thank you.


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



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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Autoreply: RE: RE : Tomcat jars on maven repository

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



DO NOT REPLY [Bug 29671] - Context don't start with multiple HTTP 1.1 connectors

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29671.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29671

Context don't start with multiple HTTP 1.1 connectors





--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 15:12 ---
Further to my submission:

I had a AccessLogValve in my server.xml at an ENGINE level as follows:

Valve className=org.apache.catalina.valves.AccessLogValve 
directory=d:\pb\logs\ prefix=sisa4_sites suffix=_tomcat.log 
pattern=common resolveHosts=false rotatable=false /

I then removed this from the server.xml and now the exception is only being 
thrown 50% of the time, whereas with the above AccessLogValve in place, the 
exception was thrown 100% of the time on server startup.

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



Autoreply: DO NOT REPLY [Bug 29671] - Context don't start with multiple HTTP 1.1 connectors

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



cvs commit: jakarta-tomcat-4.0 build.properties.sample

2004-06-18 Thread markt
markt   2004/06/18 10:30:22

  Modified:.build.properties.sample
  Log:
  Update NSIS version
  
  Revision  ChangesPath
  1.73  +3 -3  jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.properties.sample   27 Oct 2003 13:35:23 -  1.72
  +++ build.properties.sample   18 Jun 2004 17:30:22 -  1.73
  @@ -219,9 +219,9 @@
   mail.jar=${mail.lib}/mail.jar
   
   
  -# - NSIS, version 1.9x -
  +# - NSIS, version 2.0 -
   nsis.home=${base.path}/nsis
  -nsis.loc=http://www.nullsoft.com/free/nsis/nsis198.exe
  +nsis.loc=http://prdownloads.sourceforge.net/nsis/nsis20.exe?download
   
   
   # - PureTLS Extension, version 0.9 or later -
  
  
  

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



DO NOT REPLY [Bug 29620] - Error Pages Aren't Run Through Filters

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29620.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29620

Error Pages Aren't Run Through Filters





--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 17:35 ---
Yes, it works fine (The Servlet Tcks has a couple of tests like that). Please
follow up on tomcat-users. 

Thanks

-- Jeanfrancois

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



Autoreply: cvs commit: jakarta-tomcat-4.0 build.properties.sample

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



Autoreply: DO NOT REPLY [Bug 29620] - Error Pages Aren't Run Through Filters

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



Re: [ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread Peter Rossbach
Hey,
I thing following things are also include with 5.0.27
Cluster (fhanik):
   FarmWARDeployer
A farm war deployer is a class that is able to
deploy/undeploy web applications in WAR form
within the cluster
Coyote/JK2
Add small patch that we can used MX4J 1.1.1 and 2.0.1 add JkMX.java ( 
Bill Baker and Peter Rossbach)
Also added a mx.useXSLTProcessor flag
   With value false you get XML Results with the mx4j http-adaptor

regards
peter
Shapira, Yoav schrieb:
The Tomcat Team announces the immediate availability of Apache Tomcat 
5.0.27 Beta.

Please refer to the change log for the list of changes:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html
Release notes:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/RELEASE-NOTES
Downloads:
Binaries: http://jakarta.apache.org/site/binindex.cgi
Sources: http://jakarta.apache.org/site/sourceindex.cgi
The Apache Tomcat Team

This e-mail, including any attachments, is a confidential business communication, 
and may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 


--
J2EE Systemarchitekt und Tomcat Experte
http://objektpark.de/
http://www.webapp.de/
Am Josephsschacht 72, 44879 Bochum, Deutschland
Telefon:  (49) 234 9413228
Mobil:(49) 175 1660884
E-Mail:  [EMAIL PROTECTED]

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


Autoreply: Re: [ANN] Apache Tomcat 5.0.27 Beta released

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



Vacation time ;)

2004-06-18 Thread Shapira, Yoav

Hola,
I'm going to be out of the office for most of the next three weeks, and
with limited or no internet access for most of that time.  Have a
pleasant and productive end of June / beginning of July everyone ;)

Yoav Shapira
Millennium Research Informatics



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Autoreply: Vacation time ;)

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



cvs commit: jakarta-tomcat-4.0 build.properties.default build.xml build.properties.sample

2004-06-18 Thread markt
markt   2004/06/18 11:03:13

  Modified:.build.xml
  Added:   .build.properties.default
  Removed: .build.properties.sample
  Log:
  Modify build scripts so build.properties.sample becomes a default that can
  be overridden by a build.properties file. Currently if build.properties.sample
  changes, users must re-copy it and re-apply any changes necessary for their
  environment. With this change values from build.properties.default will be
  used unless overridden. Now changes made to build.properties.default will
  automatically apply unless specifically overridden.
  
  Revision  ChangesPath
  1.84  +1 -0  jakarta-tomcat-4.0/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- build.xml 22 May 2004 17:34:57 -  1.83
  +++ build.xml 18 Jun 2004 18:03:13 -  1.84
  @@ -7,6 +7,7 @@
 !-- property values you must customize for successful building!!!--
 property file=${user.home}/build.properties/
 property file=build.properties/
  +  property file=build.properties.default/
   
 !-- Project Properties --
 property name=name  value=Apache Tomcat /
  
  
  
  1.1  jakarta-tomcat-4.0/build.properties.default
  
  Index: build.properties.default
  ===
  # -
  # build.properties.sample
  #
  # This is an example build.properties file, used to customize building Tomcat
  # for your local environment.  It defines the location of all external
  # modules that Tomcat depends on.  Copy this file to build.properties
  # in the top-level source directory, and customize it as needed.
  #
  # $Id: build.properties.default,v 1.1 2004/06/18 18:03:13 markt Exp $
  # -
  
  
  # - Compile Control Flags -
  compile.debug=on
  compile.deprecation=off
  compile.optimize=on
  
  
  # - Build Control Flags
  
  #Build all components
  #full.dist=on
  
  #Build lightweight JDK 1.4 distribution
  #light.dist=on
  
  #Hide configuration flags display
  #flags.hide=on
  
  #Version number
  version=4.1
  
  #Proxy to download subproject
  #proxy.host=proxy.domain
  #proxy.port=8080
  #proxy.use=on
  
  #CVS root for the jakarta subprojects that do not have released yet.
  cvsroot=:pserver:[EMAIL PROTECTED]:/home/cvspublic
  
  
  # - Default Base Path for Dependent Packages -
  base.path=/usr/share/java
  
  
  # - Jakarta Tomcat Connectors source path -
  #jtc.home=../../jakarta-tomcat-connectors
  
  
  # - Jakarta Tomcat Jasper source path -
  #jasper.home=../jakarta-tomcat-jasper/jasper2
  
  
  # - Jakarta files base location -
  base-jakarta.loc=http://archive.apache.org/dist/jakarta/
  
  # --
  #REQUIRED LIBRARIES
  # --
  
  
  # - Commons Beanutils, version 1.1 or later -
  commons-beanutils.home=${base.path}/commons-beanutils-1.6.1
  commons-beanutils.lib=${commons-beanutils.home}
  commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar
  
commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz
  
  
  # - Commons Collections, version 1.0 or later -
  commons-collections.home=${base.path}/commons-collections-2.1
  commons-collections.lib=${commons-collections.home}
  commons-collections.jar=${commons-collections.lib}/commons-collections.jar
  
commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/collections-2.1.tar.gz
  
  
  # - Commons Digester, version 1.1.1 or later -
  commons-digester.home=${base.path}/commons-digester-1.5
  commons-digester.lib=${commons-digester.home}
  commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  
commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.5.tar.gz
  
  
  # - Commons FileUpload, nightly build -
  commons-fileupload.home=${base.path}/commons-fileupload-1.0
  commons-fileupload.lib=${commons-fileupload.home}
  commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0.jar
  
commons-fileupload.loc=${base-jakarta.loc}/commons/fileupload/binaries/commons-fileupload-1.0.tar.gz
  
  
  # - Commons Logging, version 1.0.1 or later -
  commons-logging.home=${base.path}/commons-logging-1.0.3
  commons-logging.lib=${commons-logging.home}
  commons-logging-api.jar=${commons-logging.lib}/commons-logging-api.jar
  commons-logging.jar=${commons-logging.lib}/commons-logging.jar
  

Autoreply: cvs commit: jakarta-tomcat-4.0 build.properties.default build.xml build.properties.sample

2004-06-18 Thread photoartworld
You have received this email for one of two reasons.  One is that you or someone with 
your email address in their address book is infected with an email virus, and this 
virus was emailed to me.

The other reason could be that you legitimately tried to contact me through one of my 
addresses listed on various web sites, in which case I apologize for the 
inconvenience.  I have had to disable all of my old email addresses because of the 
threat of viruses.

Please contact me at  [EMAIL PROTECTED] for more information.  This will reach me 
directly.

Dan Cardish
webmaster for photoartworld.com domain



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



cvs commit: jakarta-tomcat-4.0 BUILDING.txt

2004-06-18 Thread markt
markt   2004/06/18 11:28:15

  Modified:.BUILDING.txt
  Log:
  Fix bug 19869. Update to reflect a number of changes:
- Use 4.x rather than 4.0
- Update library versions to agree with build.properties.default
- Add missing libraries
- Add steps to build installer and release distributions
  
  Revision  ChangesPath
  1.34  +126 -62   jakarta-tomcat-4.0/BUILDING.txt
  
  Index: BUILDING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- BUILDING.txt  29 Jul 2002 19:06:09 -  1.33
  +++ BUILDING.txt  18 Jun 2004 18:28:15 -  1.34
  @@ -1,10 +1,10 @@
   $Id$
   
   
  -   Building The Tomcat 4.0 Servlet/JSP Container
  +   Building The Tomcat 4.x Servlet/JSP Container
  =
   
  -This subproject contains the source code Tomcat 4.0, a server that implements
  +This subproject contains the source code Tomcat 4.x, a server that implements
   the Servlet 2.3 and JSP 1.2 Specifications from Java Software.  In order to
   build a binary distribution version of the container from a source
   distribution, you must have a Java Development Kit (JDK) for version 1.3 (or
  @@ -26,12 +26,12 @@
   
   (1) Download and Install the Ant Binary Distribution
   
  -NOTE: Previous versions of Tomcat 4.0 relied on Ant 1.3 for the build
  +NOTE: Previous versions of Tomcat 4.x relied on Ant 1.3 for the build
   process. The 1.5 release is now required.
   
  -* Download a binary distribution of Ant 1.5 from:
  +* Download a binary distribution of Ant 1.5 or later from:
   
  -http://jakarta.apache.org/builds/jakarta-ant/release/v1.5/bin/
  +http://archive.apache.org/dist/ant/binaries/
   
 On a Windows platform, you will need:
   jakarta-ant-1.5-bin.zip
  @@ -93,7 +93,7 @@
   
 http://xml.apache.org/dist/xerces-j/
   
  -  (Tomcat was tested with Xerces-J-bin.1.4.3.zip)
  +  (Tomcat was tested with Xerces-J-bin.2.5.0.zip)
   
   * Unpack the binary distribution into a convenient location so that the
 distribution resides in its own directory (conventionally named
  @@ -116,19 +116,14 @@
   (5) Download and Install Subproject Source Code
   
   * Use Anonymous CVS (as described on the Jakarta web site at
  -  http://jakarta.apache.org/site/cvsindex.html, or
  -  download a source distribution from:
  -
  -http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/src/
  +  http://jakarta.apache.org/site/cvsindex.html) to obtain the

  +  jakarta-tomcat-4.0 repository.
   
  -  On a Windows platform, you will need:
  -jakarta-tomcat-4.0-src-MMDD.zip
  +  NOTE 1: Nightly builds and source distributions are no longer
  +  produced for tomcat 4.x
   
  -  On a Unix platform, you will need:
  -jakarta-tomcat-4.0-src-MMDD.tar.gz
  -
  -  (NOTE:  Alternatively, you can grab the source distribution from a
  -  formal release, if you wish, by following links on the Jakarta web site).
  +  NOTE 2: Alternatively, you can grab the source distribution from a
  +  formal release, if you wish, by following links on the Jakarta web site.
   
   * Unpack the source distribution into a convenient location so that the
 distribution resides in its own directory (conventionally named
  @@ -145,7 +140,18 @@
 jakarta-tomcat-connectors).  By default, the build system will try to find
 this repository in the ${tomcat.source}/../jakarta-tomcat-connectors
 directory.  Set the jtc.home property in the build.properties file 
  -  described below (see 26) if it resides in a different directory.
  +  described below (see 27) if it resides in a different directory.
  +
  +* Use Anonymous CVS (as described on the Jakarta web site at
  +  http://jakarta.apache.org/site/cvsindex.html, or
  +  download a source distribution of the jakarta-tomcat-jasper repository.
  +
  +* Unpack the source distribution into a convenient location so that the
  +  distribution resides in its own directory (conventionally named
  +  jakarta-tomcat-jasper).  By default, the build system will try to find
  +  this repository in the ${tomcat.source}/../jakarta-tomcat-jasper
  +  directory.  Set the jasper.home property in the build.properties file 
  +  described below (see 27) if it resides in a different directory.
   
   
   (6) Download and Install the Servlet API Binary Distribution
  @@ -153,7 +159,7 @@
   NOTE:  Alternatively, you can download the sources of the
   jakarta-servletapi-4 subproject, and build a binary distribution yourself,
   or use the binary distribution that is available with binary distributions
  -of Tomcat 4.0.
  +of Tomcat 4.x.
   
   * Download a binary distribution from:
   
  @@ -173,7 +179,7 @@
   
   * Download a binary distribution of Version 1.1 or later from:
   
  -

DO NOT REPLY [Bug 19869] - BUILDING.txt is v4.0

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=19869.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=19869

BUILDING.txt is v4.0

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:30 ---
All of these issues have now been fixed. I have also made some changes to the 
way property files work to make future updates easier.

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



DO NOT REPLY [Bug 29056] - java.util.ConcurrentModificationException

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29056.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29056

java.util.ConcurrentModificationException





--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:34 ---
My previous advice was wrong - that file is not included in default Tomcat
builds (and bizarrely it only fixed the problem for a few days).  
However, using Sun's RI definitely seems to fix it.
1. Download JMX 1.2.1 Reference Implementation from
http://java.sun.com/products/JavaManagement/download.html
2. Extract jmxri.jar to overwrite the file TOMCAT_HOME/bin/jmx.jar 

This has worked perfectly for me for like a week.

By the way, Jakarta should consider giving this a closer look.  This problem is
NOT rare for me and my team, and the server must be restarted after it happens.
 It also makes me uncomfortable patching a final product.  I'm on Tomcat 5.0.29.

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



DO NOT REPLY [Bug 5181] - HttpConnector [8080] No processor available, rejecting this connection

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=5181.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=5181

HttpConnector [8080] No processor available, rejecting this connection

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:35 ---
This connector is deprecated and no longer supported. Please use the Coyote 
HTTP connector instead.

No further work will take place against this bug.

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



DO NOT REPLY [Bug 29671] - Context don't start with multiple HTTP 1.1 connectors

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29671.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29671

Context don't start with multiple HTTP 1.1 connectors

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:41 ---
Please try with the JMX RI 1.2.

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



DO NOT REPLY [Bug 25104] - (Apache 2.0.x) mod_jk 1.2.5 ignores -ForwardDirectories

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=25104.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25104

(Apache 2.0.x) mod_jk 1.2.5 ignores -ForwardDirectories

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:42 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



DO NOT REPLY [Bug 27590] - 2 isapi redirector cannot cohabitate on an IIS

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27590.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27590

2 isapi redirector cannot cohabitate on an IIS

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:42 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



DO NOT REPLY [Bug 24075] - mod_jk will not resolve hostnames

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=24075.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24075

mod_jk will not resolve hostnames

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:43 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



DO NOT REPLY [Bug 26149] - Apache 2.0.48 won't load Tomcat 4.1.29 in-process via JK2

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=26149.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26149

Apache 2.0.48 won't load Tomcat 4.1.29 in-process via JK2

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:43 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



DO NOT REPLY [Bug 25369] - mod_jk source package omits example configuration files

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=25369.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25369

mod_jk source package omits example configuration files

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:43 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



DO NOT REPLY [Bug 29587] - Tomcat stops for a while !

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29587.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29587

Tomcat stops for a while !

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:43 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



DO NOT REPLY [Bug 24197] - adding an extra slash in a mod_jk url circumvents tomcat (form) login authentication

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=24197.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24197

adding an extra slash in a mod_jk url circumvents tomcat (form) login authentication

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:43 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



DO NOT REPLY [Bug 24628] - Unable to use multiple JkAutoAlias directives

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=24628.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24628

Unable to use multiple JkAutoAlias directives

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:43 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



DO NOT REPLY [Bug 26463] - loadbalancer fails on large (8k) messages

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=26463.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26463

loadbalancer fails on large (8k) messages

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:43 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



DO NOT REPLY [Bug 26733] - ManagedBean is not found with Ajp13Connector

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=26733.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26733

ManagedBean is not found with Ajp13Connector

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 18:43 ---
This component is now deprecated. If you still experience this issue, please 
upgrade to the Coyote JK2 connector.

No further work will take place against this bug report.

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



cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config host.xml

2004-06-18 Thread markt
markt   2004/06/18 13:18:31

  Modified:webapps/tomcat-docs/config host.xml
  Log:
  Fix bug 18433. Update docs to clarify relationship between autodeploy and livedeploy
  
  Revision  ChangesPath
  1.17  +8 -5  jakarta-tomcat-4.0/webapps/tomcat-docs/config/host.xml
  
  Index: host.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/host.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- host.xml  23 Dec 2003 16:50:58 -  1.16
  +++ host.xml  18 Jun 2004 20:18:31 -  1.17
  @@ -71,10 +71,12 @@
 /attribute
   
 attribute name=autoDeploy required=false
  -pThis flag value indicates if web applications from this host should
  -be automatically deployed by the host configurator.
  -The flag's value defaults to true.  See
  -a href=#Automatic Application DeploymentAutomatic Application
  +pThis flag value indicates if web applications from this host
  +should
 be automatically deployed by the host configurator at
  +startup.
 The flag's value defaults to true.  strongNote/strong
  +that if this
 flag is set to false and livedeploy is set
 to true then
  +   
 the web
 applications will still be deployed shortly after
 startup.
  +See
 a href=#Automatic Application DeploymentAutomatic
 Application

   Deployment/a for more information./p
 /attribute
   
  @@ -280,7 +282,8 @@
   you can also request that new XML configuration files, WAR files, or
   subdirectories (containing web applications) that are dropped in to the
   codeappBase/code directory while Tomcat is running will be
  -automatically deployed, according to the rules described above./p
  +automatically deployed, according to the rules described above by
  +setting the livedeploy attribute to true./p
   
   pWhen using automatic deployment, the codedocBase/code defined by
   an XML a href=context.htmlContext/a file should be outside of the
  
  
  

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



DO NOT REPLY [Bug 18433] - autoDeploy=false doesn't work

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=18433.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=18433

autoDeploy=false doesn't work

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 20:19 ---
I have updated the docs to clarify this situation.

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



DO NOT REPLY [Bug 29681] New: - Null pointer exception when connecting to my servlet

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29681.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29681

Null pointer exception when connecting to my servlet

   Summary: Null pointer exception when connecting to my servlet
   Product: Tomcat 5
   Version: 5.0.25
  Platform: Other
OS/Version: Linux
Status: NEW
  Severity: Major
  Priority: Other
 Component: Connector:Coyote
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I get the following exception when connecting to my servlet using Tomcat 5.0.25. 

Jun 18, 2004 2:57:08 PM org.apache.coyote.tomcat5.CoyoteAdapter service
SEVERE: An exception or error occurred in the container during the request
processing
java.lang.NullPointerException
at
org.apache.coyote.tomcat5.CoyoteRequest.parseCookies(CoyoteRequest.java:2343)
at
org.apache.coyote.tomcat5.CoyoteRequest.getCookies(CoyoteRequest.java:1850)
at
org.apache.coyote.tomcat5.CoyoteRequestFacade.getCookies(CoyoteRequestFacade.java:418)
at
org.apache.catalina.valves.RequestDumperValve.invoke(RequestDumperValve.java:124)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:296)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:372)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:694)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:626)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:807)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:644)
at java.lang.Thread.run(Thread.java:534)
Jun 18, 2004 2:57:08 PM org.apache.coyote.tomcat5.CoyoteAdapter service
SEVERE: An exception or error occurred in the container during the request
processing
java.lang.NullPointerException
at
org.apache.coyote.tomcat5.CoyoteRequest.parseCookies(CoyoteRequest.java:2343)
at
org.apache.coyote.tomcat5.CoyoteRequest.getCookies(CoyoteRequest.java:1850)
at
org.apache.coyote.tomcat5.CoyoteRequestFacade.getCookies(CoyoteRequestFacade.java:418)
at
org.apache.catalina.valves.RequestDumperValve.invoke(RequestDumperValve.java:124)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:296)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:372)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:694)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:626)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:807)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:644)
at java.lang.Thread.run(Thread.java:534)

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



DO NOT REPLY [Bug 28966] - JSP pages with UTF-8 characters always displays as ISO-8859-1

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28966.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28966

JSP pages with UTF-8 characters always displays as ISO-8859-1

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 20:39 ---
Unless you can provide me with an test case that clearly demonstrates the
problem, there's nothing I can do about it.

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



DO NOT REPLY [Bug 29638] - Tomcat generates invalid debug info for custom tags

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29638.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29638

Tomcat generates invalid debug info for custom tags

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 21:12 ---
The smap looks correct to me.  Note the java line 'out.write(\n);' that come
before the line 'out.write(  option);' maps to line 40 of the jsp file.
 It may be possible that you stop there instead.

Otherwise this can also be a debugger or IDE problem.

BTW, you should use jstl 1.1.

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



DO NOT REPLY [Bug 29682] New: - passing a string value to jsp:setProperty

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29682.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29682

passing a string value to jsp:setProperty

   Summary: passing a string value to jsp:setProperty
   Product: Tomcat 4
   Version: 4.1.30
  Platform: Sun
OS/Version: Solaris
Status: NEW
  Severity: Major
  Priority: Other
 Component: Jasper
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


We are moving from Weblogic 8.1 to Tomcat 4.1.30.  

We are calling a bean to retrieve data to be presented to the view.  Two
properties are being set using jsp:setProperty, both of the values passed are
strings.  One of which is a number represented as a String(type).  

Having taken a look at the jasper src I found that the only type that is not
supported for the property value is String.  It appears that it handles double,
int, short, long, Object, etc... - but no String.  

public static void handleSetProperty(Object bean, String prop,
 double value)
throws JasperException


Steps to reproduce
1) create a bean to retrieve data
the bean should include a setter method accepting a String 
2) defne a variable of type String with the value of '1'
3) set the property in the JSP with the variable from '2)'

Actual results
Application failed.

Expected results
Application should display view (JSP)

Error:
exception 

org.apache.jasper.JasperException
at
org.apache.jasper.runtime.JspRuntimeLibrary.handleSetProperty(JspRuntimeLibrary.java:535)
at
org.apache.jsp.my_account_profile_jsp._jspService(my_account_profile_jsp.java:2380)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)


root cause 

java.lang.IllegalArgumentException
at sun.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.jasper.runtime.JspRuntimeLibrary.handleSetProperty(JspRuntimeLibrary.java:533)
at
org.apache.jsp.my_account_profile_jsp._jspService(my_account_profile_jsp.java:2380)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
.


Example of code in compiled JSP for jsp:setProperty:
JspRuntimeLibrary.handleSetProperty(pageContext.findAttribute(content),
localeId,localeId);



Is it part of the Servlet Spec not to handle this or is this just an oversight?
 If it is an oversight can it be included in subsequent releases, or is it a
part of the spec and cannot be changed?

Thanks,

Harold

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



Augen auf! (So sieht es aus!) #9650#

2004-06-18 Thread mikeb
http://www.oliver-klas.de
http://www.buergerbewegungen.de
http://www.moschee-wertheim.de
http://www.auslaendergewalt.ch
http://www.rocknord.de
http://www.NoTurkishmembership.com
http://www.der-ruf-nach-freiheit.de
http://www.Euronational.org
http://www.pro-koeln-online.de
http://www.leverkusener-aufbruch.com
http://www.widerstand.com

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



cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm JNDIRealm.java

2004-06-18 Thread markt
markt   2004/06/18 16:21:57

  Modified:catalina/src/share/org/apache/catalina/realm JNDIRealm.java
  Log:
  Fix bug 23572. The alternateURL should be used in more cases than just
  a naming excetion (eg network error)
- Patch provided by Jean-Yves Collot
  
  Also fixed some unused imports identified by Eclipse
  
  Revision  ChangesPath
  1.18  +5 -7  
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm/JNDIRealm.java
  
  Index: JNDIRealm.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm/JNDIRealm.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- JNDIRealm.java6 Feb 2004 01:49:48 -   1.17
  +++ JNDIRealm.java18 Jun 2004 23:21:57 -  1.18
  @@ -86,8 +86,6 @@
   import javax.naming.directory.SearchControls;
   import javax.naming.directory.SearchResult;
   import org.apache.catalina.LifecycleException;
  -import org.apache.catalina.Realm;
  -import org.apache.catalina.util.StringManager;
   import org.apache.catalina.util.Base64;
   
   
  @@ -1519,7 +1517,7 @@
   // Ensure that we have a directory context available
   context = new InitialDirContext(getDirectoryContextEnvironment());
   
  -} catch (NamingException e) {
  +} catch (Exception e) {
   
   connectionAttempt = 1;
   
  
  
  

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



cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm JNDIRealm.java

2004-06-18 Thread markt
markt   2004/06/18 16:22:31

  Modified:catalina/src/share/org/apache/catalina/realm JNDIRealm.java
  Log:
  Fix bug 23572. The alternateURL should be used in more cases than just
  a naming excetion (eg network error)
- Patch provided by Jean-Yves Collot
- Ported from TC4
  
  Revision  ChangesPath
  1.13  +2 -2  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/JNDIRealm.java
  
  Index: JNDIRealm.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/JNDIRealm.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- JNDIRealm.java26 May 2004 15:51:14 -  1.12
  +++ JNDIRealm.java18 Jun 2004 23:22:31 -  1.13
  @@ -1473,7 +1473,7 @@
   // Ensure that we have a directory context available
   context = new InitialDirContext(getDirectoryContextEnvironment());
   
  -} catch (NamingException e) {
  +} catch (Exception e) {
   
   connectionAttempt = 1;
   
  
  
  

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



DO NOT REPLY [Bug 23572] - alternateURL in JNDIRealm.class does not work

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=23572.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=23572

alternateURL in JNDIRealm.class does not work

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:24 ---
This has now been fixed in CVS for TC4 and TC5.

Many thanks for providing the patch.

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



cvs commit: jakarta-tomcat-4.0 RUNNING.txt

2004-06-18 Thread markt
markt   2004/06/18 16:32:27

  Modified:.RUNNING.txt
  Log:
  Fix bug 23203. JDK should be renamed to J2SE SDK. Add note
  about using SDK rather than JRE.
- Patch based on contribution from Glen Mazza
  
  Revision  ChangesPath
  1.7   +11 -5 jakarta-tomcat-4.0/RUNNING.txt
  
  Index: RUNNING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RUNNING.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RUNNING.txt   17 Jun 2004 22:28:02 -  1.6
  +++ RUNNING.txt   18 Jun 2004 23:32:27 -  1.7
  @@ -9,16 +9,22 @@
   this container, you must do the following:
   
   
  -(0) Download and Install a Java Development Kit
  +(0) Download and Install the J2SE Software Development Kit (SDK)
   
  -* Download a Java Development Kit (JDK) release (version 1.2 or later) from:
  +* Download the Java 2 Standard Edition (J2SE) SDK, release version 1.2 or 
  +  later, from:
   
   http://java.sun.com/j2se/
   
  -* Install the JDK according to the instructions included with the release.
  +NOTE:  Downloading the Java Runtime Environment (JRE) instead is *not* 
  +sufficient for most users because Tomcat uses the javac.exe that is not
  +present in the JRE to compile JSP pages. Unless you are *very* sure of
  +what you are doing, please use the full SDK.
  +
  +* Install the SDK according to the instructions included with the release.
   
   * Set an environment variable JAVA_HOME to the pathname of the directory
  -  into which you installed the JDK release.
  +  into which you installed the SDK release.
   
   
   (1) Download and Install the Tomcat 4.0 Binary Distribution
  
  
  

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



cvs commit: jakarta-tomcat-5 RUNNING.txt

2004-06-18 Thread markt
markt   2004/06/18 16:32:53

  Modified:.RUNNING.txt
  Log:
  Fix bug 23203. JDK should be renamed to J2SE SDK. Add note
  about using SDK rather than JRE.
- Patch based on contribution from Glen Mazza
- Ported from TC4
  
  Revision  ChangesPath
  1.7   +11 -5 jakarta-tomcat-5/RUNNING.txt
  
  Index: RUNNING.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/RUNNING.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RUNNING.txt   17 Jun 2004 22:28:55 -  1.6
  +++ RUNNING.txt   18 Jun 2004 23:32:53 -  1.7
  @@ -10,16 +10,22 @@
   the following:
   
   
  -(0) Download and Install a Java Development Kit
  +(0) Download and Install the J2SE Software Development Kit (SDK)
   
  -* Download a Java Development Kit (JDK) release (version 1.3 or later) from:
  +* Download the Java 2 Standard Edition (J2SE) SDK, release version 1.3 or 
  +  later, from:
   
   http://java.sun.com/j2se/
   
  -* Install the JDK according to the instructions included with the release.
  +NOTE:  Downloading the Java Runtime Environment (JRE) instead is *not* 
  +sufficient for most users because Tomcat uses the javac.exe that is not
  +present in the JRE to compile JSP pages. Unless you are *very* sure of
  +what you are doing, please use the full SDK.
  +
  +* Install the SDK according to the instructions included with the release.
   
   * Set an environment variable JAVA_HOME to the pathname of the directory
  -  into which you installed the JDK release.
  +  into which you installed the SDK release.
   
   
   (1) Download and Install the Tomcat 5 Binary Distribution
  
  
  

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



DO NOT REPLY [Bug 23203] - [PATCH] Documentation Update

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=23203.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=23203

[PATCH] Documentation Update

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:35 ---
Fixed in CVS for TC4 and TC5. Thanks for providing the patch. I changed the 
wording slightly to indicate that if you really know what you are doing the 
JRE is OK but otherwise stick to the SDK.

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



DO NOT REPLY [Bug 9340] - Tomcat Service problem

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=9340.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=9340

Tomcat Service problem

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:38 ---
Sorry but this looks like a problem with the service wrapper which is outside 
of our control (and is therefore a WONTFIX). You may search the tomcat mailing 
lists for information on alternative wrappers.

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



DO NOT REPLY [Bug 29681] - Null pointer exception when connecting to my servlet

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29681.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29681

Null pointer exception when connecting to my servlet

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:42 ---


*** This bug has been marked as a duplicate of 29387 ***

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



DO NOT REPLY [Bug 29387] - Null pointer exception in CoyoteRequest in parseCookies() method when cookie name is reserved word

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29387.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29387

Null pointer exception in CoyoteRequest in parseCookies() method when cookie name is 
reserved word

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:42 ---
*** Bug 29681 has been marked as a duplicate of this bug. ***

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



DO NOT REPLY [Bug 18967] - NullPointerException instead of error message when running JspC

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=18967.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=18967

NullPointerException instead of error message when running JspC

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:44 ---


*** This bug has been marked as a duplicate of 20953 ***

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



DO NOT REPLY [Bug 20953] - JSPC compiler NPE's when tag libraries not on classpath

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=20953.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=20953

JSPC compiler NPE's when tag libraries not on classpath

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:44 ---
*** Bug 18967 has been marked as a duplicate of this bug. ***

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



DO NOT REPLY [Bug 23865] - Cannot access admin webapp from a host other than 'localhost'

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=23865.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=23865

Cannot access admin webapp from a host other than 'localhost'

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:46 ---
This is deliberate. It is enforced using a valve defined in admin.xml

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



cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jasper-howto.xml

2004-06-18 Thread markt
markt   2004/06/18 16:49:03

  Modified:webapps/tomcat-docs jasper-howto.xml
  Log:
  Fix bug 23880. Correct ant path
- Patch provided by Ben Kelley
  
  Revision  ChangesPath
  1.11  +1 -1  jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml
  
  Index: jasper-howto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jasper-howto.xml  16 Mar 2004 22:51:17 -  1.10
  +++ jasper-howto.xml  18 Jun 2004 23:49:03 -  1.11
  @@ -239,7 +239,7 @@
   (replacing the tokens with the Tomcat base path and the path to the webapp 
   which should be precompiled):br/
   source
  -$ANT_HOME/ant -Dtomcat.home=lt;$TOMCAT_HOMEgt; -Dwebapp.path=lt;$WEBAPP_PATHgt;
  +$ANT_HOME/bin/ant -Dtomcat.home=lt;$TOMCAT_HOMEgt; 
-Dwebapp.path=lt;$WEBAPP_PATHgt;
   /source
   /p
   
  
  
  

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



cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2004-06-18 Thread markt
markt   2004/06/18 16:49:21

  Modified:webapps/docs jasper-howto.xml
  Log:
  Fix bug 23880. Correct ant path
- Patch provided by Ben Kelley
- Ported from TC4
  
  Revision  ChangesPath
  1.14  +1 -1  jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml
  
  Index: jasper-howto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jasper-howto.xml  17 Mar 2004 00:09:22 -  1.13
  +++ jasper-howto.xml  18 Jun 2004 23:49:21 -  1.14
  @@ -228,7 +228,7 @@
   (replacing the tokens with the Tomcat base path and the path to the webapp 
   which should be precompiled):br/
   source
  -$ANT_HOME/ant -Dtomcat.home=lt;$TOMCAT_HOMEgt; -Dwebapp.path=lt;$WEBAPP_PATHgt;
  +$ANT_HOME/bin/ant -Dtomcat.home=lt;$TOMCAT_HOMEgt; 
-Dwebapp.path=lt;$WEBAPP_PATHgt;
   /source
   /p
   
  
  
  

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



DO NOT REPLY [Bug 23880] - ANT_HOME should not include /bin in JSPC docs

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=23880.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=23880

ANT_HOME should not include /bin in JSPC docs

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:50 ---
Fixed in CVS for TC4 and TC5. Many thanks for the patch.

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



DO NOT REPLY [Bug 10539] - Active lock discovery returns invalid lock tokens (dummytoken)

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=10539.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=10539

Active lock discovery returns invalid lock tokens (dummytoken)

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:54 ---


*** This bug has been marked as a duplicate of 27100 ***

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



DO NOT REPLY [Bug 27100] - WebDAV locking implementation incompatible with some clients.

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27100.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27100

WebDAV locking implementation incompatible with some clients.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2004-06-18 23:54 ---
*** Bug 10539 has been marked as a duplicate of this bug. ***

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



DO NOT REPLY [Bug 29584] - JNDI documentation could be more clear

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29584.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29584

JNDI documentation could be more clear





--- Additional Comments From [EMAIL PROTECTED]  2004-06-19 00:57 ---
Created an attachment (id=11884)
Proposed doc improvement

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



DO NOT REPLY [Bug 29584] - JNDI documentation could be more clear

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29584.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29584

JNDI documentation could be more clear





--- Additional Comments From [EMAIL PROTECTED]  2004-06-19 01:18 ---
Created an attachment (id=11885)
clarifications to globalresources.html

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



DO NOT REPLY [Bug 29584] - JNDI documentation could be more clear

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29584.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29584

JNDI documentation could be more clear





--- Additional Comments From [EMAIL PROTECTED]  2004-06-19 01:21 ---
Here are the proposed changes.

Note that in the second patch I made use of the ![CDATA[ ]] construct
to save myself all those lt; and gt; blots.

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



[GUMP@brutus]: jakarta-tomcat-catalina/jakarta-tomcat-catalina success

2004-06-18 Thread bobh
To whom it may satisfy...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact folk at [EMAIL PROTECTED]

Project jakarta-tomcat-catalina *no longer* has an issue.
Project State : 'Success'

Full details are available at:


http://brutus.apache.org:8080/gump/jakarta-tomcat-catalina/jakarta-tomcat-catalina/index.html

That said, some snippets follow:


The following annotations were provided:
 -DEBUG- Jar [naming-resources.jar] identifier set to jar basename: [naming-resources]
 -DEBUG- Jar [servlets-default.jar] identifier set to jar basename: [servlets-default]
 -DEBUG- Jar [naming-common.jar] identifier set to jar basename: [naming-common]
 -DEBUG- Jar [catalina.jar] identifier set to jar basename: [catalina]
 -DEBUG- Jar [bootstrap.jar] identifier set to jar basename: [bootstrap]
 -DEBUG- Jar [servlets-common.jar] identifier set to jar basename: [servlets-common]
 -DEBUG- Jar [servlets-invoker.jar] identifier set to jar basename: [servlets-invoker]
 -INFO- Dependency on javamail exists, no need to add for property mail.jar.
 -INFO- Dependency on jaf exists, no need to add for property activation.jar.
 -INFO- Dependency on jmx exists, no need to add for property jmx.jar.
 -INFO- Dependency on jakarta-servletapi-5-servlet exists, no need to add for property 
servlet-api.jar.
 -INFO- Dependency on jakarta-servletapi-5-jsp exists, no need to add for property 
jsp-api.jar.
 -INFO- Dependency on xml-xerces exists, no need to add for property xercesImpl.jar.
 -INFO- Dependency on xml-xerces exists, no need to add for property xmlParserAPIs.jar.
 -INFO- Dependency on jakarta-tomcat-util exists, no need to add for property 
tomcat-util.jar.
 -INFO- Dependency on commons-logging exists, no need to add for property 
commons-logging-api.jar.
 -INFO- Dependency on ant exists, no need to add for property ant.home.
 -INFO- Dependency on jsse exists, no need to add for property jsse.home.
 -INFO- Dependency on jmx exists, no need to add for property jmx.home.
 -INFO- Dependency on jmx exists, no need to add for property jmxtools.jar.
 -INFO- Dependency on jndi exists, no need to add for property jndi.home.
 -INFO- Dependency on jakarta-regexp exists, no need to add for property regexp.home.
 -INFO- Dependency on jakarta-regexp exists, no need to add for property regexp.jar.
 -INFO- Dependency on javamail exists, no need to add for property mail.home.
 -INFO- Dependency on jaf exists, no need to add for property activation.home.
 -INFO- Dependency on jakarta-tomcat-coyote exists, no need to add for property 
tomcat-coyote.home.
 -INFO- Enable verbose output, due to 5 previous error(s).


The following work was performed:
http://brutus.apache.org:8080/gump/jakarta-tomcat-catalina/jakarta-tomcat-catalina/gump_work/build_jakarta-tomcat-catalina_jakarta-tomcat-catalina.html
Work Name: build_jakarta-tomcat-catalina_jakarta-tomcat-catalina (Type: Build)
State: Success
Elapsed: 0 hours, 0 minutes, 19 seconds
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main -verbose 
-Dgump.merge=/usr/local/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only 
-Dtomcat33.home=*Unset* 
-Djsp-api.jar=/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar
 -Djmx.jar=/usr/local/gump/packages/jmx-1_2-ri/lib/jmxri.jar 
-Djmx.home=/usr/local/gump/packages/jmx-1_2-ri 
-Djdbc20ext.jar=/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar 
-Djtc.home=/usr/local/gump/public/workspace/jakarta-tomcat-connectors 
-Dmail.home=/usr/local/gump/packages/javamail-1.3 
-Dant.home=/usr/local/gump/public/workspace/ant/dist 
-Dsite2.home=/usr/local/gump/public/workspace/jakarta-site2 
-Dcommons-collections.jar=/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-20040618.jar
 -Dcatalina.deploy=/usr/local/gump/public/workspace/jakarta-tomcat-catalina/build 
-Dxml-apis.jar=/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 
-DxercesImpl.jar=/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 -Djsse.home=/usr/local/gump/packages/jsse1.0.3 
-Djaas.jar=/usr/local/gump/packages/jaas1_0/lib/jaas.jar 
-Dcatalina.build=/usr/local/gump/public/workspace/jakarta-tomcat-catalina/build 
-Dcommons-fileupload.jar=/usr/local/gump/public/workspace/jakarta-commons/fileupload/target/commons-fileupload-20040618.jar
 -Dmail.jar=/usr/local/gump/packages/javamail-1.3/mail.jar 
-Dcommons-digester.jar=/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar
 -Djndi.jar=/usr/local/gump/packages/jndi1_2_1/lib/jndi.jar

[GUMP@brutus]: jakarta-tomcat-5/jakarta-tomcat-5 failed

2004-06-18 Thread bobh
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact folk at [EMAIL PROTECTED]

Project jakarta-tomcat-5 has an issue affecting its community integration.
Project State : 'Failed', Reason 'Build Failed'

Full details are available at:

http://brutus.apache.org:8080/gump/jakarta-tomcat-5/jakarta-tomcat-5/index.html

That said, some snippets follow:


The following annotations were provided:
 -DEBUG- Jar [naming-resources.jar] identifier set to jar basename: [naming-resources]
 -DEBUG- Jar [servlets-default.jar] identifier set to jar basename: [servlets-default]
 -DEBUG- Jar [naming-common.jar] identifier set to jar basename: [naming-common]
 -DEBUG- Jar [catalina.jar] identifier set to jar basename: [catalina]
 -DEBUG- Jar [bootstrap.jar] identifier set to jar basename: [bootstrap]
 -DEBUG- Jar [servlets-common.jar] identifier set to jar basename: [servlets-common]
 -DEBUG- Jar [servlets-invoker.jar] identifier set to jar basename: [servlets-invoker]
 -INFO- Dependency on javamail exists, no need to add for property mail.jar.
 -INFO- Dependency on jaf exists, no need to add for property activation.jar.
 -INFO- Dependency on jakarta-servletapi-5-servlet exists, no need to add for property 
servlet-api.jar.
 -INFO- Dependency on jakarta-servletapi-5-jsp exists, no need to add for property 
jsp-api.jar.
 -INFO- Dependency on xml-xerces exists, no need to add for property xercesImpl.jar.
 -INFO- Dependency on xml-xerces exists, no need to add for property xmlParserAPIs.jar.
 -INFO- Dependency on jakarta-tomcat-util exists, no need to add for property 
tomcat-util.jar.
 -INFO- Dependency on commons-el exists, no need to add for property commons-el.jar.
 -INFO- Dependency on commons-logging exists, no need to add for property 
commons-logging-api.jar.
 -INFO- Dependency on commons-modeler exists, no need to add for property 
commons-modeler.jar.
 -INFO- Dependency on ant exists, no need to add for property ant.home.
 -INFO- Dependency on jsse exists, no need to add for property jsse.home.
 -INFO- Dependency on jmx exists, no need to add for property jmx.home.
 -INFO- Dependency on jmx exists, no need to add for property jmx.jar.
 -INFO- Dependency on jmx exists, no need to add for property jmx-tools.jar.
 -INFO- Dependency on jndi exists, no need to add for property jndi.home.
 -INFO- Dependency on jakarta-regexp exists, no need to add for property regexp.home.
 -INFO- Dependency on jakarta-regexp exists, no need to add for property regexp.jar.
 -INFO- Dependency on javamail exists, no need to add for property mail.home.
 -INFO- Dependency on jakarta-tomcat-coyote exists, no need to add for property 
tomcat-coyote.home.
 -INFO- Dependency on jakarta-tomcat-jasper_tc5 exists, no need to add for property 
jasper.home.
 -INFO- Dependency on jaf exists, no need to add for property activation.home.
 -INFO- Dependency on commons-modeler exists, no need to add for property 
commons-modeler.home.
 -INFO- Dependency on commons-daemon exists, no need to add for property 
commons-daemon.jsvc.tar.gz.
 -INFO- Dependency on jakarta-struts exists, no need to add for property struts.home.
 -INFO- Enable verbose output, due to 5 previous error(s).
 -INFO- Failed with reason build failed
 -INFO- Enable debug output, due to build failure.


The following work was performed:
http://brutus.apache.org:8080/gump/jakarta-tomcat-5/jakarta-tomcat-5/gump_work/build_jakarta-tomcat-5_jakarta-tomcat-5.html
Work Name: build_jakarta-tomcat-5_jakarta-tomcat-5 (Type: Build)
State: Failed
Elapsed: 0 hours, 0 minutes, 6 seconds
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main -verbose 
-Dgump.merge=/usr/local/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only 
-Dtomcat33.home=*Unset* 
-Djsp-api.jar=/usr/local/gump/public/workspace/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar
 -Djmx.jar=/usr/local/gump/packages/jmx-1_2-ri/lib/jmxri.jar 
-Djmx.home=/usr/local/gump/packages/jmx-1_2-ri 
-Djdbc20ext.jar=/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar 
-Dregexp.jar=/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-20040618.jar
 -Dmail.home=/usr/local/gump/packages/javamail-1.3 
-Dant.home=/usr/local/gump/public/workspace/ant/dist 
-Dsite2.home=/usr/local/gump/public/workspace/jakarta-site2 
-Dcommons-collections.jar=/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-20040618.jar
 -Dldap.jar=/usr/local/gump/packages/ldap-1_2_4/lib/ldap.jar 
-DxercesImpl.jar=/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar

DO NOT REPLY [Bug 29685] New: - jk2 worker does not work with multiple wildcards in the expression if one is trailing

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29685.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29685

jk2 worker does not work with multiple wildcards in the expression if one is trailing

   Summary: jk2 worker does not work with multiple wildcards in the
expression if one is trailing
   Product: Tomcat 4
   Version: 4.1.7
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Connector:Coyote JK 2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


For this example, I am trying to get everything from a location within a users 
public_html to pass over to tomcat. Such as;

www.example.tld/~anyuser/servlet/HelloWorld

Tested with both apache configurations;
Directory (Directory /home/*/public_html) and mod_userdir (UserDir 
public_html)

Here is an example of the problem using workers2.properties;

If I try to do what I think should work;

[uri:/~*/servlet/*]
info=UserDir worker=ajp13:localhost:8009

It will not pass to tomcat and I recieve an apache 404 error instead of
the servlet defined by the invoker (or a tomcat 404 error if the invoker
didn't exist)


If I try;

[uri:/~user/servlet/*]
info=UserDir worker=ajp13:localhost:8009

or

[uri:/~*/servlet/HelloWorld]
info=UserDir worker=ajp13:localhost:8009

It has no problem and everything works as it should, but it seems as
thou it cannot deal 2 wildcards if one is trailing the uri.

However, if a non-existant username is used (~junkuser/servlet/anything). 
There seems to be no problem.

Please confirm as I have not been able get any different results, I am also 
new to bug reporting guidelines so excuse my bad form.

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



cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java

2004-06-18 Thread billbarker
billbarker2004/06/18 21:25:14

  Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java
  Log:
  Change to do case-insensitive mapping of the Host.
  
  Host names (like all DNS names) are not case-sensitive, so ignore case when mapping.
  
  Fix for Bug #29661
  Reported By: François Jeanmougin  [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.39  +88 -2 
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper/Mapper.java
  
  Index: Mapper.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper/Mapper.java,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Mapper.java   28 May 2004 05:02:08 -  1.38
  +++ Mapper.java   19 Jun 2004 04:25:14 -  1.39
  @@ -21,6 +21,7 @@
   
   import org.apache.tomcat.util.buf.CharChunk;
   import org.apache.tomcat.util.buf.MessageBytes;
  +import org.apache.tomcat.util.buf.Ascii;
   import java.util.List;
   import java.util.ArrayList;
   
  @@ -551,8 +552,8 @@
   // Virtual host mapping
   if (mappingData.host == null) {
   Host[] hosts = this.hosts;
  -int pos = find(hosts, host);
  -if ((pos != -1)  (host.equals(hosts[pos].name))) {
  +int pos = findIgnoreCase(hosts, host);
  +if ((pos != -1)  (host.equalsIgnoreCase(hosts[pos].name))) {
   mappingData.host = hosts[pos].object;
   contexts = hosts[pos].contextList.contexts;
   nesting = hosts[pos].contextList.nesting;
  @@ -961,6 +962,61 @@
   
   }
   
  +/**
  + * Find a map elemnt given its name in a sorted array of map elements.
  + * This will return the index for the closest inferior or equal item in the
  + * given array.
  + */
  +private static final int findIgnoreCase(MapElement[] map, CharChunk name) {
  +return findIgnoreCase(map, name, name.getStart(), name.getEnd());
  +}
  +
  +
  +/**
  + * Find a map elemnt given its name in a sorted array of map elements.
  + * This will return the index for the closest inferior or equal item in the
  + * given array.
  + */
  +private static final int findIgnoreCase(MapElement[] map, CharChunk name,
  +  int start, int end) {
  +
  +int a = 0;
  +int b = map.length - 1;
  +
  +// Special cases: -1 and 0
  +if (b == -1) {
  +return -1;
  +}
  +if (compareIgnoreCase(name, start, end, map[0].name)  0 ) {
  +return -1;
  +} 
  +if (b == 0) {
  +return 0;
  +}
  +
  +int i = 0;
  +while (true) {
  +i = (b + a) / 2;
  +int result = compareIgnoreCase(name, start, end, map[i].name);
  +if (result == 1) {
  +a = i;
  +} else if (result == 0) {
  +return i;
  +} else {
  +b = i;
  +}
  +if ((b - a) == 1) {
  +int result2 = compareIgnoreCase(name, start, end, map[b].name);
  +if (result2  0) {
  +return a;
  +} else {
  +return b;
  +}
  +}
  +}
  +
  +}
  +
   
   /**
* Find a map elemnt given its name in a sorted array of map elements.
  @@ -1024,6 +1080,36 @@
   if (c[i + start]  compareTo.charAt(i)) {
   result = 1;
   } else if (c[i + start]  compareTo.charAt(i)) {
  +result = -1;
  +}
  +}
  +if (result == 0) {
  +if (compareTo.length()  (end - start)) {
  +result = -1;
  +} else if (compareTo.length()  (end - start)) {
  +result = 1;
  +}
  +}
  +return result;
  +}
  +
  +
  +/**
  + * Compare given char chunk with String ignoring case.
  + * Return -1, 0 or +1 if inferior, equal, or superior to the String.
  + */
  +private static final int compareIgnoreCase(CharChunk name, int start, int end,
  + String compareTo) {
  +int result = 0;
  +char[] c = name.getBuffer();
  +int len = compareTo.length();
  +if ((end - start)  len) {
  +len = end - start;
  +}
  +for (int i = 0; (i  len)  (result == 0); i++) {
  +if (Ascii.toLower(c[i + start])  Ascii.toLower(compareTo.charAt(i))) {
  +result = 1;
  +} else if (Ascii.toLower(c[i + start])  
Ascii.toLower(compareTo.charAt(i))) {
   result = -1;
   }
   }
  
  
  

-
To 

DO NOT REPLY [Bug 29661] - Host Names parsing is case sensitive

2004-06-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=29661.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29661

Host Names parsing is case sensitive

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-06-19 04:27 ---
Fixed in the CVS, and should appear in 5.0.28.

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



Any synchronization issues with SMP?

2004-06-18 Thread Martin Schulz
Can someone confirm that Tomcat works well on busy SMP systems (e.g. Sun 
V1280),
or whether there are problems in Tomcat.

Here's what we have at our end:
We are currently performance testing our application (Tomcat 4.1.30) on 
Solaris 9,
on a V1280 system w. 8 CPUs. (SDK 1.4.2_04).  Transaction rates are 
moderate, around 30/s.

The application, after about 30-40 minutes, gets unresponsive for a 
little while (1-10 minutes),
gets back to work (for a varying period of time, but definitely under 30 
min), and then the cycle
repeats.  At half the transaction rate, the smptoms are no longer easily 
observed,.

The above symptoms disappear when we use a single CPU, or a single board 
of 4 CPUs.
That scenario seems to imply synchronization problems soemwhere in the 
Java code.
The problem could not be observed in development configurations either 
(Wintel, 1-CPU Sun
boxes.)

The behavior is such that connections get accepted, but no response is 
sent (established connections
remain at a fixed level).   The number of connections in this state 
varies (20-70).

From the timers we keep we learn that the service gets stuck when 
reading the input.
Once unblocked the responses get sent out rapidly again.

We have tuned the system for efficient, high-volume TCP-IP traffic.
We tried the coyote connector and the HttpConnector, both with the same 
effect.

Please respond if you can confirm or dismiss threading issues in Tomcat.
We would also be ineterested in testing approaches for such a scenario.
.I have kept system statistics for both scenarios and can provide these 
on request.

Thanks!
   Martin Schulz
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]