Environment: TS 6.5 SP3 on a Win2K server
This is driving me nuts. I have to be missing something obvious, but I have no clue what. I am trying to add a custom JSP portlet to the CC Standard UI. Before I start putting code into it, I just want to make sure I can even get it to show up so my entire JSP consists of the following:
<p>Hello world</p>
Please forgive my complete lack of originality in the above. The JSP is named site_content_test.jsp and resides in
iw-home\local\config\lib\content_center\customer_src\web. I have modifed the portal_custom.xml file in
iw-home\local\config\lib\content_center\customer_src\etc\conf\customer to contain the following:[html]
label="Site Files"
url="/customer/site_content_test.jsp">
[/html]
I then ran
iw-home\iw-perl\bin\iwperl
iw-home\bin\make_toolkit.ipl -jsp_precompile. There is one oddity when I run this as I get the following output during the building of the toolkit:
[exec] ***** Updating content_center *****
[exec] Use of uninitialized value in concatenation (.) or string at
/iw-home/iw-perl/lib/File/Spec/Win32.pm line
291.I'm not sure why that warning is occurring nor if that is the cause of my problem. I have verified that after running the make_toolkit.ipl the file site_content_test.jsp now exists in the
iw-home\httpd\webapps\content_center folder. So, the problem is that in the CC Standard UI I see a portlet title bar of "Site Content", but there is nothing in the portlet. It's absolutely blank. I feel as though I am missing something obvious, but I can't figure out what. I'm able to make other customizations with this process such as moving portlets around between and within the columns and removing portlets - that all works fine. Can anyone see what I'm doing wrong here? Thanks.