Hi , Itôs me again, First Iôll tell the story, I already found how to configure the mod_jk of apache to forward the request to my server application (JBOSS), I did all with the workers.properties, uriworkers.properties, etc. my workers.properties I defined a node1 like this.
worker.node1.port=8009 worker.node1.host=10.34.180.46 worker.node1.type=ajp13 worker.node1.lbfactor=1 # worker.node1.connection_pool_size=10 (1) The host is the IP of my server, well, I enter to http://localhost/web-console, that means, I dont use the port 8080 to access JBOSS because the module mod_kj.so helps me to forward it, but I have a question, Where do I have to change or which file has to be changed in order that Apache respons with a DNS name?, for example ..... http://rocky.webpage/web-consle, and in that URL it displays me the Web Console of Jboss, thanks by the way View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171887#4171887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171887 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
