|
Home > Archive > WebSphere Application Server > August 2006 > was 6.1 & Struts
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi..
I have an application which was developed in WSAD 5.1 using Struts and
Hibernate...
It was working well on WAS 5.1
We had to deploy it on WAS 6.1 , But we couldn't run it properly..
It looks like working properly .. No error log or something faulty..
But it gives only a blank page when I call the login page or other pages..
A simple, on paged application works fine ..
but a simple application including struts forwards and actions doesn't
work..
Is there any idea for solving the problem...?
I suspect on struts config files..
Thanks
| |
|
| Hi,
I dont know what you have done in detail.
But try to check following things:
1> Export your application war from 5.1 and install it into the v6.1
2> Please make sure that all the tags of struts tag library which you have used in ur application should be closed with appropriate closing tags.
Let me know if you still have any problem.
|
|
|
|
|