DO NOT REPLY [Bug 28016] - mod_jk2 2.0.4 does not work with existing configuration

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=28016


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-18 08:57 ---
Thanks for the tip.
I hope I'm not going to be told in 2 years that mod_jserve is the way to go ;-)

As a side note, I'd advise you to make this obvious on Tomcat's web site:
it still points to
http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html, which says,
among others, that "JK2 is a refactoring of JK and is much more powerfull."

I've been fooled by that, and spent a long time getting mod_jk2 to work. Would
be better to avoid the same mistake to others.

I guess that bug report has no point anymore, and can be closed.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 27902] - Tomcat webapps on a Network Drive

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=27902


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-18 01:18 ---
I do not believe that this is a tomcat problem since the tomcat code is 
exactly the same regardless of where the files actually reside.

My money is on a network issue of some sort but it might be you NAS or even 
the JVM.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 30048] - Setting compressableMimeTypes is ignored.

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30048





--- Additional Comments From [EMAIL PROTECTED]  2004-11-18 01:06 ---
If I grep in jakarta-tomcat-catalina for compressableMimeType I get this.

>grep -r --mmap compressableMimeType *
catalina/src/conf/server.xml:
   compressableMimeType="text/html,text/xml"
webapps/docs/config/http.xml:
   

(whitespace edited for readability)
Can there be a typo, that there is a missing 's' in compressableMimeType_s_?

It seems to work if I do not use the 's' in my config. But all the 
documentation 
I found talks about compressableMimeTypes.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31711] - Clone used incorrectly in o.a.c.u.Enumerator constructor

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31711


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
Version|4.1.30  |4.1.31




--- Additional Comments From [EMAIL PROTECTED]  2004-11-18 01:06 ---
This still exists in 4.1.31 but is now patched in CVS head.

Thanks for the report.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
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/util Enumerator.java

2004-11-17 Thread markt
markt   2004/11/17 16:04:36

  Modified:catalina/src/share/org/apache/catalina/util Enumerator.java
  Log:
  Fix bug 31711. Clone should be made if clone=true, not if clone=false
   - Patch submitted by Vishy Kasar
  
  Revision  ChangesPath
  1.5   +2 -2  
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/Enumerator.java
  
  Index: Enumerator.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/Enumerator.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Enumerator.java   26 Aug 2004 21:42:40 -  1.4
  +++ Enumerator.java   18 Nov 2004 00:04:36 -  1.5
  @@ -92,7 +92,7 @@
   public Enumerator(Iterator iterator, boolean clone) {
   
   super();
  -if (clone) {
  +if (!clone) {
   this.iterator = iterator;
   } else {
   List list = new LinkedList();
  
  
  

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



Document

2004-11-17 Thread mikeb
--  Virus Warning Message (on uusnwa08)

Found virus WORM_NETSKY.Z in file Informations.txt  

   .exe (in Informations.zip)
The file is deleted.

-
Important informations!


--  Virus Warning Message (on uusnwa08)

Informations.zip is removed from here because it contains a virus.

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

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup HostConfig.java LocalStrings.properties

2004-11-17 Thread remm
remm2004/11/17 15:21:13

  Modified:catalina/src/share/org/apache/catalina/startup
HostConfig.java LocalStrings.properties
  Log:
  - Add info log when reloading a context.
  
  Revision  ChangesPath
  1.50  +2 -1  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/HostConfig.java
  
  Index: HostConfig.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/HostConfig.java,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- HostConfig.java   12 Nov 2004 00:48:41 -  1.49
  +++ HostConfig.java   17 Nov 2004 23:21:13 -  1.50
  @@ -1055,6 +1055,7 @@
   if ((!resource.exists() && lastModified != 0L) 
   || (resource.lastModified() != lastModified)) {
   // Reload application
  +log.info(sm.getString("hostConfig.reload", app.name));
   Container context = host.findChild(app.name);
   try {
   ((Lifecycle) context).stop();
  
  
  
  1.9   +1 -0  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/LocalStrings.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- LocalStrings.properties   23 Oct 2004 16:54:23 -  1.8
  +++ LocalStrings.properties   17 Nov 2004 23:21:13 -  1.9
  @@ -49,6 +49,7 @@
   hostConfig.expand=Expanding web application archive {0}
   hostConfig.expand.error=Exception while expanding web application archive {0}
   hostConfig.expanding=Expanding discovered web application archives
  +hostConfig.reload=Reloading context [{0}]
   hostConfig.context.restart=Error during context {0} restart
   hostConfig.removeXML=Context {0} is undeployed
   hostConfig.removeDIR=Directory {0} is undeployed
  
  
  

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



DO NOT REPLY [Bug 32284] - Auto-redeploy not working for .war file with META-INF/context.xml

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32284





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 23:44 ---
OK, yeah, I see what you're saying now. You are correct. I tested it and it 
works. I assumed that because it wasn't writing an INFO level log message that 
it wasn't working since I was using such a simple test case. I didn't realize 
that there was a difference between redeploy and reload. What was confusing me 
was the fact that there is no INFO level log message printed upon reload like 
there is for deploy. I just did a comparison of the log entries in Tomcat 5.0 
versus 5.5. In 5.0 it has an "install" message that is written regardless if 
it's a new deployment or a reload.

Nov 16, 2004 4:43:43 PM org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL file:/opt/jakarta-tomcat-
5.0.25-test/conf/Catalina/localhost/coursesiterequest.xml

Nov 17, 2004 3:44:41 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive test-with-context.war

Any chance you might consider, writing the reload message at the INFO level 
rather than that DEBUG level?

Personally, I really liked having that notification before and I'd hate to 
have that go away.

Thanks and sorry for the hassle.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32284] - Auto-redeploy not working for .war file with META-INF/context.xml

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32284





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 23:15 ---
This is wrong.
If you do "touch $CATALINA_HOME/webapps/test-without-context.xml", you'll create
a file -> redeployment -> message.
If you do "touch $CATALINA_HOME/webapps/test-with-context.xml" -> reload (no
redeployment) -> no message (DEBUG level message, actually).
As I said, it works now. I will not spend any more time on this.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32112] - SSL configuration attributes / security issue

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32112


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 23:14 ---
We assume, and the server admin is responsible for ensuring, that server.xml is 
secure: there are other sensitive parameters there.  We don't want to ask for 
any information input as part of the startup script, as these are usually 
executed unattended.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31733] - inconsistent error page returned from Apache when tomcat is started inprocess vs outprocess

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31733


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 23:13 ---
It should return the same error class (5xx), the specific error code isn't as 
relevant.  And if you have application code that tests for the response code, 
it should test by class (1xx, 2xx, 3xx, 4xx, 5xx) as well.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31548] - Connector distributions do not contain the associated java sources nor jars

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31548


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 23:11 ---
If you want the source for a given tag of Tomcat or the connectors, use CVS to 
get it.  We bundle the source with Tomcat distros as you noted.

4.1 is ancient and no longer actively maintained, much less being built nightly.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Henri Gomez
Well I'll try to rebuild a TC 3.3.3-dev and tell you more


On Wed, 17 Nov 2004 13:00:30 -0800, Bill Barker <[EMAIL PROTECTED]> wrote:
> 
> - Original Message -
> From: "Henri Gomez" <[EMAIL PROTECTED]>
> To: "Tomcat Developers List" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 17, 2004 11:42 AM
> Subject: Re: JK 1.2.6 and AJP problems
> 
> > So I should rebuild a tomcat 3.3.3-dev ? Or which jars shoud I get
> > from latest tc 5.x ?
> >
> 
> At the minimum, you need tomcat-ajp.jar (replaces tomcat-jk2.jar).  You
> might want tomcat-util.jar and tomcat-coyote.jar as well.
> 
> OTOH, very little has changed in j-t (added a new Mapper that works like the
> TC 5 one, a couple of small and obscure bug fixes), so if it is easier you
> could just build tc 3.3.3-dev.
> 
> 
> 
> >
> > On Wed, 17 Nov 2004 10:45:48 -0800, Bill Barker <[EMAIL PROTECTED]>
> wrote:
> > >
> > >
> > >
> > > - Original Message -
> > > From: "Mladen Turk" <[EMAIL PROTECTED]>
> > > To: "Tomcat Developers List" <[EMAIL PROTECTED]>
> > > Sent: Wednesday, November 17, 2004 4:43 AM
> > > Subject: Re: JK 1.2.6 and AJP problems
> > >
> > > > Henri Gomez wrote:
> > > > >
> > > > > The way to do it is to click on many URL for differents servlets
> > > > > without waiting for response from previous click (something users
> does
> > > > > but no benchs systems).
> > > > >
> > > >
> > > > Have you noticed such behavior on TC4 or TC5. I mean, that might lead
> > > > to the source of the problem.
> > > >
> > >
> > > The "problem" is with this old version of ChannelSocket.  When the UA
> > > doesn't finish reading the response from Apache, mod_jk drops the
> connection
> > > to Tomcat (ugly, but the AJP/1.3 protocol doesn't give it any other way
> to
> > > tell Tomcat to stop processing the request and socket reconnection is
> > > probably cheaper than reading and trashing a response that nobody wants
> :).
> > >
> > > > MT.
> > > >
> > > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > >
> > >
> > > This message is intended only for the use of the person(s) listed above
> as the intended recipient(s), and may contain information that is PRIVILEGED
> and CONFIDENTIAL.  If you are not an intended recipient, you may not read,
> copy, or distribute this message or any attachment. If you received this
> communication in error, please notify us immediately by e-mail and then
> delete all copies of this message and any attachments.
> > >
> > > In addition you should be aware that ordinary (unencrypted) e-mail sent
> through the Internet is not secure. Do not send confidential or sensitive
> information, such as social security numbers, account numbers, personal
> identification numbers and passwords, to us via ordinary (unencrypted)
> e-mail.
> > >
> > >
> > > -
> > > 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 message is intended only for the use of the person(s) listed above as 
> the intended recipient(s), and may contain information that is PRIVILEGED and 
> CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, 
> or distribute this message or any attachment. If you received this 
> communication in error, please notify us immediately by e-mail and then 
> delete all copies of this message and any attachments.
> 
> In addition you should be aware that ordinary (unencrypted) e-mail sent 
> through the Internet is not secure. Do not send confidential or sensitive 
> information, such as social security numbers, account numbers, personal 
> identification numbers and passwords, to us via ordinary (unencrypted) e-mail.
> 
> 
> -
> 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]



DO NOT REPLY [Bug 30552] - DirectoryIndex directive broken by mod_jk 1.2.6

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30552


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 23:07 ---
I think it is pretty obvious how to reproduce the problem.  Install mod_jk
1.2.5. Put a DirectoryIndex directive in your apache conf file (say, set it to
index.jsp).  Go to http://server/webapp .  Watch index.jsp be displayed.  Now
install mod_jk 1.2.6.  Restart apache.  Watch an index of the webapp directory
be displayed instead of index.jsp.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 28016] - mod_jk2 2.0.4 does not work with existing configuration

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=28016


