[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Jserv in diferent host that apache web server
I use gnujsp 1.0.0 with jserv and apache 1.3.9
When all are in the same host, it works
but when jserv+gnujsp is in another host
only can run servlets, because the jsp pages
can not found:
If I request the url http://my.server/any/dir/my.jsp
the jserv+gnujsp host can not find the file
/path/to/htdocs/any/dir/my.jsp because the path
/path/to/htdocs is the path in the apache server
and the my.jsp is in the jserv host
I'm trying with the pagebase init parameter
but when I debug I can see always the path
of the web server document root
How can I translate the web server document root
TO
the apropiate path in my jserv server ?
Thanks in advance