You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2007/08/18 05:40:35 UTC

[jira] Created: (OPENEJB-659) doc: remote-server.html

doc: remote-server.html
-----------------------

                 Key: OPENEJB-659
                 URL: https://issues.apache.org/jira/browse/OPENEJB-659
             Project: OpenEJB
          Issue Type: Sub-task
            Reporter: David Blevins




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENEJB-659) doc: remote-server.html

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated OPENEJB-659:
----------------------------------

    Priority: Critical  (was: Major)

> doc: remote-server.html
> -----------------------
>
>                 Key: OPENEJB-659
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-659
>             Project: OpenEJB
>          Issue Type: Sub-task
>            Reporter: David Blevins
>            Priority: Critical
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENEJB-659) doc: remote-server.html

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520805 ] 

David Blevins commented on OPENEJB-659:
---------------------------------------

The doc says to deploy then start.  The new order should be start then deploy.

Start command is wrong.  We should just  start the server with no extra args, then show them that the startup output lists the IP addresses and ports.  We should show them what params to use to connect to the ejbd service:

p.put("java.naming.factory.initial", "org.apache.openejb.client.RemoteInitialContextFactory");
p.put("java.naming.provider.url", "ejbd://localhost:4201");

and how to connect to the httpejb service for having all ejb communication happen over http

p.put("java.naming.factory.initial", "org.apache.openejb.client.RemoteInitialContextFactory");
p.put("java.naming.provider.url", "http://127.0.0.1:4204/ejb");

The hello world app reference is iffy.  We need a better sample app.  More details on that in the hello-world.html jira issue.

No need to reference OpenEJB 0.9.2 and 1.0 any more in the section on client library requirements.  In OpenEJB 3.0 you need openejb-core plus the geronimo-ejb_3.0_spec-1.0.jar jar.

The text "See the Remote Server command-line guide for more details on starting the Remote Server." should contain a link to that page.

> doc: remote-server.html
> -----------------------
>
>                 Key: OPENEJB-659
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-659
>             Project: OpenEJB
>          Issue Type: Sub-task
>            Reporter: David Blevins
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.