[EMAIL PROTECTED] changed:

   What|Removed |Added

 OS/Version||All




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 23:06 ---
Heads up: JK2 is going away.  Switch to mod_jk.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32284] - Auto-redeploy not working for .war file with META-INF/context.xml

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32284





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 22:22 ---
The main reason I submitted this as a bug is that I wanted to better document 
the steps to reproduce the bug. On 11/14 you said that the bug was fixed and 
that if I downloaded the nightly build that it should work. I downloaded the 
latest nightly build today but I'm still having the problem.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Bill Barker

- Original Message -
From: "Henri Gomez" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 17, 2004 11:42 AM
Subject: Re: JK 1.2.6 and AJP problems


> So I should rebuild a tomcat 3.3.3-dev ? Or which jars shoud I get
> from latest tc 5.x ?
>

At the minimum, you need tomcat-ajp.jar (replaces tomcat-jk2.jar).  You
might want tomcat-util.jar and tomcat-coyote.jar as well.

OTOH, very little has changed in j-t (added a new Mapper that works like the
TC 5 one, a couple of small and obscure bug fixes), so if it is easier you
could just build tc 3.3.3-dev.

>
> On Wed, 17 Nov 2004 10:45:48 -0800, Bill Barker <[EMAIL PROTECTED]>
wrote:
> >
> >
> >
> > - Original Message -
> > From: "Mladen Turk" <[EMAIL PROTECTED]>
> > To: "Tomcat Developers List" <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 17, 2004 4:43 AM
> > Subject: Re: JK 1.2.6 and AJP problems
> >
> > > Henri Gomez wrote:
> > > >
> > > > The way to do it is to click on many URL for differents servlets
> > > > without waiting for response from previous click (something users
does
> > > > but no benchs systems).
> > > >
> > >
> > > Have you noticed such behavior on TC4 or TC5. I mean, that might lead
> > > to the source of the problem.
> > >
> >
> > The "problem" is with this old version of ChannelSocket.  When the UA
> > doesn't finish reading the response from Apache, mod_jk drops the
connection
> > to Tomcat (ugly, but the AJP/1.3 protocol doesn't give it any other way
to
> > tell Tomcat to stop processing the request and socket reconnection is
> > probably cheaper than reading and trashing a response that nobody wants
:).
> >
> > > MT.
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > This message is intended only for the use of the person(s) listed above
as the intended recipient(s), and may contain information that is PRIVILEGED
and CONFIDENTIAL.  If you are not an intended recipient, you may not read,
copy, or distribute this message or any attachment. If you received this
communication in error, please notify us immediately by e-mail and then
delete all copies of this message and any attachments.
> >
> > In addition you should be aware that ordinary (unencrypted) e-mail sent
through the Internet is not secure. Do not send confidential or sensitive
information, such as social security numbers, account numbers, personal
identification numbers and passwords, to us via ordinary (unencrypted)
e-mail.
> >
> >
> > -
> > 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 message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.


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

DO NOT REPLY [Bug 30552] - DirectoryIndex directive broken by mod_jk 1.2.6

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30552


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 22:03 ---
Please provide specific details and/or configuration files and/or a way for us 
to reproduce your problem.  I suggest using the mailing list(s) for support and 
discussion: with the information you've provided, a Bugzilla issue is not 
warranted.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32284] - Auto-redeploy not working for .war file with META-INF/context.xml

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32284





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 22:03 ---
Actually, this is a bug. Watched resources were not properly set in this case,
so you have to reload manually. I suggest using the manager webapp to reload.
(didn't I tell you not to file a bug, BTW ?)
This has already been fixed in CVS.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 30539] - possible security hole: mod_jk2 bypassed when client issues Host: header with an invalid port number

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30539





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 22:03 ---
Shouldn't this then be an httpd bug?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32278] - install4iis.js failed in Window 2000 system

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32278


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 22:00 ---
*** Bug 30463 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 30463] - install4iis.js fail on Windows 2000

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=30463


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 22:00 ---


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

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32284] - Auto-redeploy not working for .war file with META-INF/context.xml

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32284





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 21:57 ---
There are significant deployer differences between 5.0 and 5.5, including 
specifically the handling of context.xml files.  It's OK for the context.xml 
case to be different from the non-context.xml case, because we make the 
assumption that if no context.xml is included the user either already has one 
manually placed in conf/[engine]/[host], or doesn't need one and just wanted 
the Tomcat default settings for the context.

Remy wrote this code, so if he says he's looking into it, I'll leave the rest 
to him.  I'm sure he'll reopen this issue if he sees fit.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



RE: JK documentation

2004-11-17 Thread Derrick Koes
 
So, should everyone who has been using JK2 the last 6 months drop back to JK to 
be safe?

Thanks,
Derrick

-Original Message-
From: Mladen Turk [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 17, 2004 12:09 PM
To: Tomcat Developers List
Subject: JK documentation

Hi all,

I'm trying to rewrite and reorganize JK documentation.
Any comments on the 'News' section?
(I mean, do we need more apologies and explanations why the
JK2 is unsupported ?)

Docs are at:
http://www.apache.org/~mturk/docs/


I'll put tomorrow the rest of docs.

MT.


-
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]



DO NOT REPLY [Bug 32284] - Auto-redeploy not working for .war file with META-INF/context.xml

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32284





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 21:53 ---
That isn't the way it works in 5.0. In 5.0 I was able to simply update 
the .war file and it was reloaded automatically. It did so regardless of 
whether I had a context.xml.

1. Why would the behavior be different in 5.5 than it is in 5.0?
2. Why should the behavior be different if there is a context.xml compared to 
if there isn't one? If what you say is true, that the way it works is by 
design, then, it seems to be broken in the case where there isn't a 
context.xml.

Furthermore, Remy was looking into this problem and he never mentioned to me 
that the behavior was by design.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32284] - Auto-redeploy not working for .war file with META-INF/context.xml

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32284


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 21:34 ---
This is by design: users may have customized the previously deployed and 
expanded WAR or its context.xml file, so we don't overwrite it.  You need to 
remove the context.xml from conf/[engine]/[host] (and the expanded directory if 
any) before deploying the new one.  It's not a Tomcat bug.  This has also been 
explained on the tomcat-user mailing list: please go there for futher 
discussion if you wish, and also use that forum to ask a question first before 
opening a Bugzilla issue.  Thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32284] New: - Auto-redeploy not working for .war file with META-INF/context.xml

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32284

   Summary: Auto-redeploy not working for .war file with META-
INF/context.xml
   Product: Tomcat 5
   Version: 5.5.4
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I found that Tomcat 5.5.4 doesn't auto-redeploy .war files correctly if they 
have a META-INF/context.xml file. The .war file is auto-deployed the first 
time, but, it isn't redeployed when it is updated. I have created test files 
that can be used to reproduce the problem. The files are located at the 
following URLs.

http://parakeet.uchicago.edu/test-with-context.war
http://parakeet.uchicago.edu/test-without-context.war

Note, I tested this on the 11/16/04 nightly build and the problem occurs there 
too. Also, I tested it on Windows XP and Solaris and the behavior is the same 
on both platforms.

To reproduce the problem, perform the following steps on Linux or UNIX.

1. Start Tomcat 5.5.4 with the default configuration.
2. Open a second terminal window and run "tail -f 
$CATALINA_HOME/logs/catalina.out" this way you can see the log messages as the 
occur when the application is deployed. If you have log messages going 
elsewhere you may need to use a different file.
3. Copy both of the above files to the $CATALINA_HOME/webapps directory. 
You'll see that they both deploy in the logs.
4. Run the following command to make the application WITHOUT the context.xml 
redeploy. "touch $CATALINA_HOME/webapps/test-without-context.xml" You will see 
a log message stating that the application has been deployed.
5. Run the following command to make the application WITH the context.xml 
redeploy. "touch $CATALINA_HOME/webapps/test-with-context.xml" You will not 
see a log message.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31132] - startup scripts on the 400 fail to start

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31132


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 21:18 ---
OK, done for Tomcat 5.0.30 and 5.5.5.  Thanks for submitting this patch.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 12:17:47

  Modified:catalina/src/bin catalina.sh setclasspath.sh startup.sh
   webapps/docs changelog.xml
  Log:
  Bugzilla 31132: better -x/-r handling for OS/400 in startup scripts
  
  Revision  ChangesPath
  1.17  +15 -6 jakarta-tomcat-catalina/catalina/src/bin/catalina.sh
  
  Index: catalina.sh
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/catalina.sh,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- catalina.sh   28 Jul 2004 15:49:19 -  1.16
  +++ catalina.sh   17 Nov 2004 20:17:46 -  1.17
  @@ -91,13 +91,22 @@
   fi
   
   # Get standard Java environment variables
  -if [ -r "$CATALINA_HOME"/bin/setclasspath.sh ]; then
  +if $os400; then
  +  # -r will Only work on the os400 if the files are:
  +  # 1. owned by the user
  +  # 2. owned by the PRIMARY group of the user
  +  # this will not work if the user belongs in secondary groups
 BASEDIR="$CATALINA_HOME"
  -  . "$CATALINA_HOME"/bin/setclasspath.sh
  +  . "$CATALINA_HOME"/bin/setclasspath.sh 
   else
  -  echo "Cannot find $CATALINA_HOME/bin/setclasspath.sh"
  -  echo "This file is needed to run this program"
  -  exit 1
  +  if [ -r "$CATALINA_HOME"/bin/setclasspath.sh ]; then
  +BASEDIR="$CATALINA_HOME"
  +. "$CATALINA_HOME"/bin/setclasspath.sh
  +  else
  +echo "Cannot find $CATALINA_HOME/bin/setclasspath.sh"
  +echo "This file is needed to run this program"
  +exit 1
  +  fi
   fi
   
   # Add on extra jar files to CLASSPATH
  
  
  
  1.10  +12 -4 jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh
  
  Index: setclasspath.sh
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- setclasspath.sh   14 Oct 2004 17:32:04 -  1.9
  +++ setclasspath.sh   17 Nov 2004 20:17:46 -  1.10
  @@ -31,9 +31,17 @@
 exit 1
   fi
   if [ ! -x "$BASEDIR"/bin/setclasspath.sh ]; then
  -  echo "The BASEDIR environment variable is not defined correctly"
  -  echo "This environment variable is needed to run this program"
  -  exit 1
  +  if $os400; then
  +# -x will Only work on the os400 if the files are:
  +# 1. owned by the user
  +# 2. owned by the PRIMARY group of the user
  +# this will not work if the user belongs in secondary groups 
  +eval
  +  else
  +echo "The BASEDIR environment variable is not defined correctly"
  +echo "This environment variable is needed to run this program"
  +exit 1
  +  fi
   fi
   
   # Set the default -Djava.endorsed.dirs argument
  
  
  
  1.4   +21 -6 jakarta-tomcat-catalina/catalina/src/bin/startup.sh
  
  Index: startup.sh
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/startup.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- startup.sh4 Aug 2002 18:19:43 -   1.3
  +++ startup.sh17 Nov 2004 20:17:46 -  1.4
  @@ -5,6 +5,13 @@
   # $Id$
   # 
