| Author |
Error message in servlet program
|
Adewale Adebusoye
Ranch Hand
Joined: Sep 28, 2005
Posts: 118
|
|
Hello, please what is the meaning of this error message? StandardHost[localhost]: MAPPING configuration error for request URI It looks kinda weird. Thanks
|
"Human beings can alter their lives by altering their state of mind" William James
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
|
You neglected to state the servlet container your program is running in.
|
 |
Adewale Adebusoye
Ranch Hand
Joined: Sep 28, 2005
Posts: 118
|
|
|
Im using tomcat 4.0.6 in Borland Jbuilder X
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
I dont have the Tomcat 4 source code but in Tomcat 5 the only time the phrase "configuration error" appears is in the Digester class where it seems to be related to XML parser configuration, not URIs. Exactly what are you doing to get this error message and where does it appear? Have you looked at the Tomcat logs? I would expect more details there. Bill
|
 |
 |
|
|
subject: Error message in servlet program
|
|
|