El problema está en la url. Buscando he visto que en algunos sitios ponen : despues del tipo de driver, por lo que he dejado la url asi:
Código:
url="jdbc:oracle:thin:@//150....:1521/orc1"
Pero ahora aparece la siguiente excepción cuando ejecuto:
Código:
javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
"
at org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.getConnection(QueryTagSupport.java:318)
at org.apache.taglibs.standard.tag.common.sql.QueryTagSupport.doStartTag(QueryTagSupport.java:201)
at jsp_servlet.__procesajstl._jsp__tag1(__procesajstl.java:163)
at jsp_servlet.__procesajstl._jspService(procesaJSTL.jsp:19)
............
............