-
   
  +# Better OS/400 detection: see Bugzilla 31132
  +os400=false
  +case "`uname`" in
  +CYGWIN*) cygwin=true;;
  +OS400*) os400=true;;
  +esac
  +
   # resolve links - $0 may be a softlink
   PRG="$0"
   
  @@ -22,10 +29,18 @@
   EXECUTABLE=catalina.sh
   
   # Check that target executable exists
  -if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
  -  echo "Cannot find $PRGDIR/$EXECUTABLE"
  -  echo "This file is needed to run this program"
  -  exit 1
  -fi
  +if $os400; then
  +  # -x will Only work on the os400 if the files are: 
  +  # 1. owned by the user
  +  # 2. owned by the PRIMARY group of the user
  +  # this will not work if the user belongs in secondary groups
  +  eval
  +else
  +  if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
  +echo "Cannot find $PRGDIR/$EXECUTABLE"
  +echo "This file is needed to run this program"
  +exit 1
  +  fi
  +fi 
   
   exec "$PRGDIR"/"$EXECUTABLE" start "$@"
  
  
  
  1.169 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.168
  retrieving revision 1.169
  diff -u -r1.168 -r1.169
  --- changelog.xml 17 Nov 2004 19:47:43 -  1.168
  +++ changelog.xml 17 Nov 2004 20:17:46 -  1.169
  @@ -32,6 +32,9 @@
 
   32235: Sync conf/web.xml MIME types with Apache httpd. 
(yoavs)
 
  +  
  +31132: Better -x/-r support for OS/400 in startup 
scripts. (yoavs)
  +  
   
 
   
  
  
  

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

2004-11-17 Thread yoavs
yoavs   2004/11/17 12:06:35

  Modified:catalina/src/bin Tag: TOMCAT_5_0 catalina.sh setclasspath.sh
startup.sh
   webapps/docs Tag: TOMCAT_5_0 changelog.xml
  Log:
  Bugzilla 31132: better -x/-r handling for OS/400
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.13.2.2  +16 -7 jakarta-tomcat-catalina/catalina/src/bin/catalina.sh
  
  Index: catalina.sh
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/catalina.sh,v
  retrieving revision 1.13.2.1
  retrieving revision 1.13.2.2
  diff -u -r1.13.2.1 -r1.13.2.2
  --- catalina.sh   21 Aug 2004 15:49:49 -  1.13.2.1
  +++ catalina.sh   17 Nov 2004 20:06:34 -  1.13.2.2
  @@ -91,13 +91,22 @@
   fi
   
   # Get standard Java environment variables
  -if [ -r "$CATALINA_HOME"/bin/setclasspath.sh ]; then
  +if $os400; then
  +  # -r will Only work on the os400 if the files are:
  +  # 1. owned by the user
  +  # 2. owned by the PRIMARY group of the user
  +  # this will not work if the user belongs in secondary groups
 BASEDIR="$CATALINA_HOME"
  -  . "$CATALINA_HOME"/bin/setclasspath.sh
  -else
  -  echo "Cannot find $CATALINA_HOME/bin/setclasspath.sh"
  -  echo "This file is needed to run this program"
  -  exit 1
  +  . "$CATALINA_HOME"/bin/setclasspath.sh 
  +else 
  +  if [ -r "$CATALINA_HOME"/bin/setclasspath.sh ]; then
  +BASEDIR="$CATALINA_HOME"
  +. "$CATALINA_HOME"/bin/setclasspath.sh
  +  else
  +echo "Cannot find $CATALINA_HOME/bin/setclasspath.sh"
  +echo "This file is needed to run this program"
  +exit 1
  +  fi
   fi
   
   # Add on extra jar files to CLASSPATH
  
  
  
  1.7.2.3   +12 -4 jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh
  
  Index: setclasspath.sh
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh,v
  retrieving revision 1.7.2.2
  retrieving revision 1.7.2.3
  diff -u -r1.7.2.2 -r1.7.2.3
  --- setclasspath.sh   14 Oct 2004 17:33:30 -  1.7.2.2
  +++ setclasspath.sh   17 Nov 2004 20:06:34 -  1.7.2.3
  @@ -31,9 +31,17 @@
 exit 1
   fi
   if [ ! -x "$BASEDIR"/bin/setclasspath.sh ]; then
  -  echo "The BASEDIR environment variable is not defined correctly"
  -  echo "This environment variable is needed to run this program"
  -  exit 1
  +  if $os400; then
  +# -x will Only work on the os400 if the files are:
  +# 1. owned by the user
  +# 2. owned by the PRIMARY group of the user
  +# this will not work if the user belongs in secondary groups 
  +eval
  +  else
  +echo "The BASEDIR environment variable is not defined correctly"
  +echo "This environment variable is needed to run this program"
  +exit 1
  +  fi
   fi
   
   # Set the default -Djava.endorsed.dirs argument
  
  
  
  1.3.2.1   +22 -5 jakarta-tomcat-catalina/catalina/src/bin/startup.sh
  
  Index: startup.sh
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/startup.sh,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- startup.sh4 Aug 2002 18:19:43 -   1.3
  +++ startup.sh17 Nov 2004 20:06:34 -  1.3.2.1
  @@ -5,6 +5,15 @@
   # $Id$
   # 
-
   
  +# Detect OS400: see Bugzilla 31132
  +os400=false
  +case "`uname`" in
  +CYGWIN*) cygwin=true;;
  +OS400*) os400=true;;
  +esac
  + 
  +
  +
   # resolve links - $0 may be a softlink
   PRG="$0"
   
  @@ -22,10 +31,18 @@
   EXECUTABLE=catalina.sh
   
   # Check that target executable exists
  -if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
  -  echo "Cannot find $PRGDIR/$EXECUTABLE"
  -  echo "This file is needed to run this program"
  -  exit 1
  +if $os400; then
  +  # -x will Only work on the os400 if the files are: 
  +  # 1. owned by the user
  +  # 2. owned by the PRIMARY group of the user
  +  # this will not work if the user belongs in secondary groups
  +  eval
  +else
  +  if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
  +echo "Cannot find $PRGDIR/$EXECUTABLE"
  +echo "This file is needed to run this program"
  +exit 1
  +  fi
   fi
   
   exec "$PRGDIR"/"$EXECUTABLE" start "$@"
  
  
  
  No   revision
  No   revision
  1.70.2.72 +4 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.71
  retrieving revision 1.70.2.72
  diff -u -r1.70.2.71 -r1.70.2.72
  --- changelog.xml 17 Nov 2004 19:54:53 -  1.70.2.71
  +++ changelog.xml 17 Nov 2004 20:06:35 -  1.70

DO NOT REPLY [Bug 32019] - Value field for setting environment entries is too short

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32019


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 20:55 ---
Done for Tomcat 5.0.30 and 5.5.5.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 11:54:54

  Modified:webapps/admin/resources Tag: TOMCAT_5_0 envEntry.jsp
   webapps/docs Tag: TOMCAT_5_0 changelog.xml
  Log:
  Bugzilla 32019: remove maxlength=64 on env entry value in admin webapp.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.4.2.1   +3 -3  
jakarta-tomcat-catalina/webapps/admin/resources/envEntry.jsp
  
  Index: envEntry.jsp
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/webapps/admin/resources/envEntry.jsp,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- envEntry.jsp  23 Mar 2003 02:10:28 -  1.4
  +++ envEntry.jsp  17 Nov 2004 19:54:53 -  1.4.2.1
  @@ -106,7 +106,7 @@
   
 
 
  -
  +
 
   
 
  @@ -131,7 +131,7 @@
 :
   
   
  -  
  +  
   
 
   
  @@ -151,7 +151,7 @@
 
   
   
  -  
  +  
   
 
   
  
  
  
  No   revision
  No   revision
  1.70.2.71 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.70
  retrieving revision 1.70.2.71
  diff -u -r1.70.2.70 -r1.70.2.71
  --- changelog.xml 17 Nov 2004 17:07:20 -  1.70.2.70
  +++ changelog.xml 17 Nov 2004 19:54:53 -  1.70.2.71
  @@ -99,6 +99,9 @@
 
   31656: Make admin webapp build on Struts 1.2. (yoavs)
 
  +  
  +32019: Remove maxlength=64 on env entry value in admin 
webapp. (yoavs)
  +  
   
 
   
  
  
  

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



DO NOT REPLY [Bug 32282] New: - Uninstaller should not remove webapps/root

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32282

   Summary: Uninstaller should not remove webapps/root
   Product: Tomcat 5
   Version: 5.5.4
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: major
  Priority: P2
 Component: Native:Packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Tomcat just played a nice trick on me and wired out my webapps/root directory
full of years' worth of digital photography with no recent backups. I am not 
amused.

I was simply trying to upgrade from Tomcat 5.5.1 to 5.5.4 so I uninstalled
5.5.1, it prompted me whether I wished to remove the entire directory, I hit NO
because I knew I had made modifications since installation but I guess it
*assumed* webapps/root was unmodified and wiped it out.

Guys, you should really fix this sort of thing. Either do a simple check to see
whether webapps/root has been modified or don't delete anything inside webapps
to begin with. Please! I'm setting this issue to a higher priority because it
involved data loss.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 11:47:43

  Modified:webapps/admin/resources envEntry.jsp
   webapps/docs changelog.xml
  Log:
  Bugzilla 32019: remove maxlength=64 on env entry value in admin webapp
  
  Revision  ChangesPath
  1.6   +3 -3  
jakarta-tomcat-catalina/webapps/admin/resources/envEntry.jsp
  
  Index: envEntry.jsp
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/webapps/admin/resources/envEntry.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- envEntry.jsp  18 Oct 2004 06:37:56 -  1.5
  +++ envEntry.jsp  17 Nov 2004 19:47:43 -  1.6
  @@ -106,7 +106,7 @@
   
 
 
  -
  +
 
   
 
  @@ -131,7 +131,7 @@
 :
   
   
  -  
  +  
   
 
   
  @@ -151,7 +151,7 @@
 
   
   
  -  
  +  
   
 
   
  
  
  
  1.168 +8 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -r1.167 -r1.168
  --- changelog.xml 17 Nov 2004 17:14:37 -  1.167
  +++ changelog.xml 17 Nov 2004 19:47:43 -  1.168
  @@ -48,6 +48,14 @@
 
   
 
  +
  +  
  +
  +  
  +32019: Remove maxlength=64 restriction on env entry 
values in admin webapp. (yoavs)
  +  
  +
  +  
   
   
   
  
  
  

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



Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Henri Gomez
So I should rebuild a tomcat 3.3.3-dev ? Or which jars shoud I get
from latest tc 5.x ?


