随笔分类 -  Tomcat

Linux中tomcat随服务器自启动的设置方法
摘要:1. cd到rc.local文件所在目录,一般在 /etc/rc.d/目录。 2. 将rc.local下载到本地windows系统中。 3. 编辑rc.local,将要启动的tomcat /bin/目录下的startup.sh文件的路径添加进入rc.d 中 touch xxxxx 行的下面即可,如下 阅读全文

posted @ 2018-12-06 18:11 zhcgis 阅读(419) 评论(0) 推荐(0)

Geoserver通过ajax跨域访问服务数据的方法(含用户名密码认证的配置方式)
摘要:Goeserver数据有两种,一种需进行用户密码的权限认证,一种无须用户密码。对于网上跨域访问Geoserver数据的种种方法,对这2种数据并非通用。 笔者将Geoserver官方下载的Geoserver.war包部署到linux服务器,通过前端 ajax 访问geoserver数据失败,其中包含跨 阅读全文

posted @ 2018-10-26 19:55 zhcgis 阅读(1071) 评论(0) 推荐(0)

linux安装tomcat后启动报错Cannot find ./catalina.sh的解决方法
摘要:linux安装tomcat后启动报错: Cannot find ./catalina.shThe file is absent or does not have execute permissionThis file is needed to run this program 原因:无权限 解决方法 阅读全文

posted @ 2018-10-24 19:16 zhcgis 阅读(979) 评论(0) 推荐(0)

导航