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)
Setting up web project
artor
Hi,
I am setting up a web project in TeamSite in my workarea
artor
/<filename>.jsp or .html files
/images directory
/WEB-INF
/classes
/lib
/abcd.jar
/templatedata
and creating the jsp file after having merged with dcr and presentation template that going to the root directory or workarea as above. that jsp file having some java object which being called from the abcd.jar file
But when i genterate the jsp page all time it throws the error 500 and I could not find out the solution to solve the isse. I have seperate instance of Tomcat 5 installed and when i placed that abcd.jar file directly in the tomcat directory let say shared->lib it works fine. but it doesn't call if i place jar file in teamsite.
Teamsite 6.1 and Solaris 5.8.
Please let me know if anybody know this problem .
Regards,
Find more posts tagged with
Comments
TCavanaugh
What configurations have you made to somehow redirect the requests to your custom Tomcat installation?
Is your custom Tomcat install generating the 500 error?
Have you configured security so that the custom Tomcat installation has access to your workarea?
I think there are a few details missing from your problem description, post some access/error log details.
-TC
artor
Hi TCavanaugh,
I have resolved this issue in order to make some changes in the iwproxy_preconnect_remap regex and also setup the context path seperately for my workarea in Tomcat server.xml file.
Regards,
Artor