access a project link on ubuntu machine without port number -


i have project running on ubuntu (installed on vm machine(ipaddress-172.22.240.54) on server ), jboss server port 8180

i need access link via http://172.22.240.54/employeeconnect/rest(without mentioning port number)

what changes required in httpd file , server.xml file?

you need add following httpd.conf

proxypass /employeeconnect/rest http://localhost:8180/employeeconnect/rest proxypassreverse /employeeconnect/rest http://localhost:8180/employeeconnect/rest 

Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -