when I uncommented authentication node in web.xml from WEB-INF folder and started
tomcat, I got this error message:
ERROR reading D:\jakarta-tomcat\webapps\slide\WEB-INF\web.xml
At Expected "</web-app>" to terminate element starting on line 7.
ERROR reading D:\jakarta-tomcat\webapps\slide\WEB-INF\web.xml
org.xml.sax.SAXParseException: Expected "</web-app>" to terminate element starti
ng on line 7.
at com.sun.xml.parser.Parser.fatal(Parser.java:2817)
at com.sun.xml.parser.Parser.fatal(Parser.java:2811)
at com.sun.xml.parser.Parser.maybeElement(Parser.java:1406)
at com.sun.xml.parser.Parser.parseInternal(Parser.java:492)
at com.sun.xml.parser.Parser.parse(Parser.java:284)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:155)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:126)
at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:214)
at org.apache.tomcat.context.WebXmlReader.processWebXmlFile(WebXmlReader
.java:202)
at org.apache.tomcat.context.WebXmlReader.contextInit(WebXmlReader.java:
109)
at org.apache.tomcat.core.ContextManager.initContext(ContextManager.java
, Compiled Code)
at org.apache.tomcat.core.ContextManager.init(ContextManager.java, Compi
led Code)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:195)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
I don't know what is going on, so, I ignored this message and tried to open a web
folder connection. The username/password window still doesnot popup. Do you have any
clue?
Huy-
-----Original Message-----
From: Kurapati, Rama [mailto:[EMAIL PROTECTED]]
Sent: April 13, 2001 11:59 AM
To: '[EMAIL PROTECTED]'
Subject: RE: authentication
>I am new to slide and tomcat ;). I take a look at the Domain.xml and have
no clue of what it is saying :(. Is there any >document on this that I
can take a look at?
http://jakarta.apache.org/slide/conf-lib.html
http://faq.globalvision.com.au
>Right now, when I connected to the server as web folder, there is no
authentication required. If I want to popup a username >and password window
on the client side, what should I do? Help pleassssse!!!
Uncomment authentication node in web.xml in
tomcat_home\webapps\slide\WEB-INF folder
Rama