
tomcat
文章平均质量分 77
gaohl0501
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tomcat 起不来的问题,双击startup.bat一闪就没了
%TOMCAT_HOME%\bin 中startup.bat 起不来,一闪就没了。 说明:环境变量没有配置好,又或者,jdk版本和tomcat版本不兼容解决办法:配置环境变量:JAVA_HOME = C:\Program Files\Java\jdk1.6.0_03就可以解决问题了 ...原创 2013-04-24 15:13:49 · 237 阅读 · 0 评论 -
tomcat-server 配置文件
<Context path="/bj" docBase="D:\workspace\bj" debug="1" reloadable="false" privileged="true"/>原创 2012-10-15 15:15:22 · 84 阅读 · 0 评论 -
tomcat server.xml
<?xml version='1.0' encoding='utf-8'?><!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with ...原创 2014-05-22 13:42:34 · 85 阅读 · 0 评论 -
is not bound in this Context. Unable to find [jdbc].
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource': Invocation of init method failed; nested exception is javax.naming.NameNotFoundException: Name [jdb...原创 2017-08-01 14:16:49 · 2121 阅读 · 0 评论