On Wed, 17 Nov 2004 10:45:48 -0800, Bill Barker <[EMAIL PROTECTED]> wrote:
> 
> 
> 
> - Original Message -
> From: "Mladen Turk" <[EMAIL PROTECTED]>
> To: "Tomcat Developers List" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 17, 2004 4:43 AM
> Subject: Re: JK 1.2.6 and AJP problems
> 
> > Henri Gomez wrote:
> > >
> > > The way to do it is to click on many URL for differents servlets
> > > without waiting for response from previous click (something users does
> > > but no benchs systems).
> > >
> >
> > Have you noticed such behavior on TC4 or TC5. I mean, that might lead
> > to the source of the problem.
> >
> 
> The "problem" is with this old version of ChannelSocket.  When the UA
> doesn't finish reading the response from Apache, mod_jk drops the connection
> to Tomcat (ugly, but the AJP/1.3 protocol doesn't give it any other way to
> tell Tomcat to stop processing the request and socket reconnection is
> probably cheaper than reading and trashing a response that nobody wants :).
> 
> > MT.
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> This message is intended only for the use of the person(s) listed above as 
> the intended recipient(s), and may contain information that is PRIVILEGED and 
> CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, 
> or distribute this message or any attachment. If you received this 
> communication in error, please notify us immediately by e-mail and then 
> delete all copies of this message and any attachments.
> 
> In addition you should be aware that ordinary (unencrypted) e-mail sent 
> through the Internet is not secure. Do not send confidential or sensitive 
> information, such as social security numbers, account numbers, personal 
> identification numbers and passwords, to us via ordinary (unencrypted) e-mail.
> 
> 
> -
> 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]



Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Bill Barker

- Original Message -
From: "Mladen Turk" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 17, 2004 4:43 AM
Subject: Re: JK 1.2.6 and AJP problems


> Henri Gomez wrote:
> >
> > The way to do it is to click on many URL for differents servlets
> > without waiting for response from previous click (something users does
> > but no benchs systems).
> >
>
> Have you noticed such behavior on TC4 or TC5. I mean, that might lead
> to the source of the problem.
>

The "problem" is with this old version of ChannelSocket.  When the UA
doesn't finish reading the response from Apache, mod_jk drops the connection
to Tomcat (ugly, but the AJP/1.3 protocol doesn't give it any other way to
tell Tomcat to stop processing the request and socket reconnection is
probably cheaper than reading and trashing a response that nobody wants :).

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



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.


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

Re: jk 1.2.6 and Tomcat 3.3.2

2004-11-17 Thread Bill Barker

- Original Message -
From: "Henri Gomez" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, November 16, 2004 11:55 PM
Subject: Re: jk 1.2.6 and Tomcat 3.3.2


> The code in 3.3.2 was :
>
> Nov 17, 2004 8:42:25 AM org.apache.jk.common.HandlerRequest invoke
> INFO: Unknown message 0
>
> in org.apache.jk.common.HandlerRequest :
>
> public int invoke(Msg msg, MsgContext ep )
> throws IOException
> {
> int type=msg.getByte();
>
> 
>
> default:
> log.info("Unknown message " + type);
> }
>
> return OK;
> }
>
> It seems we grab a byte from AJP link which is zero (0x00) but it's
> not a valid AJP command so there is something weird there. Any idea ?
> Mladen, JF, Bill ?

As I said, the ChannelSocket code for 3.3.2 is buggy.  The above is called
from line 653 of ChannelSocket by:

MsgAjp endM = new MsgAjp();
endM.reset();
endM.appendByte((byte)HANDLE_THREAD_END);
next.invoke(endM, ep);

which is wrong (and results in type == 0 :).  Back then, the JMX Request
registration was the responsibility of HandlerRequest.  This design proved
unworkable, so in CVS HEAD it is now the responsibility of Channel*.

However, without JMX enabled, the only thing that this bug does is to print
a message to the log :).  If you want to find out more about why the
connection is dropping, you'll probably have to log ChannelSocket at DEBUG
level.


>
> On Wed, 17 Nov 2004 08:46:11 +0100, Henri Gomez <[EMAIL PROTECTED]>
wrote:
> > On Tue, 16 Nov 2004 10:09:44 -0800, Bill Barker <[EMAIL PROTECTED]>
wrote:
> >
> >
> > >
> > >
> > >
> > > - Original Message -
> > > From: "Henri Gomez" <[EMAIL PROTECTED]>
> > > To: "Discussion about Tomcat dev" <[EMAIL PROTECTED]>
> > > Sent: Tuesday, November 16, 2004 4:42 AM
> > > Subject: jk 1.2.6 and Tomcat 3.3.2
> > >
> > > > Hi to all,
> > > >
> > > > I wonder if some of you still get this message in Tomcat 4.1.x and
> > > 5.0.x/5.5.x :
> > > >
> > > > XXX unknowon type 0
> > > >
> > > > I'm using Apache 2.0.50 and Tomcat 3.3.2 with jk 1.2.6 and got this
> > > > message sometimes.
> > > >
> > > > As result Tomcat close the AJP connection and jk should recreate a
new
> > > socket.
> > > >
> > >
> > > Actually, the message is when Tomcat is going to otherwise close the
AJP
> > > connection anyway, and is attempting to unregister the Request with
JMX
> > > (which has to be explicitly enabled in 3.3.2).  Of course, you can
make it
> > > go away by grabbing the Jk jars from a more recent release of 4.1.x or
5.x,
> > > but the message is pretty harmless itself.
> >
> > Strange I didn't set JMX support in my tomcat 3.3.2 settings. no
> > modules, nothing in server.xml or modules.xml.
> >
> > Also I wonder why Tomcat close the AJP connection from its own
> > initiative since Apache 2 didn't ask for (it seems).
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication 
in error, please notify us immediately by e-mail and then delete all copies of 
this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through 
the Internet is not secure. Do not send confidential or sensitive information, 
such as social security numbers, account numbers, personal identification 
numbers and passwords, to us via ordinary (unencrypted) e-mail.


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

DO NOT REPLY [Bug 32280] New: - Problem clustering tomcat when a failed server is restarting

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32280

   Summary: Problem clustering tomcat when a failed server is
restarting
   Product: Tomcat 5
   Version: 5.0.27
  Platform: Sun
OS/Version: Solaris
Status: NEW
  Severity: critical
  Priority: P2
 Component: Catalina:Cluster
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]


the GenericPrincipal.getPassword() returns null

that is why you get this error, you can open a bugzilla report so that we can 
track it

Filip
-Message d'origine-

It fails when it tries to write the principal information to the stream. Since 
I don't know what version of tomcat you are using, I can't tell you exactly 
what went wrong.

maybe something in the principal returns null

Filip

-Message d'origine-

We have a cluster Tomcat composed of two servers (default configuration of the 
cluster is used).

When the first server is stopped, the cluster continues to work fine (requests 
are handled by the server that is running).

But when the stopped server is restarting we can see these exceptions.

The server that handle the requests log this exception

Server 02

   10 nov. 2004 17:13:54 org.apache.catalina.cluster.tcp.SimpleTcpCluster
memberAdded

INFO: Replication member added:org.apache.catalina.cluster.mcast.McastMember
[tcp://w.x.y.z:41001,w.x.
y.z,41001, alive=35]

10 nov. 2004 17:13:54 org.apache.catalina.cluster.session.DeltaManager
messageReceived

GRAVE: Unable to receive message through TCP channel

java.lang.NullPointerException

at java.io.ObjectOutputStream$BlockDataOutputStream.getUTFLength
(ObjectOutputSt
ream.java:1898)

at java.io.ObjectOutputStream$BlockDataOutputStream.writeUTF
(ObjectOutputStream
.java:1769)

at java.io.ObjectOutputStream.writeUTF(ObjectOutputStream.java:787)

at 
org.apache.catalina.cluster.session.SerializablePrincipal.writePrincipal(Ser
ializablePrincipal.java:180)

at org.apache.catalina.cluster.session.DeltaSession.writeObject
(DeltaSession.ja
va:1457)

at org.apache.catalina.cluster.session.DeltaSession.writeObjectData
(DeltaSessio
n.java:930)

at
org.apache.catalina.cluster.session.DeltaManager.doUnload(DeltaManager.java:
539)

at org.apache.catalina.cluster.session.DeltaManager.messageReceived
(DeltaManage
r.java:854)

at org.apache.catalina.cluster.session.DeltaManager.messageDataReceived
(DeltaMa
nager.java:762)

at org.apache.catalina.cluster.tcp.SimpleTcpCluster.messageDataReceived
(SimpleT
cpCluster.java:576)

at
org.apache.catalina.cluster.io.ObjectReader.execute(ObjectReader.java:70)

at org.apache.catalina.cluster.tcp.TcpReplicationThread.drainChannel
(TcpReplica
tionThread.java:129)

at org.apache.catalina.cluster.tcp.TcpReplicationThread.run
(TcpReplicationThrea
d.java:67)



In the same time the server restarting logs this information.

server 01

Creating ClusterManager for context /myapp using class 
org.apache.catalina.cluster.session.DeltaManager

10 nov. 2004 17:13:54 org.apache.catalina.cluster.session.DeltaManager start

INFO: Starting clustering manager...:/myapp

10 nov. 2004 17:13:54 org.apache.catalina.cluster.session.DeltaManager start

ATTENTION: Manager[/myapp], requesting session state from 
org.apache.catalina.cluster.mcast.McastMember[tcp://w.x.y.z:42001,w.x.y.z,42
001, alive=111640]. This operation will timeout if no session state has been 
received within 60 seconds

After a delay, server 01 logs this information.

10 nov. 2004 17:14:54 org.apache.catalina.cluster.session.DeltaManager start

GRAVE: Manager[/myapp], No session state received, timing out.

10 nov. 2004 17:14:54 org.apache.catalina.core.StandardHostDeployer install

INFO: Installation d'une application pour le chemin de contexte  depuis l'URL 
file:/opt/tomcat-tst01/webapps/ROOT

...

INFO: Server startup in 62980 ms



server 01 handle the application requests, new session is created.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32278] - install4iis.js failed in Window 2000 system

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32278





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 19:13 ---
No,  I am member of administractor group and I also tried login as admin. same 
error.

--Tony

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31232] - response.encodeURL() not encoding URL when mix of cookies and URL rewriting

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31232


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 18:21 ---
Hmm, two weeks since patch request, two months since initial issue.  Please 
reopen this if/when you have a patch ready.  I'll be glad to evaluate and 
commit it then.  Thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: JK documentation

2004-11-17 Thread Mladen Turk
Tim Funk wrote:
Looks good to me. If everyone agrees on the support drop for JK2,
We agreed already couple of months ago, before started to develop
proxy_ajp.
I'll try to dig trough the archive and try to find all relevant
reasons for dropping JK2.
I can 
go through all the bugzilla entries and mark them as won't fix with some 
generic mesage. (Similar to what we did with mod_webapp)

