jsp运行出错--简单 - Java / Web 开发
信息: Server startup in 3672 ms
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]第 1 行: '(' 附近有语法错误。
问题在那里啊?找不到
貌似是sql语句有错
把完整的错误信息贴出来吧
拜托哦。。大侠们。。急!!
2010-5-15 12:19:39 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_02\bin;D:\Tomcat 5.5\bin
2010-5-15 12:19:39 org.apache.coyote.http11.Http11BaseProtocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2010-5-15 12:19:39 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 2000 ms
2010-5-15 12:19:39 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2010-5-15 12:19:39 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/5.5.28
2010-5-15 12:19:40 org.apache.catalina.core.StandardHost start
信息: XML validation disabled
2010-5-15 12:19:42 org.apache.coyote.http11.Http11BaseProtocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2010-5-15 12:19:43 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2010-5-15 12:19:43 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/94 config=null
2010-5-15 12:19:43 o
相关问答:
一个JSP页面接收其他页面提交过来的FORM表单,但是要求只接收当前站点及其子站点提交过来的FORM表单,其他站点提交过来的表单不接收,这个怎么设置?
用过滤器
filter
将当前站点及其子站点放一个目录
然 ......
我JSP的页面是:
<%@ page language="java" contentType="text/html; charset=gb2312"
%>
<script>
function Save(){
xmlHttp=GetXmlHttpObject()
if(xmlHttp==nul ......
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 52 in the jsp file: /vip_info.jsp
ÕË cannot be resolved
49: <table border="1& ......
java swing 程序如何打包成jar,然后可以通过批处理文件bat直接运行,有没有什么工具直接可以完成这两个工作?
用jar打包,把运行需要的jar拷贝到一个目录,批处理用 start javaw -cp .;其他包路径 运行
用zip ......