DO NOT REPLY [Bug 27104] - got an exception when testing a simple cluster app

2005-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=27104.
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=27104


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |




--- Additional Comments From [EMAIL PROTECTED]  2005-08-25 08:12 ---
We are getting this issue on our servers at the moment.
We are using Tomcat 5.0.28 and I have seen this issue under Linux and Windows.

Our site is constantly causing this issue, and the only solution is to get the
customer to shutdown all of their browsers to disconnect from the session then
start again.

It seems that the DeltaSession gets lost and then when the replication happens
it has some sort of internal error.

Any ideas on a solution for this one? 

-- 
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 36350] New: - Parameterizing using Tomcat 5.5.9

2005-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36350.
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=36350

   Summary: Parameterizing using Tomcat 5.5.9
   Product: Tomcat 5
   Version: 5.5.9
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P1
 Component: Servlet  JSP API
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


I got problem in using parameterizing when using Tomcat 5.5.9, 
It cannot read sign '' and '' in my JSP file.

-- 
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 36348] - Broken link to DBCP Javadoc

2005-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36348.
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=36348


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2005-08-25 14:02 ---


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

-- 
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 36319] - broken link to DBCP configuration reference

2005-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36319.
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=36319


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-08-25 14:02 ---
*** Bug 36348 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]



cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspCompilationContext.java

2005-08-25 Thread remm
remm2005/08/25 05:30:18

  Modified:jasper2/src/share/org/apache/jasper/resources
LocalStrings.properties
   webapps/docs changelog.xml
jndi-datasource-examples-howto.xml
   jasper2/src/share/org/apache/jasper
JspCompilationContext.java
  Log:
  - Message for no compiler available.
  - 36319: DBCP docs, submitted by Xavier Poinsard.
  
  Revision  ChangesPath
  1.10  +2 -1  
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/LocalStrings.properties,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- LocalStrings.properties   21 Jul 2005 20:50:56 -  1.9
  +++ LocalStrings.properties   25 Aug 2005 12:30:14 -  1.10
  @@ -3,6 +3,7 @@
   # Default localized string information
   # Localized this the Default Locale as is en_US
   
  +jsp.error.compiler=No Java compiler available
   jsp.error.bad.servlet.engine=Incorrect servlet engine version!
   jsp.error.no.scratch.dir=The JSP engine is not configured with a scratch 
dir.\
   \n Please add \jsp.initparams=scratchdir=dir-name\ \
  
  
  
  1.362 +41 -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.361
  retrieving revision 1.362
  diff -u -r1.361 -r1.362
  --- changelog.xml 22 Aug 2005 09:14:58 -  1.361
  +++ changelog.xml 25 Aug 2005 12:30:14 -  1.362
  @@ -26,6 +26,47 @@
 /p
   /section
   
  +section name=Tomcat 5.5.12 (yoavs)
  +  subsection name=General
  +changelog
  +  fix
  +Remove uneeded files in conf (remm)
  +  /fix
  +/changelog
  +  /subsection
  +  
  +  subsection name=Catalina
  +changelog
  +/changelog
  +  /subsection
  +  
  +   subsection name=Coyote
  + changelog
  + /changelog
  +  /subsection
  +
  +  subsection name=Jasper
  +changelog
  +  fix
  +Fix NPE with an error message when no Java compiler is available 
(remm)
  +  /fix
  +/changelog
  +  /subsection
  +  
  +  subsection name=Cluster
  +changelog
  +/changelog
  +  /subsection
  +  
  +  subsection name=Webapps
  +changelog
  +  docs
  +bug36319/bug: Fix broken link to DBCP docs, submitted by Xavier 
Poinsard (remm)
  +  /docs
  +/changelog
  +  /subsection
  + /section
  +
   section name=Tomcat 5.5.11 (yoavs)
 subsection name=General
   changelog
  
  
  
  1.17  +2 -3  
jakarta-tomcat-catalina/webapps/docs/jndi-datasource-examples-howto.xml
  
  Index: jndi-datasource-examples-howto.xml
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/webapps/docs/jndi-datasource-examples-howto.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- jndi-datasource-examples-howto.xml11 Aug 2005 14:53:00 -  
1.16
  +++ jndi-datasource-examples-howto.xml25 Aug 2005 12:30:16 -  
