Search:

Type: Posts; User: greateWei; Keyword(s):

Search: Search took 0.02 seconds.

  1. I am using as follow:

    I am using as follow:

    <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property name="location" value="remote.properties" />...
  2. I am using spring http-invoker, the client side...

    I am using spring http-invoker, the client side spring applicationContext including two cofigure file:

    remote.properties file,the content as follow:

    serverName=localhost
    httpPort=8848...
  3. Replies
    8
    Views
    2,055

    yes, it is no problem to export RMI service. my...

    yes, it is no problem to export RMI service.
    my problem is that how to maintain Session in RMI. for example, after login, the server side maintain user login's information:user's roles etc. when...
  4. Replies
    8
    Views
    2,055

    I am using RMI with spring,but i meet a...

    I am using RMI with spring,but i meet a problem:how to build session with RMI.
  5. Thread: RMI Session

    by greateWei
    Replies
    1
    Views
    2,998

    RMI Session

    Does anybody have an idea how to maintain Session in RMI. and spring framework support RMI Session Manage ?

    Thanks in advance for any help/Web Site Refernce etc.
  6. Replies
    6
    Views
    8,666

    run rmi using springframe in tomcat server, and...

    run rmi using springframe in tomcat server, and it throw same error.i found my tomcat installed path include space, for example:
    C:\Program Files\Apache\Tomcat 5.5

    so i reinstall tomcat, the...
  7. thanks! I have resolved the question:it is a...

    thanks!

    I have resolved the question:it is a bug in the JDK which makes RMI fail if Tomcat is installed in directory containing spaces (e.g. C:\Program Files\Apache Group\Jakarta Tomcat 5.0).
    ...
  8. if your tomcat install path include blank, try it...

    if your tomcat install path include blank, try it .

    There is a bug in the JDK which makes RMI fail if Tomcat is installed in directory containing spaces (e.g. C:\Program Files\Apache Group\Jakarta...
  9. I'm also interested in any comments on this post....

    I'm also interested in any comments on this post.

    my system environment is :Tomcat 5.0.28+windows xp+Java1.5, and I turn off windows xp firewall. when telnet localhost port, it works. but when i...
  10. Client Link to exported services using RMI fail

    I Refers Reference-Documentation's 16.2. Exposing services using RMI implement RMI service interface, and i create client to invoke server side RMI interface ,but when loading client application...
  11. Replies
    14
    Views
    2,887

    Whether some people do use netbeans platform +...

    Whether some people do use netbeans platform + spring rcp, I now need to use JFC write desktop application, I found that netbeans platform is a good framework, may reduce the very many work...
Results 1 to 11 of 11