Ok, I've done it, and I choose the option to precompile JSPs but the server throws the error >
Deploying application in domain failed; JSP Compilation Error: org.apache.jasper.JasperException: file:/Sun/AppServer/domains/domain1/applications/j2ee-modules/mmbase/mmbase-webapp/index.jsp(4,0) The absolute uri: http://www.mmbase.org/mmbase-taglib-1.0 cannot be resolved in either web.xml or the jar files deployed with this application -- In addition I have added mmbase-taglib-2.jar in the library path but server needs mmbase-taglib-1.0.jar which doesn't exists. When I deploy without selecting "precompiled JSPs option" and when I run it http://localhost:8080/mmbase/mmbase-webapp/ I receive an exception javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/mmbase/util/functions/Parameters .... my context root is /mmbase What could be the problem? On Fri, 2006-09-08 at 16:23 +0200, Nico Klasens wrote: > Easiest way is to zip the contents of the mmbase-webapp and call it > mmbase.war. > > Nico > > achillea wrote: > > >Dear community members, > > > > Below is a step describing > >how to deploy mmbase under Tomcat. > > > >4. Copy the subdir mmbase-webapp into the servlet-engine's webapps > > dir, or point to it in a configuration file (e.g. server.xml of > >tomcat). > > > >I would be very grateful if someone could answer me how to deploy > >mmbase under Sun Application Server 9.0 which doesn't have server.xml > >and servlet-engine's webapps.I can install mmbase using tomcat, but > >it would be waste of memory and ports to install tomcat if Sun App > >server is capable to run servlets, Ear-s etc. > > > >best regards, > >Nikola Radakovic > > > > > > > >_______________________________________________ > >Developers mailing list > >[email protected] > >http://lists.mmbase.org/mailman/listinfo/developers > > > > > > > > > > _______________________________________________ > Developers mailing list > [email protected] > http://lists.mmbase.org/mailman/listinfo/developers _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
