logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Request not showing in apache access log but shows in Tomcat
Author
shantanujoshi



Joined: 04 Oct 2017
Posts: 1
Location: San Leandro, CA

PostPosted: Wed 04 Oct '17 18:34    Post subject: Request not showing in apache access log but shows in Tomcat Reply with quote

RHEL version 7
Apache version: 2.4.27
Tomcat version: 8.5.16
Siteminder version: 12.52.105.2112
Application uses websockets.
Application uses Angular on the client side.

Request from browser are intercepted by Siteminder to authenticate the user. There after request is forwarded to Tomcat. When the application is launched initially, everything works fine.

Application has logic to prompt the user if application is unused for a certain period of time. After that time expires, application shows a message on the browser to relaunch the application. Relaunch of the application causes it to go through the same sequence of requests as if an application is launched afresh. At the time of relaunch some of the requests don't seem to show in apache access logs but they do show in Tomcat localhost access logs.

What might be causing this ?

Note: The issue only happens with RHEL 7. With RHEL 6 we do not see this behavior.

Here is how we connect httpd to Tomcat

ProxyPass /login !
ProxyPass /myapp/websocket/events ws://localhost:12710/myapp/websocket/events
ProxyPass / http://localhost:12710/


Last edited by shantanujoshi on Thu 02 Nov '17 17:57; edited 1 time in total
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 31 Oct '17 18:33    Post subject: Reply with quote

Please post the part of the config how you connect httpd with tomcat.
Back to top


Reply to topic   Topic: Request not showing in apache access log but shows in Tomcat View previous topic :: View next topic
Post new topic   Forum Index -> Apache