[flexcoders] Re: LiveCycleDS - Problem Accessing RemoteObject over Secure AMF

2008-10-21 Thread cwicky99
One thing I noticed is that if I just try to browse to the channel URL:

https://localhost:8443/myapp/messagebroker/amfsecure

I get:
HTTP Status 404 - Servlet MessageBrokerServlet is not available





[flexcoders] Re: LiveCycleDS - Problem Accessing RemoteObject over Secure AMF

2008-10-08 Thread cwicky99
I do have an SSL cert installed.  

So apparently I guess LCDS 2.6 is a bit different than LCDS 2.5.  I 
was able to use FireBug and see that when I tried to browse to my 
app I was getting 404's because it couldn't find FlexSwfServlet
which was defined in my web.xml (based on LCDS 2.5):

servlet
servlet-nameFlexSwfServlet/servlet-name
display-nameSWF Retriever/display-name
servlet-classflex.bootstrap.BootstrapServlet/servlet-
class
init-param
param-nameservlet.class/param-name
param-valueflex.webtier.server.j2ee.SwfServlet/param-
value
/init-param
!-- SwfServlet must be initialized after MxmlServlet --
load-on-startup2/load-on-startup
/servlet


Looking at the latest lcds.war in LCDS 2.6 the web.xml only has the 
MessageBrokerServlet defined, nothing else:

servlet
servlet-nameMessageBrokerServlet/servlet-name
display-nameMessageBrokerServlet/display-name
servlet-classflex.messaging.MessageBrokerServlet/servlet-
class
init-param
param-nameservices.configuration.file/param-name
param-value/WEB-INF/flex/services-config.xml/param-
value
   /init-param
init-param
param-nameflex.write.path/param-name
param-value/WEB-INF/flex/param-value
/init-param
load-on-startup1/load-on-startup
/servlet 


Anyone know if there is information on why 2.6 doesn't explicitly 
define the other servlets?  I know in LCDS 2.5 there was a JAR in 
the lcds.war/WEB-INF/lib named flex-bootstrap which is no longer in 
the lcds.war in LCDS 2.6.



[flexcoders] Re: LiveCycleDS - Problem Accessing RemoteObject over Secure AMF

2008-10-07 Thread cwicky99
One thing I noticed is that if I just try to browse to the channel URL:

https://localhost:8443/myapp/messagebroker/amfsecure

I get:
HTTP Status 404 - Servlet MessageBrokerServlet is not available





[flexcoders] Re: LiveCycleDS - Problem Accessing RemoteObject over Secure AMF

2008-10-07 Thread cwicky99
One thing I noticed is that if I just try to browse to the channel URL:

https://localhost:8443/myapp/messagebroker/amfsecure

I get:
HTTP Status 404 - Servlet MessageBrokerServlet is not available