cancel
Showing results for 
Search instead for 
Did you mean: 

FTP connection in webdypro

Former Member
0 Kudos

Hi ,

I m trying to access external file server from my WAS server through webdynpro environment. I ahve added external jars commons.net for FTP connection

I have created a java class for getting connection to file server.In webdynpro action button I m calling that java class through an object of that class.

When i m running that java class standalone on jre i m getting the connection ,But the same java class when i m calling from webdynpro It is restarting the server please solve the issue.

thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sonal,

Please:

1. Describe how you added external jars

2. Show exception trace and/or log entries (if any)

3. Post relevant code that access FTP

Valery Silaev

SaM Solutions

http://www.sam-solutions.net

abhijeet_mukkawar
Active Contributor
0 Kudos

hi,

If you have added the jars directly by going into project properties then it is advisable to add it using a library project.

Create a library project by copying those jars if you havent done it already and try again.

regards,

abhijeet