jueves, 26 de julio de 2007

Struts2+spring2

Exception al arrancar:
org.mortbay.util.MultiException[Cannot locate the chosen ObjectFactory implementation: spring - [unknown location]]

Falta el jar struts-spring-plugin-x.x.x.jar

martes, 24 de julio de 2007

Librerias WEB

Creación de una user-library con commons-validator,loggins,.... y compañia para agilizar el tema de las librerías en eclipse. En el build-path, add Library, User Library.

jueves, 19 de julio de 2007

Starting preview server

19/07/2007 17:23:07 org.mortbay.jetty.servlet.ServletHandler handle
WARNING: EXCEPTION
javax.servlet.ServletException: org/apache/commons/el/ExpressionEvaluatorImpl
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272)

workaround for me is:

Configure the "J2EE Preview at localhost" "Run" settings, go to the classpath section and add the missing jars (so far org.apache.commons.el and org.apache.jasper) as "User entries"

After doing that I can run simple JSP pages on the Preview server!

Ir al Run dialog y agregar el jar como "user entry"