web services - (unsolved) What needs to be set up on Unix for a java web client? -


i created client using proxy in oracle jdeveloper call web service. jdeveloper deployed automatically , code works under windows environment. i'm required migrate code unix server. deployed project .war file , copy unix cannot executed correctly using "jar" command.

could give me whole picture or high-level step-by-step instruction need set execute war on unix? i'm new area, , got suggestions installing tomcat first.

what have now: 1. war file including .class, .java, web-inf, meta-inf, manifest.mf deployed jdeveloper 2. jdk 1.6.0_25 installed on unix usr/java/ 3. tomcat installed on unix, not under bin or local or usr directory(is ok?)

some specific questions: 1. else need? 2. drop .war? 3. need unzip or re-compile war? 4. how can run main class in war?

errors poped-up now: 1. cannot find main class 2. tried un-zip war , compile class including main, , "cannot find symbol" webservice specified classes' name.

thanks whoever attempt help!

even though question should've been asked on serverfault instead of here, sounds got need. try dropping .war on tomcat's webapps directory.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -