I keep getting an error
"The request resource (/test/Login) is not available.
I have no idea what is going wrong.
I found an error that reads "Exception intitializing TldLocationsCache:
XML parsing error on file /WEB-INF/web.xml (line 3, col 9): Element type
"webapp" must be declared
my web.xml file looks like this
<?xml version="1.0" encoding="ISO-8859-1"?>
<webapp>
<servlet>
<servlet-name>Login</servlet-name>
<servlet-class>com.test.Login</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Login</servlet-name>
<url-patter>com.test.Login</url-pattern>
</servlet-mapping>
</webapp>
Any help would be appreciated.
Eric
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>