error after deploying .war
Greetings,
We have a web app running on a Unix box and are migrating it to an AIX machine. The app deploys fine and runs on Unix. I have installed WebSphere which uses Geronimo and it installed successfully. We deployed the application using the same .war and deployment plan used to deploy on the Unix machine and when I try and open the app I get the following message.
type Status report
message /NEW_APP/
description The requested resource (/NEW_APP/) is not available.
The only difference is the platform and due to space allocations I had to change the path for the WebSphere install directory so I changed /usr/installdir to /oracle_data/installdir. I am new to Java so this looks like either a configuration issue that I'm unaware of or a prob related to this new path but I'm having a hard time tracking it down. Any help would be greatly appreciated. Thanks!
Andrew
|