[JBoss JIRA] Created: (JBREM-542) change how remoting servlet finds servlet invoker
by Tom Elrod (JIRA)
change how remoting servlet finds servlet invoker
-------------------------------------------------
Key: JBREM-542
URL: http://jira.jboss.com/jira/browse/JBREM-542
Project: JBoss Remoting
Issue Type: Task
Security Level: Public (Everyone can see)
Components: general
Affects Versions: 2.0.0.Beta2 (Boon)
Reporter: Tom Elrod
Assigned To: Tom Elrod
Fix For: 2.0.0.CR1 (Boon)
Currently the servlet deployed within servlet-invoker.war uses the servlet server invoker's JMX Object name (provide within the init-param of web.xml) to lookup the servlet server invoker to make calls upon. This is limited in that requires JMX be available within the web container. Althought this will probably be available in most J2EE app servers, might not be in other web container only deployments. Need to remove this restriction.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years
[JBoss JIRA] Created: (JBREM-538) update remoting dist build to break out transports into individual jars
by Tom Elrod (JIRA)
update remoting dist build to break out transports into individual jars
-----------------------------------------------------------------------
Key: JBREM-538
URL: http://jira.jboss.com/jira/browse/JBREM-538
Project: JBoss Remoting
Issue Type: Task
Security Level: Public (Everyone can see)
Components: general
Affects Versions: 2.0.0.Beta2 (Boon)
Reporter: Tom Elrod
Assigned To: Tom Elrod
Fix For: 2.0.0.CR1 (Boon)
Because of JBREM-496 would like to have several binaries output from the dist build. Need one that includes everything from remoting. Then need ones for the transports (including one just for the client). So might look like:
jboss-remoting-all.jar
jboss-remoting-core.jar
jboss-remoting-socket.jar
jboss-remoting-socket-client.jar
jboss-remoting-http.jar
jboss-remoting-http-client.jar
and so forth.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years
[JBoss JIRA] Created: (JBREM-539) add sslservlet procotol
by Tom Elrod (JIRA)
add sslservlet procotol
-----------------------
Key: JBREM-539
URL: http://jira.jboss.com/jira/browse/JBREM-539
Project: JBoss Remoting
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: transport
Affects Versions: 2.0.0.Beta2 (Boon)
Reporter: Tom Elrod
Assigned To: Tom Elrod
Fix For: 2.0.0.CR1 (Boon)
Need to add sslservlet as there is no way to currently have a ssl deployed servlet invoker without this distinction. This will require use of HTTPSClientInvoker on the client side.
Would also be nice to do a check internally to make sure that servlet is available and log an error if is not (maybe within start() method), since is only way to really know if servlet deployed within web container properly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years