Satchidananda Mohanty

Ranch Hand
+ Follow
since Mar 12, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Satchidananda Mohanty

Hi There,
I have one website with jsp, java, struts2. I wanted to upload a profile image into server . This is possible to upload into the server and link with the profile. I want to store all the uploaded images in another server .
For example server A hosts the java web application. server B is a purchased space server and I want to upload the images from web application to server B. And the path and link 'll keep in server A database. Is it possible to do this same or any better idea is appreciated.

Thanks in advance.
9 years ago
Hello Mr. Thomas,

Thanks a lot for the information.
We also face the same issue. and found the paths in the server i.e. C:\Program Files (x86)\Parallels\Plesk\Additional\Tomcat\logs\stdout.log . Wanted to know if we remove this path , does it require to restart the tomcat every time after few days intervals. Why this file created with a big size where all messages are coming repeatedly and no such errors also inside it. Basically I wanted to know about this stdout . If possible kindly let us know.

Thanks a lot once again,
12 years ago
Hi there,
I am consuming one web service from given by my client. But inside that it wants ArrayOfArrayOfstring value . The webservice platform is in ASP and we are consuming it with java. I have tried a lot approaches to construct the same object but unable to do that. Because there is no constructor/setter/getter methods to create the same and type casting gives the errors. Any help would be greatly appreciated.

For your reference these are the codes.

//ArrayOfstring.java




At there end they used to get the variable like this.




Thanks in advance !
12 years ago
Thanks a lot Mr. Bill,

You are absolutely right . In the Netbeans IDE the jar were there while in the server some of them were missing. And secondly We have removed the unnecessary jar files those were creating conflicts in the new server. Now everything works good.

12 years ago
Hi there!

Now we have configured the error pages and it shows the following exceptions while calling to an webservice.



It works fine with development system and windows 2003 server.
Please help me if you have any idea to fix it,

Thank you.
12 years ago
Hello,

I have emigrated my winowds 2003 server to windows 2008 R2 server. In the new server my old java application is working properly with tomcat and mysql. But in this application we have consumed the webservices which is not working and shows 500 error. Any help to set up the settings to access the webservices in windows 2008 R2 server would be greatly appreciated.

Thanks in advance.
12 years ago
Hi friends,

I have a listview page with my application .
I wanted to open pop up when user clicks on any item . Can anybody has a solution for this please help. Any type of help is greatly appreciated.

Thanks in advance,
12 years ago
Hello,

I want to set some variables to my application and which will be accessible all over the application. Just like session management in J2EE.
And gone through the above details and I do not have any url to set inside the code . If I'm wrong could you please post some sample codes for the same.

Thanks,
12 years ago
Hi guys,


After wondering a lot I am not able to find the proper solution to set and get the cookies in an android application.
Kindly share your idea with some sample source code for the same. Any help would be greatly appreciated .

Thanks,
12 years ago
Hi ,

I have used the same and in emulator it shows one 9 digit number . In android phone application crashes and shows "The application(process xxx.xxx.xxx) has stopped unexpectedly. please try again.


Any solution would be greatly appreciated.

Thanks,
12 years ago
Thank you Dear Mohan,

Let me try with this approach.
12 years ago
Hello ,
I have an android application which shows 3 tabs on the screen . I want to make a bookmark by clicking one link on the 1st tab and that bookmark need to viewable on the third tab.

If you have any idea please share it. Any help would be greatly appreciated.
Thanks in advance.
12 years ago
Found the solution.
12 years ago
Hello,

I want to validate a spinner value. But I do not want to select or click on the spinner. My code is like this.


This code does not work, Please suggest any solution if you have.

Thanks in advance.
12 years ago
Finish() only finishes that current Activity and moves back to the previous Activity.
12 years ago