[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss, Tomcat & ActiveX
achitre
do-not-reply at jboss.com
Sat Jul 22 16:08:11 EDT 2006
Hello,
I am porting an application from Weblogic to JBoss. There's a feature that used to work under Weblogic, but now it's not working under JBoss. Any help in resolving this issue will be greatly appreciated.
Here's the problem:
We have a JSP that embeds a 'Visio Viewer' object as follows:
| <object classid="clsid:279D6C9A-652E-4833-BEFC-312CA8887857"
| id="Viewer1" width="90%" height="90%" codebase="/common/visio/vviewer.exe" >
|
| <param name="SRC" value="<%=absDwnUrl%>">
| <param name="BackColor" value="16777215">
| <param name="PageVisible" value="1">
|
| </object>
|
Under JBoss the URL specified by 'SRC' attribute is not getting hit. As such we get an error message saying 'The file is not a valid visio file'.
When I copy & paste the URL in another browser window it hits JBoss.
But from within an ActiveX control it doesn't work. Is this a security issue either in JBoss or Tomcat?
Please help. Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960130#3960130
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960130
More information about the jboss-user
mailing list