I would rather wait until the new docs are ready.
That way you can put a link to docs in that generic message.
MT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 32063] - Installing as service: Unable to insert values for JvmMx and JvmMs in registry

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32063


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 18:19 ---
You are using outdated syntax.  Use the graphical Tomcat service configurator 
instead.  After you install Tomcat from the .exe distribution, go to Start-
>Programs->Apache Tomcat 5.0->Configure Tomcat, click on the Java tab, and 
enter the min and max memory near the bottom of the page.

You can also invoke the configurator from the command line using tomcat5.exe.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32278] - install4iis.js failed in Window 2000 system

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32278





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 18:15 ---
Are you using localized version of Windows?
Also try to run the script as local admin.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32082] - Minor enhancement allowing MemoryRealm to be more usefully extended

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32082


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 18:14 ---
And done for 5.5 as well.  Thanks for submitting this issue.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 09:14:37

  Modified:catalina/src/share/org/apache/catalina/realm
MemoryRealm.java
   webapps/docs changelog.xml
  Log:
  Bugzilla 32082: added protected getPrincipals method to MemoryRealm for 
easier extension.
  
  Revision  ChangesPath
  1.8   +12 -2 
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/MemoryRealm.java
  
  Index: MemoryRealm.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/MemoryRealm.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- MemoryRealm.java  24 Sep 2004 07:25:07 -  1.7
  +++ MemoryRealm.java  17 Nov 2004 17:14:36 -  1.8
  @@ -22,6 +22,7 @@
   import java.io.File;
   import java.util.ArrayList;
   import java.util.HashMap;
  +import java.util.Map;
   import org.apache.catalina.Container;
   import org.apache.catalina.LifecycleException;
   import org.apache.catalina.util.StringManager;
  @@ -87,7 +88,7 @@
   /**
* The set of valid Principals for this Realm, keyed by user name.
*/
  -private HashMap principals = new HashMap();
  +private Map principals = new HashMap();
   
   
   /**
  @@ -266,6 +267,15 @@
   
   return (Principal) principals.get(username);
   
  +}
  +
  +/**
  + * Returns the principals for this realm.
  + *
  + * @return The principals, keyed by user name (a String)
  + */
  +protected Map getPrincipals() {
  +return principals;
   }
   
   
  
  
  
  1.167 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.166
  retrieving revision 1.167
  diff -u -r1.166 -r1.167
  --- changelog.xml 17 Nov 2004 16:50:31 -  1.166
  +++ changelog.xml 17 Nov 2004 17:14:37 -  1.167
  @@ -43,6 +43,9 @@
 
   32276: Add developer info to Realm How-To. (yoavs)
 
  +  
  +32082: Added protected getPrincipals method to 
MemoryRealm for easier extension. (yoavs)
  +  
   
 
   
  
  
  

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



Re: JK documentation

2004-11-17 Thread Tim Funk
Looks good to me. If everyone agrees on the support drop for JK2, I can go 
through all the bugzilla entries and mark them as won't fix with some generic 
mesage. (Similar to what we did with mod_webapp)

-Tim
Mladen Turk wrote:
Hi all,
I'm trying to rewrite and reorganize JK documentation.
Any comments on the 'News' section?
(I mean, do we need more apologies and explanations why the
JK2 is unsupported ?)
Docs are at:
http://www.apache.org/~mturk/docs/
I'll put tomorrow the rest of docs.

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


JK documentation

2004-11-17 Thread Mladen Turk
Hi all,
I'm trying to rewrite and reorganize JK documentation.
Any comments on the 'News' section?
(I mean, do we need more apologies and explanations why the
JK2 is unsupported ?)
Docs are at:
http://www.apache.org/~mturk/docs/
I'll put tomorrow the rest of docs.
MT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 24588] - NullPointerException from ProxyDirContext

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=24588





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 18:08 ---
I've recently ran into this bug. 
Restarting tomcat causes the problem to go away for a while. 
I've included a stacktrace with line numbers:
Currently my solution is to increase the amount of memory the VM has available 
with the -Xmx -Xms options.
I'm tempted to look at the source now to see what is really going on.

Caused by: java.lang.NullPointerException
at org.apache.naming.resources.ProxyDirContext.cacheLoad
(ProxyDirContext.java:1534)
at org.apache.naming.resources.ProxyDirContext.cacheLookup
(ProxyDirContext.java:1412)
at org.apache.naming.resources.ProxyDirContext.lookup
(ProxyDirContext.java:300)
at org.apache.catalina.loader.WebappClassLoader.findResourceInternal
(WebappClassLoader.java:1730)
at org.apache.catalina.loader.WebappClassLoader.findClassInternal
(WebappClassLoader.java:1619)
at org.apache.catalina.loader.WebappClassLoader.findClass
(WebappClassLoader.java:968)
at org.apache.catalina.loader.WebappClassLoader.loadClass
(WebappClassLoader.java:1409)
at org.apache.catalina.loader.WebappClassLoader.loadClass
(WebappClassLoader.java:1289)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
(My code that doesn't explicitly refer ClassLoader or Class)





-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32082] - Minor enhancement allowing MemoryRealm to be more usefully extended

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32082





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 18:07 ---
Done for Tomcat 5.0.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 09:07:20

  Modified:catalina/src/share/org/apache/catalina/realm Tag: TOMCAT_5_0
MemoryRealm.java
   webapps/docs Tag: TOMCAT_5_0 changelog.xml
  Log:
  Bugzilla 32082: Added protected getPrincipals method for easier extension.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.4.2.1   +13 -2 
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/MemoryRealm.java
  
  Index: MemoryRealm.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/MemoryRealm.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- MemoryRealm.java  27 Feb 2004 14:58:45 -  1.4
  +++ MemoryRealm.java  17 Nov 2004 17:07:20 -  1.4.2.1
  @@ -22,6 +22,7 @@
   import java.io.File;
   import java.util.ArrayList;
   import java.util.HashMap;
  +import java.util.Map;
   import org.apache.catalina.Container;
   import org.apache.catalina.LifecycleException;
   import org.apache.catalina.util.StringManager;
  @@ -87,7 +88,7 @@
   /**
* The set of valid Principals for this Realm, keyed by user name.
*/
  -private HashMap principals = new HashMap();
  +private Map principals = new HashMap();
   
   
   /**
  @@ -266,6 +267,16 @@
   
   return (Principal) principals.get(username);
   
  +}
  +
  +/**
  + * Returns the collection of valid principals for this realm.
  + * The keys to the map are Strings, the user names.
  + *
  + * @return The principals
  + */
  +protected Map getPrincipals() {
  +return principals;
   }
   
   
  
  
  
  No   revision
  No   revision
  1.70.2.70 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.69
  retrieving revision 1.70.2.70
  diff -u -r1.70.2.69 -r1.70.2.70
  --- changelog.xml 17 Nov 2004 17:00:51 -  1.70.2.69
  +++ changelog.xml 17 Nov 2004 17:07:20 -  1.70.2.70
  @@ -58,6 +58,9 @@
  
   32276: Add developer info to Realm How-To. (yoavs) 
  
  +   
  +32082: Add protected getPrincipals method to MemoryRealm 
for easier extension. (yoavs)
  +  
   
 
   
  
  
  

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



DO NOT REPLY [Bug 32278] - install4iis.js failed in Window 2000 system

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32278





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 18:06 ---
Applied in Window 2000 and XP and still got same error.

--Tony

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 09:00:51

  Modified:webapps/docs Tag: TOMCAT_5_0 changelog.xml realm-howto.xml
  Log:
  Bugzilla 32276: doc patch to realm how-to.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.70.2.69 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.68
  retrieving revision 1.70.2.69
  diff -u -r1.70.2.68 -r1.70.2.69
  --- changelog.xml 17 Nov 2004 14:54:04 -  1.70.2.68
  +++ changelog.xml 17 Nov 2004 17:00:51 -  1.70.2.69
  @@ -55,6 +55,9 @@
 
   32130: Check for null or empty file listing in 
FileStore#keys. (yoavs)
 
  +   
  +32276: Add developer info to Realm How-To. (yoavs) 
  +   
   
 
   
  
  
  
  1.14.2.5  +12 -5 jakarta-tomcat-catalina/webapps/docs/realm-howto.xml
  
  Index: realm-howto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v
  retrieving revision 1.14.2.4
  retrieving revision 1.14.2.5
  diff -u -r1.14.2.4 -r1.14.2.5
  --- realm-howto.xml   29 Oct 2004 13:37:46 -  1.14.2.4
  +++ realm-howto.xml   17 Nov 2004 17:00:51 -  1.14.2.5
  @@ -8,6 +8,7 @@
   
   
   Craig R. McClanahan
  +Yoav Shapira
   Andrew R. Jaquith
   Realm Configuration HOW-TO
   
  @@ -108,9 +109,14 @@
   
   
   It is also possible to write your own Realm implementation,
  -and integrate it with Tomcat 5.  However, doing this is beyond the scope of
  -this document.  See (FIXME - reference to developer stuff)
  -for more information.
  +and integrate it with Tomcat 5.  To do so, you need to:
  +
  +  Implement org.apache.catalina.Realm, 
  +  Place your compiled realm in $CATALINA_HOME/server/lib, 
  +  Declare your realm as described in the "Configuring a Realm" section 
below, 
  +  Declare your realm to the MBeans Descriptor. 
  + 
  + 
   
   
   
  @@ -127,8 +133,9 @@
  ... other attributes for this implementation .../>
   
   
  -The  element can be nested inside one of three
  -different elements, which has a direct impact on the "scope" of that Realm
  +The  element can be nested inside any one of
  +of the following Container elements.  The location of the
  +Realm element has a direct impact on the "scope" of that Realm
   (i.e. which web applications will share the same authentication information):
   
   
  
  
  

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 08:50:31

  Modified:webapps/docs changelog.xml realm-howto.xml
  Log:
  Bugzilla 32276: small fix to Realm How-To.
  
  Revision  ChangesPath
  1.166 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.165
  retrieving revision 1.166
  diff -u -r1.165 -r1.166
  --- changelog.xml 17 Nov 2004 15:00:48 -  1.165
  +++ changelog.xml 17 Nov 2004 16:50:31 -  1.166
  @@ -40,6 +40,9 @@
 
   32130: Add safety check to FileStore#keys method. (yoavs)
 
  +  
  +32276: Add developer info to Realm How-To. (yoavs)
  +  
   
 
   
  
  
  
  1.21  +12 -5 jakarta-tomcat-catalina/webapps/docs/realm-howto.xml
  
  Index: realm-howto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- realm-howto.xml   13 Nov 2004 11:17:33 -  1.20
  +++ realm-howto.xml   17 Nov 2004 16:50:31 -  1.21
  @@ -8,6 +8,7 @@
   
   
   Craig R. McClanahan
  +Yoav Shapira
   Andrew R. Jaquith
   Realm Configuration HOW-TO
   
  @@ -109,9 +110,14 @@
   
   
   It is also possible to write your own Realm implementation,
  -and integrate it with Tomcat 5.  However, doing this is beyond the scope of
  -this document.  See (FIXME - reference to developer stuff)
  -for more information.
  +and integrate it with Tomcat 5.  To do so, you need to:
  +
  +  Implement org.apache.catalina.Realm,
  +  Place your compiled realm in $CATALINA_HOME/server/lib,
  +  Declare your realm as described in the "Configuring a Realm" section 
