• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Change Web Service Permission

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello experts! here is an old topic...and i am into the same problem...

auto redeploy web service after tomcat restart

Can someone please tell me how to change the permission of my web services application? I am newbie in web services...so if you can please help me.

Thank You!
 
Andrew Brother
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well.. it looks like [person] answered my post...but..why i can`t see the reply?
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no sorry, there was some spam posted which was removed.
I also edited your post to remove reference to the spam account.
 
Andrew Brother
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
oh...i see..thank you! but.. no one knows how I can overtake this problem? well.. to explain better, in Catalina.out I have an error that sounds like this:



it appears when i try to register the web service with axis like:



and because that server-config.wsdd is not created, after server restart my web service is lost and i need to redeploy it...
please help...
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have you checked that you are running tomcat as the same user that you are using to deploy the web service?
It looks like a file permission problem, separate to both tomcat and web services.
 
Andrew Brother
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ah...it`s true.. I changed the permission to the tomcat home...etc... cause user root had rights and I deployed with another user. Now on my tomcat folders have permission, for example: myuser(the user):tomcat6(the group).
What I noticed is that when an error occurred and it`s written out to catalina.out the catalina.out permissions change to tomcat6(the user):tomcat6(the group) . What to do to stop doing that?

In my tomcat-users.xml I put the following:


It is ok? or how should i do?

I am using Ubuntu 10.10
 
He was giving me directions and I was powerless to resist. I cannot resist this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic