I've tried desperately to deploy a set of servlets from my development machine to my apache server. It's the first time I deploy servlets on the net. My Host (apache on linux with mod_jserv) has a certain IP address (x.x.x.145) and the VirtualHosts in Apache are defined as x.x.x.129 ( on th same machine) I get it working when I have ApJServMount /admin /admin This means any.virtualhost.com.br/admin/login (on my machine) will show the LoginServlet. I don't want this.. so I tried ApJServMount /admin ajpv12://the.domain.com.br:8007/admin But this does not work.. mod_jserv.log: (EMERGENCY) ajp12: can not connect to host x.x.x.129 So I set security allowed addresses and included x.x.x.129 same error.. Any Ideas.. sven -- Sven E. van 't Veer, llm. Departamento de Desenvolvimento Brasil Informatica. http://www.brvip.com.br ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
