所有资源中的tomcat 9错误405

时间:2017-08-09 21:20:33

标签: hibernate jsp tomcat

配置我的服务器以使用jndi每次我部署我得到405并且当访问我的项目的jsp所有包括和资源标记为405,css,javascript所有,我不知道什么可能发生我添加server.xml

  <!-- Global JNDI resources
       Documentation at /docs/jndi-resources-howto.html
  -->
  <GlobalNamingResources>
    <!-- Editable user database that can also be used by
         UserDatabaseRealm to authenticate users
    -->
    <Resource auth="Container" description="User database that can be updated and saved" factory="org.apache.catalina.users.MemoryUserDatabaseFactory" name="UserDatabase" pathname="conf/tomcat-users.xml" type="org.apache.catalina.UserDatabase"/>
    <Resource auth="Container" 
  driverClassName="oracle.jdbc.OracleDriver" 
  maxActive="120" 
  maxIdle="10" 
  maxWait="5000" 
  name="jdbc/abc" 
  password="" 
  poolPreparedStatements="true" 
  type="javax.sql.DataSource" 
  url="" 
  username=""/>
  </GlobalNamingResources>

      <Context docBase="abc" path="/abc" reloadable="true" source="org.eclipse.jst.jee.server:abc"/></Host>
    </Engine>
  </Service>
</Server>

我的配置有错误吗?我能想到的另一件事是我在默认包中有一个java类来测试与我的服务器的连接,尽管我已经删除了它。

1 个答案:

答案 0 :(得分:0)

只需创建另一个tomcat服务器即可正常工作