-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to setup a tomcat6 server, and I'm trying to match another setup someone else established. However, my deployment (default Ubuntu install) uses a policy.d/ directory structure, and the established server just uses a catalina.policy file. I've tried setting every entry in policy.d to match…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have two RedHat 4 Servers. The client is 4.6, the server is 4.5. I'm attempting to mount a share from the server, onto the client via NFS.
The /etc/exports configuration is as follows:
/opt/data/config bkup(rw,no_root_squash,async)
/opt/data/db bkup(rw,no_root_squash,async)
exportfs returns…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
All I am trying to do is read a contact off of my emulator and display it to the screen. I can't seem to resolve this error. Both of my packages (com.msi.ibm.tutorial and .MobileServiceCallContacts) have the permission READ_CONTACTS set in their manifest xml files.
So any ideas as to what…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
when i was trying to visit my webapplication(developed in asp.net & c#.net) in internet explorer ,i was not able to see the page.
when i went event viewer the events ocurred,it was showing the error as below
" The machine-default permission settings do not grant Local Activation permission…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to use .net SOAP web service with ksoap2 lib. Example from http://www.vimeo.com/9633556 shows how to do it correct. Below the code from that example. everything shoud work ok, but when I try to do a call inself (httpTransport.call) I get "Permission denied (maybe missing INTERNET permission)"…
>>> More