Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Subject: Re: =?utf-8?b?bW9kX2pr?= problem for post request ended with a ? (question m

Subject: Re: =?utf-8?b?bW9kX2pr?= problem for post request ended with a ? (question m

2007-11-02       - By Nicolas Clemeur

 Back

Thank you Rainer for taking the time to answer. My comments are below.

>
> Not a known problem. You can increase log level via "JkLogLevel debug".
> There should be a line containing "service" or "Service", which includes
> the URI) we send forward to Tomcat.
>
> The log will also show you, if any of your JkMount directives match,
> i.e. if mod_jk thinks it should forward, or it shouldn't.

I have set the log level to debug and when I submit that form the
only think I can see in the mod_jk log are the following lines:

Mod jk
[Sat Nov 03 11:00:34 2007] [1936:3085977296] [debug]
map_uri_to_worker::jk_uri_worker_map.c (609):
Attempting to map context URI '/app/*=ajp13' source 'JkMount'
[Sat Nov 03 11:00:34 2007] [1936:3085977296] [debug]
map_uri_to_worker::jk_uri_worker_map.c (624):
Found a wildchar match '/app/*=ajp13'

And then nothing else. Interestingly, at the same time of the request,
in the error log of apache, I always have the following:

[Sat Nov 03 11:00:34 2007] [notice]
child pid 1936 exit signal Segmentation fault (11)

On successful requests, I indeed observe the "Service finished "
with the status.

> You can report your findings back here, but please include configuration
> used, and some more details, like how exactly does the problematic URL
> look like.

Sorry, I did not give enough details. So I just create a simple jsp
to reproduce the problem. If I submit the jsp below
(which name should be test.jsp), I never receive a response back
from the server.

(Actually I could observe that the problem is not necessarily linked
to the post method. You can reproduce it with a get method if there
are no input in the form.)

I am running httpd 2.2.3 on CentOS 5. I have compiled my-self mod_jk
as the instruction in the BUILD.txt. Mod_jk is talking to tomcat 6.0.13.


--BEGIN JSP
<%@ page language="java" %>
<html>
<head><title>Test</title></title>
<body>
<br />
<form action="test.jsp?" method="post">
<input type="submit" />
</form>
</body>
--END JSP






-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)