1

I have two application name "appserver" and "ftpserver" both on same tomcat server. like this: appserver: "http://myapplication.org/appserver" ftpserver: "http://myapplication.org/ftpserver"

appserver is the main application of my project and I want to "upload" & "get" some files to/from ftpserver. so how do i can get the url/path of the ftpserver in Java, JSP, & java script??

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Hunar
  • 11
  • 1

1 Answers1

0

If you are using spring, you can go with RestTemplete for this case.

enter link description here

Community
  • 1
  • 1
The N..
  • 70
  • 1
  • 5