• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

migrate struts1 to struts2 on weblogic server 10.3.6 --> meet difficulty

 
Ranch Hand
Posts: 91
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

Now I need to prepare to migrate struts1 web project to struts2 on weblogic server. I just think does I need to change below settings file??

+--WEB-INF
+--WEB-INF--struts-bean.tld
+--WEB-INF--struts-html.tld
+--WEB-INF--struts-logic.tld
+--WEB-INF--weblogic.xml

weblogic.xml





struts-bean.png
[Thumbnail for struts-bean.png]
Please remove extension png and change it to be xml or txt
struts-html.png
[Thumbnail for struts-html.png]
Please remove extension png and change it to be xml or txt
struts-logic.png
[Thumbnail for struts-logic.png]
Please remove extension png and change it to be xml or txt
 
Raymond Chiu Wing Hing
Ranch Hand
Posts: 91
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Should I also amend message bundle as below and put from struts-config to struts.xml.

<!-- <message-resources key="cardResources" parameter="com.aeon.onlineapplications.struts.CardApplicationResources" /> -->
<constant name="com.aeon.onlineapplications.struts.CardApplicationResources" value="cardResources"></constant>
 
Raymond Chiu Wing Hing
Ranch Hand
Posts: 91
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The resource bundle is correct after my testing.
On the other hand, only weblogic.xml need to amend to be <persistent-store-type>memory</persistent-store-type> in local developer machine.

       
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic