Apache is blocking tomcat's ROOT? -


OK, so I installed apache and tomcat in a machine. I remember when I had just installed a new tank, this route was posted on mydomain.com, but now it's Apache running, this is Apache page which shows me phpmyadmin and it works fine What I have to do, I would like to replace the original app page with ROOT.war, which I had placed on my TomCase webapp folder. As I think Apache does not serve files, just how do I configure Tomcat so that they can stay together on one machine?

Both port 80 are running? Apache 80 is by default and tomak is 8080.

If you want Apache to be served with some property (such as images) and some paths (like war) by Tomcat - then you need to use Mod_jk or mod_proxy inside the Apache tomak To forward the requests to when a fixed url pattern is matched.

If your question is different, then you just want to keep Apache and Tomc in co-existence and on your own web page server - then the port should be separated

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -