This is a discussion on Moving from Websphere V4.0.7 to v5.x: JSP Compile Errors - Websphere ; hi, We are planning migration from websphere v4.0.7 to v5.x Before migration our Server, we replaced our WDSCi tools with v5.1 and published our apps to Server v4.0.7. all worked fine. Then I decided to install the V5 on my ...
hi,
We are planning migration from websphere v4.0.7 to v5.x
Before migration our Server, we replaced our WDSCi tools with v5.1 and
published our apps to Server v4.0.7.
all worked fine.
Then I decided to install the V5 on my PC to test all applications before
migration our production environment on iSeries.
When I deploy the V4 EAR in V5 Server I got errors while server compiled a
JSP.
Then I tried same EAR in my development environment (WDSCi) which give
following result:
==> Application runs normal in V4.0.7 TestEnvironment
==> Application ends in error when running in V5 TestEnvironment. Same
jsp-compile errors as in server_environment.
Errors are like this:
[2/11/05 18:00:00:647 GMT+01:00] 347f347f SystemErr R
D:\WDSC5_1WS\WebDevelopment\Conti7EAR\clipper.jar( com/clipper/beans/BilladMirrorBean.java):17:
class BilladMirrorBean is public, should be declared in a file named
BilladMirrorBean.java
[2/11/05 18:00:00:647 GMT+01:00] 347f347f SystemErr R (source unavailable)
[2/11/05 18:00:00:827 GMT+01:00] 347f347f SystemErr R
D:\WDSC5_1WS\WebDevelopment\Conti7EAR\clipper.jar( com/clipper/model/Key.java):8:
class Key is public, should be declared in a file named Key.java
[2/11/05 18:00:00:827 GMT+01:00] 347f347f SystemErr R (source unavailable)
[2/11/05 18:00:00:857 GMT+01:00] 347f347f SystemErr R
D:\WDSC5_1WS\WebDevelopment\Conti7EAR\clipper.jar( com/clipper/model/BilladMirrorKey.java):7:
class BilladMirrorKey is public, should be declared in a file named
BilladMirrorKey.java
[2/11/05 18:00:00:857 GMT+01:00] 347f347f SystemErr R (source unavailable)
So, why does it run in V4.0.7 and is it failing in V5 ???
Any help welcome!