1.17
  @@ -64,9 +64,8 @@
   JDBC 3.0 features with a 1.4 JVM.
   /p
   
  -pSee the a href=http://jakarta.apache.org/commons/dbcp/api/index.html;
  -DBCP Javadocs/a BasicDataSource class for a complete list
  -of configuration parameters.
  +pSee the a 
href=http://jakarta.apache.org/commons/dbcp/configuration.html;
  +DBCP documentation/a for a complete list of configuration parameters.
   /p
   
   subsection name=Installation
  
  
  
  1.55  +6 -0  
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java
  
  Index: JspCompilationContext.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- JspCompilationContext.java13 Sep 2004 07:30:53 -  1.54
  +++ JspCompilationContext.java25 Aug 2005 12:30:18 -  1.55
  @@ -51,6 +51,9 @@
*/
   public class JspCompilationContext {
   
  +protected org.apache.commons.logging.Log log =
  +
org.apache.commons.logging.LogFactory.getLog(JspCompilationContext.class);
  +
   private Hashtable tagFileJarUrls;
   private boolean isPackagedTagFile;
   
  @@ -217,6 +220,9 @@
   jspCompiler = 
createCompiler(org.apache.jasper.compiler.JDTCompiler);
   }
   }
  +if (jspCompiler == null) {
  +throw new 

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardHostValve.java

2005-08-25 Thread remm
remm2005/08/25 05:32:31

  Modified:catalina/src/share/org/apache/catalina/core
StandardHostValve.java
  Log:
  - Cleanup.
  - Remove useless cast, as suggested by Jan Luehe.
  
  Revision  ChangesPath
  1.26  +2 -3  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardHostValve.java
  
  Index: StandardHostValve.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardHostValve.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- StandardHostValve.java18 Aug 2005 13:25:18 -  1.25
  +++ StandardHostValve.java25 Aug 2005 12:32:30 -  1.26
  @@ -177,8 +177,7 @@
   if (log.isDebugEnabled()) {
   log.debug
   (sm.getString(standardHost.clientAbort,
  -((ClientAbortException) realError).getCause()
  -.getMessage()));
  +realError.getCause().getMessage()));
   }
   return;
   }
  
  
  

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



cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspCompilationContext.java

2005-08-25 Thread remm
remm2005/08/25 05:36:32

  Modified:jasper2/src/share/org/apache/jasper
JspCompilationContext.java
  Log:
  - Remove unused log.
  
  Revision  ChangesPath
  1.56  +0 -3  
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java
  
  Index: JspCompilationContext.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- JspCompilationContext.java25 Aug 2005 12:30:18 -  1.55
  +++ JspCompilationContext.java25 Aug 2005 12:36:32 -  1.56
  @@ -51,9 +51,6 @@
