Hi there,

I am new to Jetty. I am trying to use liferay protal (
http://www.liferay.com http://www.liferay.com ) in Jetty. As per their
instruction (Section 1.4. Jetty 5.1.1 in 
http://docs.liferay.com/portal/4.2/official/liferay-installation-guide-4.2/onepage/#d0e893
http://docs.liferay.com/portal/4.2/official/liferay-installation-guide-4.2/onepage/#d0e893
) I am using Jetty 5.1.11 and followed all their instructions to deploy
their portal software in the Jetty server. Now when I am trying to start the
server using the following script:

@echo off
if "" == "%JAVA_HOME%" goto errorJavaHome
%JAVA_HOME%/bin/java -Xmx512m -Dfile.encoding=UTF8 -Duser.timezone=GMT
-Djava.security.auth.login.config=../etc/jaas.config
-DSTART=../extra/etc/start-plus.config -jar ../start.jar ../etc/jetty.xml
goto end
:errorJavaHome
        echo JAVA_HOME not defined.
        goto end
:end

I am getting the following error message:

java.lang.ClassNotFoundException: org.mortbay.jetty.plus.Server

        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

        at org.mortbay.start.Main.invokeMain(Main.java:144)

        at org.mortbay.start.Main.start(Main.java:476)

        at org.mortbay.start.Main.main(Main.java:94)
Can anybody tell me what might be the reason behind this. I am really stuck
with this not able to do anything else. Any kind of help is appreciated.

Thanks in advance for your time and help.

Thanks & Regards,

Rajkumar :-((
-- 
View this message in context: 
http://n2.nabble.com/Problem-with-Starting-jetty-tp2339875p2339875.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

Reply via email to