Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Using Struts in TS 6.5 SP1
rohitspathak123
Hi ,
Using TS 6.5 SP1 on Solaris 5.8
Does TS 6.5 SP1 support Struts ?
We need to call a struts application on click on a custom menu item (ui_custom.xml).
I need to know the steps for deploying the struts application to TeamSite Server.
If someone has already worked on such requirement please let me know.
Thanks in advance.
Rohit
Find more posts tagged with
Comments
iw_store
The CCSDK Guide may help you, if you don't have download from support.
Bill Klish
Use the user interface customization guide and pay special attention to the custom java chapter. Make sure you don't overwrite the jar files that ship with teamsite. You'll notice that the jar dependencies aren't able to be fulfilled for the more recent versions of struts because Interwoven has never updated the dependencies (even in 6.7.1).
rohitspathak123
Hi bk99nd,
I tried to deploy sample struts application to teamsite, but was not able to execute it.
Following are the steps that I followed :
1. Created sample struts application
2. Tested it on my local machine , it worked fine
3. created .war for it
4. Made an entry for .war in toolkit.xml in TeamSite Server
5. executed command install_webapps.ipl
6. It ran successfully
To test it :
http://teamsite-server/mystruts
But page did not came up. Do i need to give something like this
http://teamsite-server/iw-cc/mystruts
Does running a struts application requires any other configurations changes?
I looked through the UI Customization guide , but did not found details about struts .
Please help .
Regards
Rohit
Bill Klish
Bear in mind that the toolkits.xml file is a framework interwoven is using to allow various components to be added to the overall content center web application.
Including your .war file and sample app entry simply adds it to Content Center, whose web application context root is /iw-cc.