Re: Servlet.jsp is not available

2008-12-04 Thread Edward Barrow
uring development, so it should have worked on Tomcat 5.5; but maybe not. Oh well. Edward Barrow wrote: > I'm developing a webapp using Netbeans 6.5 and it works fine on the > development machine. On deploying it to a semi-production machine, it > immediately fails with a 404 "Serv

Servlet.jsp is not available

2008-12-04 Thread Edward Barrow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm developing a webapp using Netbeans 6.5 and it works fine on the development machine. On deploying it to a semi-production machine, it immediately fails with a 404 "Servlet.jsp is not available" (but I'm trying to access index.jsp). The dev server

Re: java.lang.UnsatisfiedLinkError

2008-12-04 Thread Edward Barrow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 the jvm can't find a native library, which will be called libeMatrix.so on a *nix system, or eMatrix.dll on win. This library should be somewhere in the eMatrix distribution and you must make sure that it's on the java.library.path, which you can find