In which folder are Java Applications stored in Apache?
Answers were Sorted based on User's Feedback
Answer / sujai sd
Java applications are not stored in Apache, it can be only
connected to a other Java webapp hosting webserver using the
mod_jk connector
| Is This Answer Correct ? | 30 Yes | 1 No |
Answer / ashok
java applications are stored in apache tomcat-->/webapp/
folder,not apache server.
the apache server view/access the your application
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we cache files which are viewed frequently?
How secure is apache web server linux?
Does Apache include a search engine?
What is systemctl start?
Where is apache installed on windows?
How can apache act a proxy server?
Where is apache configuration file?
On which port apache server works?
How secure is apache server?
How do I know if apache is running on windows?
Where can I find apache logs?
This is very strange. I am running apache 2.2 (compiled with gcc and all default params) on AIX 5.2.0.6 - 64 bit kernel. I edit the httpd.conf file to listen on two different ports -- Listen 8000 Listen 8001 The server will not start no errors or anything it just accepts the command but nothing starts. I can comment out on of the entires and everything starts up just fine minus the commented out port. Listen 8000 #Listen 8001 So, my problem is that I cannot get apache to listen on two ports, any ideas? Has someone else seen this before? Thanks,