below,
  +  Declare your realm to the MBeans Descriptor.
  +
  +
   
   
   
  @@ -128,8 +134,9 @@
  ... other attributes for this implementation .../>
   
   
  -The  element can be nested inside one of three
  -different elements, which has a direct impact on the "scope" of that Realm
  +The  element can be nested inside any one of 
  +of the following Container elements.  The location of the
  +Realm element has a direct impact on the "scope" of that Realm
   (i.e. which web applications will share the same authentication information):
   
   
  
  
  

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



DO NOT REPLY [Bug 32279] - Tomcat shutsdown/startup not properly integrated with win32 services

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32279


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 17:28 ---
How long Tomcat takes to startup and shutdown is bound by application 
processing, e.g. servlet init/destroy methods.  By itself and with the default 
apps, both startup and shutdown is quick (well under a minute).

If the problem was really as you describe, clicking restart a 2nd or 3rd time 
wouldn't matter, the service would still not start and you'd still get the port 
bound exception.

Finally, with 5.5.4, it works for me.  So you might want to try that release, 
especially since it's stable, unlike 5.5.1.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32279] New: - Tomcat shutsdown/startup not properly integrated with win32 services

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32279

   Summary: Tomcat shutsdown/startup not properly integrated with
win32 services
   Product: Tomcat 5
   Version: 5.5.1
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Native:Packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When you click on "restart" for the Tomcat service, it stops very quickly and
then tries to restart the process. The problem is that Tomcat does not actually
stop quickly like it is reporting to the win32 services subsystem. As a result,
when you start the new Tomcat process it complains about the port already being
bound.

You end up having to click on "restart" a good two or three times before it
works properly.

I feel the problem is twofold:

1) Tomcat takes extremely long to shutdown. This is about a minute long by my
non-scientific guess :)
2) Stopping the tomcat service should guarantee that it is really stopped.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32278] - install4iis.js failed in Window 2000 system

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32278





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 17:18 ---
Can you change lines #134 and #135 to:

if (webObjects.item().Class.toLowerCase()  == clsName.toLowerCase() &&
webObjects.item().Name.toLowerCase()  == objName.toLowerCase())


This will force ucase string compare.
Please report if fixed or not.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 21818] - Tomcat forgets "allowLinking=true" setting when reloading web applications

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=21818


[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|4.1.24  |4.1.31




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 17:10 ---
Updating version to 4.1.31 to reflect your testing.  The suggestion is, and has 
been for over a year now, to upgrade to 5.x, because 4.x is not actively 
maintained.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 17:05 ---
Yes, java.lang.String is a JavaBean (= it has an empty constructor), so it will
work. java.lang.Integer is not a JavaBean, however.
BZ is not a support forum, however.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 17:01 ---
I tried with the space before the closing /> and with the closing 
.
But nothing. 
Problem is elsewhere.

(In reply to comment #7)
> Your solution is to add a space before the closing />, or put the closing 
>  on a separate line.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 21818] - Tomcat forgets "allowLinking=true" setting when reloading web applications

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=21818


[EMAIL PROTECTED] changed:

   What|Removed |Added

 OS/Version||All




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:55 ---
This behaviour is still there in 4.1.31. Running on HP-UX B.11.00 and Sun JDK 
1.4.2_05.  Is there a fix for that?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31239] - destroy method of servlets not called when stopping tomcat service

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31239


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:50 ---
Your solution is to add a space before the closing />, or put the closing 
 on a separate line.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:45 ---
But is String a JavaBean ???

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:44 ---
I can do it in Tomcat 4.1.30 and i want to make it work in Tomcat 5.0.28.
What should i do so ?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:42 ---
Hmm, ok, I closed the wrong thing ;)
java.lang.Integer is not a JavaBean, so you cannot use it in useBean. There's a
switch in Jasper configuration to allow it, though.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32278] New: - install4iis.js failed in Window 2000 system

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32278

   Summary: install4iis.js failed in Window 2000 system
   Product: Tomcat 5
   Version: 5.5.4
  Platform: PC
OS/Version: Windows 2000
Status: NEW
  Severity: blocker
  Priority: P1
 Component: Connector:AJP
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]


Hi,

   I found the bug #30463 which fixed Root/ROOT problem in Window 2000 but I 
still failed when I run this script,  here is error:
C:\Kronos\connectors>cscript install4iis.js c:\kronos\connectors
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.

1   argc 1 optind 0
2   IIsWebVirtualDir  Root   IIS://LocalHost/W3SVC/1/Root
3   IIsWebVirtualDir  ScriptsIIS://LocalHost/W3SVC/1/Root/Scripts
4   IIsWebVirtualDir  IISHelpIIS://LocalHost/W3SVC/1/Root/IISHelp
5   IIsWebDirectory   localstart.asp IIS://LocalHost/W3SVC/1/Root/localstart.as

6   IIsWebVirtualDir  IISAdmin   IIS://LocalHost/W3SVC/1/Root/IISAdmin
7   IIsWebVirtualDir  IISSamples IIS://LocalHost/W3SVC/1/Root/IISSamples
8   IIsWebVirtualDir  MSADC  IIS://LocalHost/W3SVC/1/Root/MSADC
9   IIsWebVirtualDir  _vti_bin   IIS://LocalHost/W3SVC/1/Root/_vti_bin
10  Creating new directory...
11  Setting directory options...
12  Virtual directory [/jakarta] set.
13  IIsWebVirtualDir  Root   IIS://LocalHost/W3SVC/1/Root
14  IIsCertMapper IIsCertMapper  IIS://LocalHost/W3SVC/1/IIsCertMapper
15  Unable to find the IIsFilters for Default Web Site
Error processing install4iis.js
Unable to create the 'jakarta' filter.

also I found very interesting thing if I went to IIS admin UI to manually add 
any filter then run this script it would work, it never works for brand new IIS 
web server install.  I am using Window 2000 advanced server and I tried two 
system,  both of them failed.  This is very critical problem for our product 
release.   Please help!

--Tony

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32277] New: - Apache/Tomcat jk2 apparent lock

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32277

   Summary: Apache/Tomcat jk2 apparent lock
   Product: Tomcat 5
   Version: 5.0.27
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: major
  Priority: P2
 Component: Native:JK
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


This is a problem using tomcat 5.0.27 and Apache 2.0.52 and the mod_jk2 
connector on Windows XP.  
I've set up Apache so that it allows requests for the servlet on port 80 
(using module mod_jk2.dll written 9/15/03)  The behavior I see is that when 
requests are made to Apache that are interleaved servlet requests and regular 
http requests (for things like jpgs) that something seems to lock up Apache 
and make it take a very long time to serve out a small jpg.

The servlet in question is the server side of a Java client/server app.

THe excerpt from my Apache access.log (below) shows the problem.   I've added 
the %T option to the logging which shows the time (in seconds) it takes to 
service the request.  This number is the last number on the line.  

The problematic lines are the last three. Notice it is taking 72 seconds to 
serve out a jpg that is 129KB.  This is not because of heavy volume or a 
server bogged down in other processing.  

The way it plays out on the client side does not corroborate what the log 
says.  On the client, it fetches and displays the image 
parkfield_people_25.jpg very quickly (less than a second).  When we click a 
button for the next image we wait a very long time (over a minute) to see the 
next image Old_well.jpg.

Heres more background on what these requests are doing (and deciphering the 
log entries):
RashiServlet is the servlet.
On calls with action=getResource the servlet is given a resourceName which is 
a partial path.  The servlet uses this resourceName to calculate a URL to a 
file that should exist on the server machine.  The servlet makes sure it 
exists by loading the URL (its rather inefficient at the moment and loads the 
whole file rather than do a HEAD request).  It then returns the URL to the 
client.  The client then loads the image specified by the URL using "new 
ImageIcon(url)".  This is why you see two requests for each jpg.  

So you see two instances of this type of request happening below.  The first 
request comes in for parkfield_people_25.jpg and the second request comes in 
for Old_well.jpg.   
You need to look at the time of the log entries rather than their order to 
determine when they arrived at the server.   So what the log says about it 
taking 77 seconds to return parkfield_people is wrong.  We get that quickly.  
But we speculate that the second servlet call is somehow confounding Apache so 
that it thinks that parkfield_people hasn't been served and goes into wait 
state when the request for Old_well comes in.  Eventually some resource is 
released and then Old_well goes out and the log shows it taking a very long 
time to get both images.  I've witnessed this behavior on other versions of 
Windows (NT, Server 2000) and with other versions of Tomcat (4.X) and Apache 
(2.0.X).  I've always used the jk2 connector


128.119.243.6 - - [12/Nov/2004:13:43:19 -
0500] "GET /rashij/servlet/RashiServlet?
action=getResourceURL&resourceName=RashiMedia/geology/Earthquake/parkfield_peop
le_25.jpg&sessionId=488 HTTP/1.1" 200 177 0

128.119.243.6 - - [12/Nov/2004:13:43:19 -
0500] "GET /RashiResources/slow/RashiMedia/geology/Earthquake/parkfield_people_
25.jpg HTTP/1.1" 200 34528 0

128.119.243.6 - - [12/Nov/2004:13:43:24 -
0500] "GET /rashij/servlet/RashiServlet?
action=getResourceURL&resourceName=RashiMedia/geology/Earthquake/Old_well.JPG&s
essionId=488 HTTP/1.1" 200 166 0

128.119.243.6 - - [12/Nov/2004:13:43:19 -
0500] "GET /RashiResources/slow/RashiMedia/geology/Earthquake/parkfield_people_
25.jpg HTTP/1.1" 200 34528 77

128.119.243.6 - - [12/Nov/2004:13:43:24 -
0500] "GET /RashiResources/slow/RashiMedia/geology/Earthquake/Old_well.JPG 
HTTP/1.1" 200 129353 72

128.119.243.6 - - [12/Nov/2004:13:43:24 -
0500] "GET /RashiResources/slow/RashiMedia/geology/Earthquake/Old_well.JPG 
HTTP/1.1" 200 129353 72

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:34 ---
Please do not reopen the report. I thought this was obvious enough.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:31 ---
I'm sorry to tell you that it doesn't work.
Maybe you can try it on a Tomcat 5.0.28.
But i repeat that it doesn't works with java.lang.Integer or java.lang.Boolean.
It is working with other class , i use.

Here again the JSP test :




OK 



Please test it !