*/
   public class JspCompilationContext {
   
  -protected org.apache.commons.logging.Log log =
  -
org.apache.commons.logging.LogFactory.getLog(JspCompilationContext.class);
  -
   private Hashtable tagFileJarUrls;
   private boolean isPackagedTagFile;
   
  
  
  

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



cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspCompilationContext.java

2005-08-25 Thread remm
remm2005/08/25 07:55:55

  Modified:jasper2/src/share/org/apache/jasper
JspCompilationContext.java
  Log:
  - Add debug logging for compiler loading CL failures.
  
  Revision  ChangesPath
  1.57  +7 -3  
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java
  
  Index: JspCompilationContext.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspCompilationContext.java,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- JspCompilationContext.java25 Aug 2005 12:36:32 -  1.56
  +++ JspCompilationContext.java25 Aug 2005 14:55:55 -  1.57
  @@ -51,6 +51,9 @@
*/
   public class JspCompilationContext {
   
  +protected org.apache.commons.logging.Log log =
  +
org.apache.commons.logging.LogFactory.getLog(JspCompilationContext.class);
  +
   private Hashtable tagFileJarUrls;
   private boolean isPackagedTagFile;
   
  @@ -224,13 +227,14 @@
   return jspCompiler;
   }
   
  -private static Compiler createCompiler(String className) {
  +private Compiler createCompiler(String className) {
   Compiler compiler = null; 
   try {
   compiler = (Compiler) Class.forName(className).newInstance();
   } catch (Throwable t) {
  -// Log ?
  -// FIXME: log
  +if (log.isDebugEnabled()) {
  +log.debug(Localizer.getMessage(jsp.error.compiler), t);
  +}
   }
   return compiler;
   }
  
  
  

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



error launching catalina.sh

2005-08-25 Thread Hugo Osorio
Hello everybody

i am running Version: Apache Tomcat/5.0.29 on FreeBSD

i have been working with apache forrest, but i haven't do anything to Tomcat 
configuration

all of a sudden i've got this message, and catalina.sh begins to start, but 
it launch error messages, i cannot see anything at localhost:8080


this is the message, any help?: thank you

zulu# ./catalina.sh run 
[1] 1530
zulu# Using CATALINA_BASE: /usr/local/jakarta-tomcat5.0
Using CATALINA_HOME: /usr/local/jakarta-tomcat5.0
Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat5.0/temp
Using JAVA_HOME: /usr/local/jdk1.4.2
Aug 25, 2005 4:48:03 PM org.apache.commons.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 458 column 9: The element type Context 
must be terminated by the matching end-tag /Context.
org.xml.sax.SAXParseException: The element type Context must be terminated 
by the matching end-tag /Context.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown 
Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1548)
at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:250)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:424)
Catalina.start using conf/server.xml: org.xml.sax.SAXParseException: The 
element type Context must be terminated by the matching end-tag 
/Context.
org.xml.sax.SAXParseException: The element type Context must be terminated 
by the matching end-tag /Context.
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1548)
at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
at org.apache.catalina.startup.Catalina.load(Catalina.java:528)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:250)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:424)
Aug 25, 2005 4:48:03 PM org.apache.commons.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 458 column 9: The element type Context 
must be terminated by the matching end-tag /Context.
org.xml.sax.SAXParseException: The element type Context must be terminated 
by the matching end-tag /Context.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown 
Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1548)
at org.apache.catalina.startup.Catalina.load(Catalina.java:489)
at org.apache.catalina.startup.Catalina.start(Catalina.java:548)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:39)
at 

Re: error launching catalina.sh

2005-08-25 Thread Ian Darwin

Hugo Osorio wrote:


Hello everybody

i am running Version: Apache Tomcat/5.0.29 on FreeBSD

i have been working with apache forrest, but i haven't do anything to Tomcat 
configuration


all of a sudden i've got this message, and catalina.sh begins to start, but 
it launch error messages, i cannot see anything at localhost:8080



this is the message, any help?: thank you

zulu# ./catalina.sh run 
[1] 1530
zulu# Using CATALINA_BASE: /usr/local/jakarta-tomcat5.0
Using CATALINA_HOME: /usr/local/jakarta-tomcat5.0
Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat5.0/temp
Using JAVA_HOME: /usr/local/jdk1.4.2
Aug 25, 2005 4:48:03 PM org.apache.commons.digester.Digester fatalError
SEVERE: Parse Fatal Error at line 458 column 9: The element type Context 
must be terminated by the matching end-tag /Context.
org.xml.sax.SAXParseException: The element type Context must be terminated 
by the matching end-tag /Context.
 

This is not a developer's question. We did NOT change anything on your 
site to all of a sudden make it stop working. Read the part of the 
error mesage that is quoted above and you will be able to solve the 
problem yourself.  If you still can't get it, please try the user's list.


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



DO NOT REPLY [Bug 36365] New: - IIS5.1-isapi_redirector.dll (1.2.14) plugin issue

2005-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36365.
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=36365

   Summary: IIS5.1-isapi_redirector.dll (1.2.14) plugin issue
   Product: Tomcat 5
   Version: Unknown
  Platform: Other
OS/Version: Windows XP
Status: NEW
  Severity: blocker
  Priority: P2
 Component: Connector:AJP
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]


