[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-10 Thread frocco
I replaced the tomcat 4.1 server with the 5.0 version. I get this error message now using the test.jsp file above javax.servlet.ServletException: javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V org.apache.jasper.servlet.JspServlet.service(JspServlet.ja

[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-10 Thread frocco
Here is the message: org.apache.jasper.JasperException: This absolute uri (http://java.sun.com/jsp/jstl/sql) cannot be resolved in either web.xml or the jar files deployed with this application Here is the jsp file contents <%@ taglib uri="http://java.sun.com/jsp/jstl/sql"; prefix="sql" %> <%@ t

[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-10 Thread camel
What are you trying to do in JSP? What is the error message you get from JBoss 3.2.3? JBoss 3.2.3 defaults to Tomcat 4.1, not 5.0. You may need 5.0 to use parts of the JSTL. You can install Tomcat 5.0 in Jboss 3.2.3 by running the ant script in the jboss\docs\examples\tomcat directory. Al

[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-09 Thread frocco
I managed to get my jsp talking to mysql in jboss 4.0RC3 I cannot get jboss 3.2.3 working. Does anyone know why the 4.0 works and not the 3.2.3? Can I unse 4.0 in production? Thanks Frank View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830027#3830027 Reply

[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-09 Thread frocco
Thanks for teh help. I'll try it. Will JSTL work in jboss, where do I put the jstl.jar file? Regards, Frank View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829973#3829973 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Beginners Corner] - Re: Looking for small mysql example app

2004-04-09 Thread camel
1. Get the latest MySQL JDBC Connector/J driver from www.mysql.com - 3.0.11 works well. Place the JAR driver file in your jboss/server/default/lib directory. 2. Create a file called mysql-ds.xml (or anything-ds.xml) with the following contents, and drop it in the deploy directory: | |