(In reply to comment #1)
> I think you need a space before the />, or a separate  closing 
> element.  This is a difference between JSP Spec 1.1 and 2.0 (which Tomcat 5 
> implements), and has been discussed numerous times both in Bugzilla and on 
this 
> list.  It's correctly implemented in Tomat.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31772] - jsp compile error with struts bean with the same id name inside if's

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31772


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32019] - Value field for setting environment entries is too short

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32019


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |enhancement
 Status|NEW |ASSIGNED
   Priority|P3  |P5




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:15 ---
Will do, but changing to an enhancement request.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31772] - jsp compile error with struts bean with the same id name inside if's

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31772


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:15 ---
One thing that I would like to consider.

Having the scriplet:

<%= myName %>

And assuming that I do not have the variable myName and that I am using the
struts the bean tag (with the missing  element in the TLD), should not
compile under Tomcat, SJAS8, Weblogic, etc.

I would like to raise a defect report against Tomcat to the effect that it
should not define a Java-langauge variable corresponding to JSP tag attribute,
unless the TLD has a  element.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 29799] - Do not satisfied servlet 2.4 SRV10.6 Listener Exceptions

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=29799


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||LATER




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:15 ---
If/when the Spec group ever clarifies this, we can re-examine the issue.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31772] - jsp compile error with struts bean with the same id name inside if's

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31772


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:08 ---
As far as I can remember, this is invalid and you cannot use scriplets to do
this. I think Kinman closed similar things with TC 4.1. As for your feedback, I
will be interested when you can produce something coming from the JSP expert 
group.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 07:00:48

  Modified:catalina/src/share/org/apache/catalina/session
FileStore.java
   webapps/docs changelog.xml
  Log:
  Bugzilla 32130: add safety check to FileStore#keys method.
  
  Revision  ChangesPath
  1.6   +7 -1  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session/FileStore.java
  
  Index: FileStore.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session/FileStore.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FileStore.java23 Jun 2004 13:51:36 -  1.5
  +++ FileStore.java17 Nov 2004 15:00:48 -  1.6
  @@ -209,7 +209,13 @@
   if (file == null) {
   return (new String[0]);
   }
  +
   String files[] = file.list();
  +
  +// Bugzilla 32130
  +if((files == null) || (files.length < 1)) {
  +return (new String[0]);
  +}
   
   // Build and return the list of session identifiers
   ArrayList list = new ArrayList();
  
  
  
  1.165 +19 -4 jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.164
  retrieving revision 1.165
  diff -u -r1.164 -r1.165
  --- changelog.xml 17 Nov 2004 14:35:30 -  1.164
  +++ changelog.xml 17 Nov 2004 15:00:48 -  1.165
  @@ -26,6 +26,24 @@
 
   
   
  +
  +  
  +
  +  
  +32235: Sync conf/web.xml MIME types with Apache httpd. 
(yoavs)
  +  
  +
  +  
  +
  +  
  +
  +  
  +32130: Add safety check to FileStore#keys method. (yoavs)
  +  
  +
  +  
  +
  +
   
 
   
  @@ -35,16 +53,13 @@
 
   31912: Add PNG and CSS file types to replication filter 
default. (yoavs)
 
  -  
  -32235: Sync conf/web.xml MIME types with Apache httpd. 
(yoavs)
  -  
   
 
 
 
   
 
  -. Add processExpiresFrequency to PersistentManagerBase and made some 
small JDBCStore optimizations (pero)
  +Add processExpiresFrequency to PersistentManagerBase and made some 
small JDBCStore optimizations (pero)
 
 
   Register JSP monitoring mbean for each servlet that declares a 
jsp-file in web.xml. (luehe)
  
  
  

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



DO NOT REPLY [Bug 32082] - Minor enhancement allowing MemoryRealm to be more usefully extended

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32082


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 28949] - Occasional NoClassDefFoundError for tag classes at startup

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=28949


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:03 ---
So it seems to work on 5.5 (I tried 5.5.4, couldn't reproduce the error, and 
Marc couldn't reproduce it on 5.5.3).  Given that no one feels like doing 
classloader work on the 5.0 branch now that 5.5 is stable, I'm closing this 
issue.  Please only reopen this issue if you have a tested patch to the 
classloader that you can attach to it -- thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32180] - EL functions are executed in privileged context

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32180





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:01 ---
Feel like suggesting a patch? ;)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32130] - NullPointerException in FileStore (sessions)

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32130


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:00 ---
Done for 5.5.5 as well.  Thanks for bringing this to our attention.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31772] - jsp compile error with struts bean with the same id name inside if's

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31772





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 16:00 ---
I have posted this same issue to Sun over SSJAS8 (Sun Java System Application
Server 8, that also uses Tomcat), and to Bea in WebLogic Server 6.1 and 
WebLogic 8.1

The SJSAS8 as the same issue found in Tomcat. The sample jsp does not compile
with a similiar error.
Under WebLogic Server 6.1 and WebLogic 8.1, the sample jsp compiles with not
problems.

I have got some feedback from Sun.


There are occasions when the various J2EE Specifications allow for ambiguity,
when this happens, different server vendors do things differently, this issue is
stems from an ambiguity of this type.

In the JSP Specification, a custom tag is allowed to create a Java variable
declaration, using the `' element in the tag library descriptor (TLD).
The specification is completely silent on how the scripting variable is
generated into the Java code. This means that there will be problems in these
two circumstances:

1. The TLD does not have a  element at all
2. The custom tag appears more than once in the same JSP page, in circumstances
where Java scoping rules would prevent a conflict in the variable names.

Because the specification doesn't say what to do, it's up to the server vendors
to implement a response to these awkward situations as best they can. It is not
possible to say which vendor is `right' and which is `wrong'.


The sample JSP I send here, explorer. The Struts bean TLD does not have a
variable element.

