----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
#Jserv 1.2.2
#apache 1.3.12
#Linux redhat 6.2
Hello,
I declare a servlet zone : instra.
I can start my servlet (ex : loca) with :
http://localhost/instra/COM.instranet.loca
(confirmed in jserv.log : COM.instranet.loca started)
but when i try to map loca :
ApJServAction .html /instra/COM.instranet.loca
The server returns me that the requested URL /login.html was not found
(the servlet login indicates where login.html is, cause login.html isn't
on the current directory)
the other problem is to redirect
http://localhost/COM.instranet.LoginHandler
on
http://localhost/instra/COM.instranet.LoginHandler (LoginHandler is a
servlet)
The command :
ApJServAction /COM.instranet.LoginHandler
/instra/COM.instranet.LoginHandler isn't working
Any idea? you're welcome.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]