今天访问自己的servlet,老是报500的错误,提示是:“IllegalName: testomcat/TestConnector”。原来是自己的配置文件写错了
testomcat.TestConnector
这段被我写成
testomcat/TestConnector
本文讲述了作者在访问自己编写的servlet时遇到500错误的问题,并详细解释了如何通过检查和修正配置文件中的路径错误来解决该问题。
今天访问自己的servlet,老是报500的错误,提示是:“IllegalName: testomcat/TestConnector”。原来是自己的配置文件写错了
testomcat.TestConnector
这段被我写成
testomcat/TestConnector
1331

被折叠的 条评论
为什么被折叠?