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: Execute servlet through apache web server.
Author
ashwani_ap



Joined: 29 Aug 2007
Posts: 47
Location: Bangalore

PostPosted: Sat 01 Sep '07 15:15    Post subject: Execute servlet through apache web server. Reply with quote

Hi Folks,

I want to write to a file the hostname and the port no through which the client connects to the server in to another jnlp file. Is it possible to do this by writing a servlet program and then deploying it at the Apache server cgi-bin or somwhere.
So whenever the request comes from the browser this servlet por some script (not sure) executes and writes into that file, the hostname and portno.

Please help.
Back to top
James Blond
Moderator


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

PostPosted: Mon 03 Sep '07 17:17    Post subject: Reply with quote

Does access.log not show that info? Cause there is only port 80 for http or 443 for SSL (which can have a different log file). Of cause you can configure the output of the logs and may create a custom one.
Back to top


Reply to topic   Topic: Execute servlet through apache web server. View previous topic :: View next topic
Post new topic   Forum Index -> Apache