"Meng, Dong J (CAP, CDI)" wrote:
>
> Hi:
>
> We have Netscape web server and Jrun on New York. This web server can access
> our Unix server on Atlanta. I try to use browser to fill directory
> information, then go through Web Server, create directories on our Unix
> server. For example, our Unix server IP is 3.79.30.234, I want create one
> directory called JavaCode under /custapps/dev. Do you know how to do it? Do
> you have sample code?
>
> Thanks in advance.
I have not come to this level of Java development yet, But I could
imagine a solution where your webserver talks through a socket with your
unix sever in Atlanta. the socket in Atlanta then uses Runtime.exec() to
do a mkdir on the server. You might also want to look into java.rmi.

sven

--
Sven E. van 't Veer, llm.
Departamento de Desenvolvimento
Brasil Informatica.
http://www.brvip.com.br

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to