Bala RThiagarajan

Greenhorn
+ Follow
since Dec 21, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Bala RThiagarajan

Thanks a lot for the suggestion .. I think your input will be use full for sure..

regarding your question on reason for migration
Yep .. these app were developed log back i guess when they were using WAS 3.5X version and now we are migrating to WAS 7.0 .. and thats why there is a need for migration.. there are other internal framework related reason as well for this migration.

Kindly let me know if you can provide more thoughts on this..

Once agian thanks a lot for your suggestion ..


14 years ago
Hi All,
In our organization, there is a major migration(around 200 apps) work happening for all struts app to spring. Most of the application are very small application with a max of 3 to 5 main JSPs.

As far as i have seen all app should be rewritten, since jsps has script lets.. validation has been done using JS.. persistence layer should also be modified implementing hibernate.

Give this i am not sure how plan for migration ..from where to start how to start since the the apps are huge in numbers. If any one already worked on such a huge migration projects it will be great if they can throw some light on how to structurise a plan for this.

Like any advised or suggested implementation methodology that could help to save time or make the implementation less tedious.

Thanks
BalaRT
14 years ago
Hi,
I need to deploy more that one xml in server for the same application.
This req is mainly because to have different URLs max 12 URLs This means i need to have 12 differnet URLs pointing the same app.

is it possible to merge all the XML into one?
15 years ago
Hi thanks for you rpley ,

But when
I made /app as the context root and added /group*/*.do in the servlet mapping part of the WEB.xml. But when try to access the app using

http://localhost:8080/app/group1/home.do i am getting a 404 error..
am i missing some thing here..?
15 years ago
Hi,
For my app, i have a req. where in i have to use different URLs and map the same app..

For example

http://localhost:8080/app/group1/home.do
http://localhost:8080/app/group2/home.do
http://localhost:8080/app/group3/home.do
http://localhost:8080/app/group4/home.do

all should point to the same action calss. i am not sure about how to have URL mapping like this. can any one suggest me..?
15 years ago
I am using both MS SQL and DB2 in the same transaction can any one tell how to create the Datasource object for this scenario in WSAD

[ January 28, 2008: Message edited by: Bala RThiagarajan ]
[ January 28, 2008: Message edited by: Bala RThiagarajan ]
16 years ago
Can any one explain what wil happen if i use both Xa connection and a normal connetion in a single EJB transaction.

Cause in the application i am getting the following error and i doubt its because both Xa connection and a normal connetion has been used in a single EJB transaction
Can any one explain what wil happen if i use both Xa connection and a normal connetion in a single EJB transaction