문제

I want to run java and php script in same server.

I want to run both the port 8080 and 80 in the same server.

Please anyone can you help me how to configure that.

도움이 되었습니까?

해결책

I do not think your idea is feasible because a server can only listen to 1 port. Here you find a good overview how you can run a Apache HTTPd and Apache Tomcat in parallel on one port.

Please give us some details what you want to achieve.

다른 팁

If you try it change tomcat port number in using connector to redirect port number it may be chance to work.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top