[jboss-user] [JBoss Portal] - Re: Problem with Stock News Portlet.

mmontoni do-not-reply at jboss.com
Fri Oct 27 14:27:09 EDT 2006


Hi,

yes sure!

in your portlet.tld you have for example:

  | org.jboss.portal.portlet.taglib.DefineObjectsTag
  | 
and you should have

  | org.jboss.portal.portlet.impl.jsr168.taglib.DefineObjectsTag
  | 
So you should add the ".impl.jsr168." in each of your reference.

And in your Portlet.xml you should add the following:

  | 		<init-param>
  | 			<name>proxy</name>
  | 			<value>3.33.33.33</value>
  | 		</init-param>
  | 		<init-param>
  | 			<name>proxyport</name>
  | 			<value>80</value>
  | 		</init-param>
  | 

If this doesn't work, even though it should...You can try also adding the following in your run.bat under JBoss AS/bin 

  | -Dhttp.proxyHost=3.33.33.33 -Dhttp.proxyPort=80 -DproxySet=true
  | 

in your set JAVA_OPTS=%JAVA_OPTS% definition.

I hope it helps.

--Mariella

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981389#3981389

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981389



More information about the jboss-user mailing list