I am using as follow:
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location" value="remote.properties" />...
Type: Posts; User: greateWei; Keyword(s):
I am using as follow:
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location" value="remote.properties" />...
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...
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...
I am using RMI with spring,but i meet a problem:how to build session with RMI.
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.
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...
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).
...
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...
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...
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...
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...