The documentation of Struts said that we can not use the same id by limitation
of JSP 1.1 (http://struts.apache.org/userGuide/struts-bean.html#define) whitch
is incorrect, as this is not a limitation from the JSP 1.1 specification.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 06:54:05

  Modified:catalina/src/share/org/apache/catalina/session Tag:
TOMCAT_5_0 FileStore.java
   webapps/docs Tag: TOMCAT_5_0 changelog.xml
  Log:
  Bugzilla 32130: added satefy check in FileStore#keys.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.4.2.1   +7 -1  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session/FileStore.java
  
  Index: FileStore.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session/FileStore.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- FileStore.java27 Feb 2004 14:58:46 -  1.4
  +++ FileStore.java17 Nov 2004 14:54:04 -  1.4.2.1
  @@ -209,7 +209,13 @@
   if (file == null) {
   return (new String[0]);
   }
  +
   String files[] = file.list();
  +
  +// Bugzilla 32130
  +if((files == null) || (files.length < 1)) {
  +return (new String[0]);
  +}
   
   // Build and return the list of session identifiers
   ArrayList list = new ArrayList();
  
  
  
  No   revision
  No   revision
  1.70.2.68 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.67
  retrieving revision 1.70.2.68
  diff -u -r1.70.2.67 -r1.70.2.68
  --- changelog.xml 17 Nov 2004 14:20:00 -  1.70.2.67
  +++ changelog.xml 17 Nov 2004 14:54:04 -  1.70.2.68
  @@ -52,6 +52,9 @@
 
   31851: UserTransaction in DefaultContext broken. (yoavs)
 
  +  
  +32130: Check for null or empty file listing in 
FileStore#keys. (yoavs)
  +  
   
 
   
  
  
  

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



DO NOT REPLY [Bug 32130] - NullPointerException in FileStore (sessions)

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32130


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 15:45 ---
If you delete a directory that Tomcat created, you're responsible for re-
creating it.  If we add a check for this we'd have to do the same for every 
directory.  Change your script or actions to remove work/*, not work itself.

The keys method already checks for a null directory.  I added a check for a 
null or empty file list in that directory.  That should cover us.

(Done for 5.0.30)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31772] - jsp compile error with struts bean with the same id name inside if's

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31772


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 15:43 ---
This happens also with Struts 1.2.4 and Sun JDK 5.0

Error

Nov 18, 2004 2:33:06 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP
 
Generated servlet error:
myName cannot be resolved
 
An error occurred at line: 21 in the jsp file: /index.jsp
Generated servlet error:
myName cannot be resolved
 
 
at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
at
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:389)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:296)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:731)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 06:35:30

  Modified:catalina/src/conf web.xml
   webapps/docs changelog.xml
  Log:
  Bugzilla 32235: sync conf/web.xml MIME types with Apache httpd
  
  Revision  ChangesPath
  1.53  +33 -5 jakarta-tomcat-catalina/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- web.xml   19 Oct 2004 17:25:12 -  1.52
  +++ web.xml   17 Nov 2004 14:35:30 -  1.53
  @@ -469,7 +469,7 @@
   
   
   dtd
  -text/plain
  +application/xml-dtd
   
   
   dv
  @@ -592,6 +592,10 @@
   application/x-troff-man
   
   
  +mathml
  +application/mathml+xml 
  +
  +
   me
   application/x-troff-me
   
  @@ -664,6 +668,10 @@
   application/oda
   
   
  +ogg
  +application/ogg
  +
  +
   pbm
   image/x-portable-bitmap
   
  @@ -736,6 +744,10 @@
   image/x-cmu-raster
   
   
  +rdf
  +application/rdf+xml
  +
  +
   rgb
   image/x-rgb
   
  @@ -788,6 +800,10 @@
   application/x-sv4crc
   
   
  +svg
  +image/svg+xml
  +
  +
   swf
   application/x-shockwave-flash
   
  @@ -844,20 +860,24 @@
   application/x-ustar
   
   
  +vxml
  +application/voicexml+xml
  +
  +
   xbm
   image/x-xbitmap
   
   
   xht
  -application/xhtml
  +application/xhtml+xml
   
   
   xhtml
  -application/xhtml
  +application/xhtml+xml
   
   
   xml
  -text/xml
  +application/xml
   
   
   xpm
  @@ -865,7 +885,15 @@
   
   
   xsl
  -text/xml
  +application/xml
  +
  +
  +xslt
  +application/xslt+xml
  +
  +
  +xul
  +application/vnd.mozilla.xul+xml
   
   
   xwd
  
  
  
  1.164 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.163
  retrieving revision 1.164
  diff -u -r1.163 -r1.164
  --- changelog.xml 13 Nov 2004 22:10:52 -  1.163
  +++ changelog.xml 17 Nov 2004 14:35:30 -  1.164
  @@ -35,6 +35,9 @@
 
   31912: Add PNG and CSS file types to replication filter 
default. (yoavs)
 
  +  
  +32235: Sync conf/web.xml MIME types with Apache httpd. 
(yoavs)
  +  
   
 
 
  
  
  

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



DO NOT REPLY [Bug 32257] - JspC ant task won't precompile JSPs that don't end in .jsp

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32257





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 15:38 ---
The wrapper I'm not going to add.  But adding extensions as a configuration 
parameter sounds like a good idea.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 15:37 ---
I think you need a space before the />, or a separate  closing 
element.  This is a difference between JSP Spec 1.1 and 2.0 (which Tomcat 5 
implements), and has been discussed numerous times both in Bugzilla and on this 
list.  It's correctly implemented in Tomat.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32235] - Media type (MIME) mappings

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32235


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 15:35 ---
Done also for 5.5.5.  Thanks for submitting the patch ;)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32275] New: - Problem with compilation and

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32275

   Summary: Problem with compilation and 
   Product: Tomcat 5
   Version: 5.0.28
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: critical
  Priority: P1
 Component: Jasper
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Hello,

I find it when i will try to upgrade from 4.1.30 to 5.0.28 (realease).
You can test that :




It doesn't compile



Here is exception stack trace : 

org.apache.jasper.JasperException: /test.jsp(1,1) 
org.apache.jasper.compiler.DefaultErrorHandler.jspError
(DefaultErrorHandler.java:39)
org.apache.jasper.compiler.ErrorDispatcher.dispatch
(ErrorDispatcher.java:409)
org.apache.jasper.compiler.ErrorDispatcher.jspError
(ErrorDispatcher.java:150)
org.apache.jasper.compiler.Generator$GenerateVisitor.visit
(Generator.java:1227)
org.apache.jasper.compiler.Node$UseBean.accept(Node.java:1116)
org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213)
org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2219)
org.apache.jasper.compiler.Node$Root.accept(Node.java:456)
org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
org.apache.jasper.compiler.Generator.generate(Generator.java:3272)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:244)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:470)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
org.apache.jasper.JspCompilationContext.compile
(JspCompilationContext.java:511)
org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:295)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

It doesn't work also with java.lang.Boolean class.
I think it is a critical, but not bloquer because we can't use getAttribute 
method instead.
I hope, you will find a solution.
Thanks a lot.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31804] - setParent() is not called on nested tags in a tag file (.tagx)

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31804





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 15:32 ---
> Your expectation is wrong. You should expect setParent() to be called on your
> tag handler, and a non-null argument passed to it, only if your custom tag is
> nested inside another custom tag.

Shouldn't we expect setParent() to be called on  tag handler with
this.getParent() of .tagx file handler? I mean if our .tagx snippet in its term
will ever be nested inside another custom tag at some other place, then
setParent() will be called with this.getParent(), which was set to point to real
parent tag handler in that case.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 32235] - Media type (MIME) mappings

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32235


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 15:20 ---
Done for Tomcat 5.0.30.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



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

2004-11-17 Thread yoavs
yoavs   2004/11/17 06:20:00

  Modified:catalina/src/conf Tag: TOMCAT_5_0 web.xml
   webapps/docs Tag: TOMCAT_5_0 changelog.xml
  Log:
  Bugzilla 32235: sync mime types with httpd.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.39.2.3  +31 -3 jakarta-tomcat-catalina/catalina/src/conf/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
  retrieving revision 1.39.2.2
  retrieving revision 1.39.2.3
  diff -u -r1.39.2.2 -r1.39.2.3
  --- web.xml   28 Sep 2004 22:19:32 -  1.39.2.2
  +++ web.xml   17 Nov 2004 14:20:00 -  1.39.2.3
  @@ -454,7 +454,7 @@
   
   
   dtd
  -text/plain
  +application/xml-dtd
   
   
   dv
  @@ -577,6 +577,10 @@
   application/x-troff-man
   
   
  +mathml
  +application/mathml+xml
  +
  +
   me
   application/x-troff-me
   
  @@ -649,6 +653,10 @@
   application/oda
   
   
  +ogg
  +application/ogg
  +
  +
   pbm
   image/x-portable-bitmap
   
  @@ -721,6 +729,10 @@
   image/x-cmu-raster
   
   
  +rdf
  +application/rdf+xml
  +
  +
   rgb
   image/x-rgb
   
  @@ -773,6 +785,10 @@
   application/x-sv4crc
   
   
  +svg
  +image/svg+xml
  +
  +
   swf
   application/x-shockwave-flash
   
  @@ -829,6 +845,10 @@
   application/x-ustar
   
   
  +vxml
  +application/voicexml+xml
  +
  +
   xbm
   image/x-xbitmap
   
  @@ -842,7 +862,7 @@
   
   
   xml
  -text/xml
  +application/xml
   
   
   xpm
  @@ -850,7 +870,15 @@
   
   
   xsl
  -text/xml
  +application/xml
  +
  +
  +xslt
  +application/xslt+xml
  +
  +
  +xul
  +application/vnd.mozilla.xul+xml
   
   
   xwd
  
  
  
  No   revision
  No   revision
  1.70.2.67 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.70.2.66
  retrieving revision 1.70.2.67
  diff -u -r1.70.2.66 -r1.70.2.67
  --- changelog.xml 29 Oct 2004 14:45:07 -  1.70.2.66
  +++ changelog.xml 17 Nov 2004 14:20:00 -  1.70.2.67
  @@ -20,6 +20,9 @@
 
   Update web.xml files to 2.4 schema (from 2.3 DTD) where applicable. 
(yoavs)
 
  +  
  +32235: align conf/web.xml MIME types with Apache HTTPD. 
(yoavs)
  +  
   
 
   
  
  
  

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



DO NOT REPLY [Bug 32096] - tomcat+tiles exception:javax.servlet.ServletException: Can't get definitions factory from context.

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=32096


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 OS/Version||All
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 14:58 ---
Use a modern JDK please.  You don't need to copy JAXP or Crimson into anywhere, 
that's just harmful.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31799] - International characters are not supported in packages

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31799





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 14:57 ---
Did you try specifying javaEncoding for the JSP compiler?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31772] - jsp compile error with struts bean with the same id name inside if's

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31772


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 14:57 ---
Also try it on JDK 1.4 instead of J2SE 5.0.  I'm closing this issue now as not 
reproducible.  If you can confirm that this also happens on JDK 1.4.2 with 
Struts 1.2, AND attach a WAR we can use to reproduce your test to this issue, 
then you can reopen this issue.  Thanks.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31659] - Page context not fully populated for Exception if using app-wide error page

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31659





--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 14:55 ---
If you want this addressed in the near future, please submit a proposed patch.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31276] - Child elements of context.xml are lost when deployed in a war

2004-11-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=31276


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Platform||All




--- Additional Comments From [EMAIL PROTECTED]  2004-11-17 14:54 ---
Was there an app.xml in conf/Catalina/localhost already?  Such aas from a 
previous deployment?  If so, it won't be overwritten by the HTML manager 
deployment.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-17 Thread Andreas Steffan
Hallo Yoav,
Shapira, Yoav wrote:
Hi,
You wouldn't need to submit a Vignette product or complex WAR to show
this, if I understand their email correctly.  Submit a zip file with two
WARs, ie. two webapps / two contents, each one very small and basic.
Each WAR should be mapped to a different path, have a
ServletContextListener with a System.out.println of the
contextInitialized event, and a Servlet or JSP that when requested does
a ServletContext#getContext request for the other context and prints out
its path.  You'll find that this works when crossContext="true" for both
these apps, and therefore the Vignette claim is bogus.

Ok, I'll ask Vignette if we can provide you with their product and
our bug-demo application. ;)
I was joking here. ;)
In fact, I haven kindly asked them to provide us with a demo (including
source) to demonstrate the "bug" in tomcat.
PS: Even tough they seem to have a policy that employees must not post
in public forums, they definitely follow our thread here.
I'm quite curios whats coming up next.
--
Thank you
Andreas
Andreas Steffan
Entwicklung
[EMAIL PROTECTED]
T: +49.40.80 81 69-634
F: +49.40.80 81 69-808
SinnerSchrader Neue Informatik  
>> Software. Design. Interfaces.  
http://www.s2neueinformatik.de/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-17 Thread Shapira, Yoav

Hi,
You wouldn't need to submit a Vignette product or complex WAR to show
this, if I understand their email correctly.  Submit a zip file with two
WARs, ie. two webapps / two contents, each one very small and basic.
Each WAR should be mapped to a different path, have a
ServletContextListener with a System.out.println of the
contextInitialized event, and a Servlet or JSP that when requested does
a ServletContext#getContext request for the other context and prints out
its path.  You'll find that this works when crossContext="true" for both
these apps, and therefore the Vignette claim is bogus.

Yoav Shapira http://www.yoavshapira.com


>-Original Message-
>From: Andreas Steffan [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, November 17, 2004 5:16 AM
>To: Tomcat Developers List
>Subject: Re: Bug with contextInitialized using
>otherServletContext.getContext ?
>
>Hallo Remy,
>
>Remy Maucherat wrote:
>> Andreas Steffan wrote:
>>
>>> suggest you go back to the list (I am unable to comment in a public
>>> forum) and explain the issue correctly before claiming this.
>>> ---
>>
>>
>> Does their product suck as much as their company policies ? ;)
>
>Sorry, can't comment on that one. ;)
>
>>> To be honest, it does not change my positition that the portal
relies
>>> on non spec compliant behaviour of a container to get things
working.
>>> According to what you've said, I would call this non spec compliant
>>> behaviour a bug in the portal.
>>>
>>> Would you please be so kind and make a final statement here ?
>>
>>
>> No, I don't understand what the problem is, especially after reading
the
>> email.
>
>Assuming you are referring to the Vignette employees statement:
>
>I agree: I don't understand what their problem is. And I don't care
>what their product does internally to get things working properly on a
>supported platform (like tomcat 4.1.27).
>
> > So, sorry, you get the "regular" answer now: please submit a ready
to
> > test set of WARs demonstrating the bad behavior.
>
>Ok, I'll ask Vignette if we can provide you with their product and
>our bug-demo application. ;)
>--
>regards,
>Andreas
>
>Andreas Steffan
>Entwicklung
>
>[EMAIL PROTECTED]
>
>T: +49.40.80 81 69-634
>F: +49.40.80 81 69-808
>
>SinnerSchrader Neue Informatik
> >> Software. Design. Interfaces.
>http://www.s2neueinformatik.de/
>
>-
>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]



Re: JK 1.2.6 and AJP problems

2004-11-17 Thread Mladen Turk
Henri Gomez wrote:
The way to do it is to click on many URL for differents servlets
without waiting for response from previous click (something users does
but no benchs systems).
Have you noticed such behavior on TC4 or TC5. I mean, that might lead
to the source of the problem.
MT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2004-11-17 Thread remm
remm2004/11/17 02:35:29

  Modified:webapps/docs logging.xml
  Log:
  - Typo.
  
  Revision  ChangesPath
  1.3   +1 -1  jakarta-tomcat-catalina/webapps/docs/logging.xml
  
  Index: logging.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/logging.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- logging.xml   17 Nov 2004 10:17:38 -  1.2
  +++ logging.xml   17 Nov 2004 10:35:29 -  1.3
  @@ -21,7 +21,7 @@
   
 
   
  - Tomcat 5.5 has done away with with localhost_log which you may 
be familiar with
  + Tomcat 5.5 has done away with localhost_log which you may be 
familiar with
as the runtime exception/stack trace log. These types of error 
are usually thrown
by uncaught exceptions, but are still valuable to the 
developer. They can now be
found in the stdout log.
  
  
  

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



  1   2   >