[jboss-jira] [JBoss JIRA] (AS7-1227) AJP 1.3 Connector not working
Jean-Frederic Clere (Commented) (JIRA)
jira-events at lists.jboss.org
Fri Nov 4 06:44:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640031#comment-12640031 ]
Jean-Frederic Clere commented on AS7-1227:
------------------------------------------
It seems the redirect is broken :-(
+++
[jfclere at jfcpc APACHE-2.2.x]$ curl -v http://localhost:8000/myapp
* About to connect() to localhost port 8000 (#0)
* Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 8000 (#0)
> GET /myapp HTTP/1.1
> User-Agent: curl/7.21.3 (i386-redhat-linux-gnu) libcurl/7.21.3 NSS/3.12.10.0 zlib/1.2.5 libidn/1.19 libssh2/1.2.7
> Host: localhost:8000
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
< Date: Fri, 04 Nov 2011 10:40:35 GMT
< Location: ajp://localhost/myapp/
< Content-Length: 0
< Content-Type: text/plain
<
* Connection #0 to host localhost left intact
* Closing connection #0
+++
> AJP 1.3 Connector not working
> -----------------------------
>
> Key: AS7-1227
> URL: https://issues.jboss.org/browse/AS7-1227
> Project: Application Server 7
> Issue Type: Bug
> Components: Web
> Affects Versions: 7.0.0.CR1
> Environment: Windows 7 x64
> Reporter: Gerry Matte
> Assignee: Jean-Frederic Clere
> Fix For: 7.1.0.CR1
>
>
> I have been using Apache with Jboss 6 and the mod_jk connector. When I attempted to configure Jboss 7 to support the same Apache connector, I followed the directions at https://docs.jboss.org/author/display/AS7/Apache+httpd .
> After making the changes, jboss started with no errors.
> When I attempted to use http://localhost/jbossTests rather than http://localhost:8080/jbossTests I was presented with a blank screen and no error messages in either the console window or the server.log file..
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list