I have Tomcat redirector plugin DLL, isapi_redirector.dll (1.2.14)
plugin installed in IIS 5.1. I am using this redirector to connect IIS with
JBoss. I have configured isapi to redirect uri with /tc/* using
workers.properties and uriworkermap.properties. Also, Using the IIS
management console, added a new virtual directory to my IIS  web site.
The name of the virtual directory given is tomcat and the
isapi_redirector.dll seems to be loaded i.e I see green arrow.

 BTW, I have a created a directory and it has isapi_redirector.dll,
workers.properties, uriworkermap.properties,
isapi_redirector-1.2.14.reg.

 
Contents of isapi_redirector-1.2.14.reg :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
extension_uri=/tomcat/isapi_redirect.dll
log_file=C:\\Temp\\jk_iis.log
log_level=debug
worker_file=E:\\isapi_redirect1.2.14\\workers.properties
worker_mount_file=E:\\isapi_redirect1.2.14\\uriworkermap.properties

Contents of uriworkermap.properties:
# Send all /tc requests to node1
/tc/*=node1

Contents of workers.properties:
worker.list=node1
worker.node1.port=8009
worker.node1.host=beaorchardj01.net.plm.eds.com
worker.node1.type=ajp13

But when a request of the below form is sent:
OPTIONS /tc/FileAccess HTTP/1.1
User-Agent: DAKCLIENT/6.0
Accept-Language: en-US
Host: beaorchardj01.net.plm.eds.com

I receive the below message:
HTTP/1.1 500 Server Error
Server: Microsoft-IIS/5.1
Date: Thu, 18 Aug 2005 20:57:39 GMT
Connection: close
Content-Type: text/html
Content-Length: 87

htmlheadtitleError/title/headbodyThe parameter is incorrect. 
/body/html

Besides OPTIONS, PUT is another HTTP request that seems to be blocked. BUT, 
I seem to have no problem connecting to JBoss with request like POST,
GET, SEARCH. 

In ISAPI logs for OPTIONS:
[Fri Aug 12 09:14:23 2005] [0352:4100] [debug]
HttpFilterProc::jk_isapi_plugin.c (747): Filter started [Fri Aug 12
09:14:23 2005] [0352:4100] [debug] HttpFilterProc::jk_isapi_plugin.c
(813): Virtual Host redirection of
/beaorchardj01.net.plm.eds.com/tc/FileAccess/
[Fri Aug 12 09:14:23 2005] [0352:4100] [debug]
map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI
'/beaorchardj01.net.plm.eds.com/tc/FileAccess/' from 1 maps [Fri Aug 12
09:14:23 2005] [0352:4100] [debug]
map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context
URI '/tc/*'
[Fri Aug 12 09:14:23 2005] [0352:4100] [debug]
HttpFilterProc::jk_isapi_plugin.c (820): Default redirection of
/tc/FileAccess/ [Fri Aug 12 09:14:23 2005] [0352:4100] [debug]
map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI
'/tc/FileAccess/' from 1 maps [Fri Aug 12 09:14:23 2005] [0352:4100]
[debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map
context URI '/tc/*'
[Fri Aug 12 09:14:23 2005] [0352:4100] [debug]
map_uri_to_worker::jk_uri_worker_map.c (475): Found a wildchar match
node1 - /tc/*
[Fri Aug 12 09:14:23 2005] [0352:4100] [debug]
HttpFilterProc::jk_isapi_plugin.c (830): check if [/tc/FileAccess/] is
points to the web-inf directory [Fri Aug 12 09:14:23 2005] [0352:4100]
[debug] HttpFilterProc::jk_isapi_plugin.c (848): [/tc/FileAccess/] is a
servlet url - should redirect to node1

DO NOT see below statements from isapi for OPTIONS:
[Fri Aug 12 09:14:23 2005] [0352:3556] [debug]
wc_get_worker_for_name::jk_worker.c (111): found a worker node1 [Fri Aug
12 09:14:23 2005] [0352:3556] [debug]
HttpExtensionProc::jk_isapi_plugin.c (1003): got a worker for name node1


In IIS logs:
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2005-08-18 20:42:01
#Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port 
cs-method cs-uri-stem cs-uri-query sc-status sc-win32-status sc-bytes 
cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer) 
2005-08-18 20:47:31 134.244.174.103 - W3SVC1 BEAORCHARDJ01 134.244.174.103 
80 OPTIONS /tc/FileAccess/ - 500 87 0 124 0 HTTP/1.1 
beaorchardj01.net.plm.eds.com DAKCLIENT/6.0 - -

IIS log for POST:
2005-08-18 20:42:01 134.244.174.103 - W3SVC1 BEAORCHARDJ01 134.244.174.103 
80 POST /tc/controller/gatewayPostserviceLogin_link - 200 0 413 487 47 
HTTP/1.1 beaorchardj01.net.plm.eds.com: 

DO NOT REPLY [Bug 36366] New: - General rewrite of the deployer howto page

2005-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36366.
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=36366

   Summary: General rewrite of the deployer howto page
   Product: Tomcat 5
   Version: 5.5.11
  Platform: Other
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P2
 Component: Webapps:Documentation
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


This patch is a general tidy up of the deployer howto page with some new 
information with particular regard to dependencies of the tomcat client 
deployer on ant etc.. just to make it explicit. Terms have been made 
consistent, e.g Context Descriptor, and other parts generally elaborated on or 
made clear.

Hope it's ok. Allistair.

-- 
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 36366] - General rewrite of the deployer howto page

2005-08-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36366.
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=36366





--- Additional Comments From [EMAIL PROTECTED]  2005-08-26 01:04 ---
Created an attachment (id=16205)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=16205action=view)
Deployer HOWTO page rewrite


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



mod_jk 1.2.14.1 core dump

2005-08-25 Thread David Rees
I'm getting a core dump on my SGI IRIX machine using mod_jk 1.2.14.1
in jk_lb_worker.c line 605. The stack trace is below.  This happens on
any JK request I try.  Going back to 1.2.11 works fine.  Any ideas?

-Dave

  0 service(e = 0x1035afe8, s = 0x7fff2b28, l = 0x10281f68, is_error = 
 0x7fff1af4) 
 [/tmp/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/common/jk_lb_worker.c:605,
  0x4315080]
   1 jk_handler(r = 0x103719a0)
[/tmp/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/apache-2.0/mod_jk.c:1889,
0x4305648]
   2 ap_run_handler(r = 0x103719a0)
[/tmp/httpd-2.0.54/server/config.c:152, 0x1008b624]
   3 ap_invoke_handler(r = 0x103719a0)
[/tmp/httpd-2.0.54/server/config.c:364, 0x1008c390]
   4 ap_process_request(r = 0x103719a0)
[/tmp/httpd-2.0.54/modules/http/http_request.c:249, 0x10071990]
   5 ap_process_http_connection(c = 0x10365460)
[/tmp/httpd-2.0.54/modules/http/http_core.c:251, 0x10070f78]
   6 ap_run_process_connection(c = 0x10365460)
[/tmp/httpd-2.0.54/server/connection.c:43, 0x100a3e94]
   7 ap_process_connection(c = 0x10365460, csd = 0x10365378)
[/tmp/httpd-2.0.54/server/connection.c:176, 0x100a4568]
   8 child_main(child_num_arg = 0)
[/tmp/httpd-2.0.54/server/mpm/prefork/prefork.c:610, 0x1007c444]
   9 make_child(s = 0x102941c0, slot = 0)
[/tmp/httpd-2.0.54/server/mpm/prefork/prefork.c:704, 0x1007c6ac]
   10 startup_children(number_to_start = 5)
[/tmp/httpd-2.0.54/server/mpm/prefork/prefork.c:722, 0x1007c75c]
   11 ap_mpm_run(_pconf = 0x1025aac0, plog = 0x1028cb88, s =
0x102941c0) [/tmp/httpd-2.0.54/server/mpm/prefork/prefork.c:941,
0x1007cda0]
   12 main(argc = 3, argv = 0x7fff2f44)
[/tmp/httpd-2.0.54/server/main.c:618, 0x100b1c48]
   13 __start()
[/xlv55/kudzu-apr12/work/irix/lib/libc/libc_n32_M3/csu/crt1text.s:177,
0x1004b9e8]

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