Are you trying to implement custom code or is this a stock release?
Because if you're trying to just move a stock release over, it'd be much
simpler to just unpack the distribution (for Linux) on the linux machine
and go. It might be worth doing anyway just to compare the differences
to see what's causing your problem.

But it looks like you're problem is in you Jetty configuration. I'm really
guessing that you can't start your Jetty servlet at all....

HTH
Erick

On Mon, Sep 20, 2010 at 11:19 AM, Yavuz Selim YILMAZ <
yvzslmyilm...@gmail.com> wrote:

> I use solr in windows without any problem, I 'm trying to run solr in
> linux,
> ( copy all files from windows to linux ), but I'm given exceptions when I
> try to start solr (java -jar start.jar)
>
> java.lang.ClassNotFoundException: org.mortbay.xml.xmlConfiguration
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:378)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:570)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:502)
>   at jorg.mortbay.start.Main.start(Main.java:534)
>   at jorg.mortbay.start.Main.start(Main.java:441)
>   at jorg.mortbay.start.Main.Main(Main.java:119)
>
> I controlled all jar files, problem looks releted with jetty, but I can't
> find any solution.
>
> Any ideas?
>
> Thnx.
>
> --
>
> Yavuz Selim YILMAZ
>

Reply via email to