igor ivanovic

Greenhorn
+ Follow
since May 23, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by igor ivanovic

hi Rob,

But when i change the logon information, there is no way to enable the service interact with desktop.

when the app is running there opens an interface and asks user to choose some info in order to proceed.


So i can run it with local user account, but couldn't run as under the other account.

you got the point?


i hope there is a way in windows to do it.

thanks and waiting your comments
13 years ago
Hi Paul,

Thanks for your response.

In windows,if you open your service's properties window, go to the Log On tab then check the "Allow service to interact with desktop" check box you can run your java gui app properly.

But my problem is to allow the service to be run under with another user's account. Because the local user doesn't have access to the path where my service is trying to get some data and process it.

And also the local user shouldn't have access to that path.Just my app should run with privileged account and do its work.

Because of the above issue i come to a decision to make a java gui app and run it as windows service and give it privileged rights to run.


So i need to do some more research to make my java app run as i mentioned above.


Thanks
13 years ago
Thanks Rob,

It was very useful tool to use.I created a windows service and can run with my local login account, but i need to run it with different account and allow it to interact with desktop.

Do you have such an experience? or Could you recommend me the ways of doing such kind of applications?

Thanks
13 years ago
Hi everybody,


I need to convert my java app to a windows service. And after doing some google search couldn't find anything helpful.

Do you have any recommendations about creating a windows service by using java?

Thanks a lot
13 years ago
Hi Tim Holloway,

Really thanks for your reply. Could you please list the names of those login\security systems and if possible some links mentioned about them

Thanks
13 years ago
JSF
Hi everyone,


I have developed a web application using JSF 1.2. It has a login page and some other pages that users can see them after log in.
But every time when users press ctrl+t(opens a new tab) the application asks users to log in to proceed. But i want to do it work without asking users to enter their credentials if the user has already logged in. And be able to see the page as in the other tab

Do you have any recommendations about this problem?

Thanks
13 years ago
JSF
Hi all,

I need your urgent helps

details are in capture, could you please help me

14 years ago