Hi,all.
My friend has a series of well-developed portlets which can be properly run on Redhat Linux. He used mysql as database software and
tomcat as web server. Now, we want to configure the same portlets on Windows Xp Pro. We now use mysql and tomcat as well. However, when we put the .war file into the deploy folder, cmd window said it cant deploy the .war.And of course in Jetspeed window we cant search the portlets developed by us.We use eclipse as our develop kit.
In cmd window,it says;
2008-6-16 0:24:10 org.apache.catalina.startup.HostConfig checkResources
INFO: Undeploying context [/AnimGrid]
2008-6-16 0:24:14 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive AnimGrid.war
What's the problem?
Why the war exported in Linux can be deployed while the war export by eclipse on Windows cant be deployed?