Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Permission issues when exporting web project from Eclipse

  1. #1
    Junior Member
    Join Date
    Apr 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Permission issues when exporting web project from Eclipse

    I have a web application, with the main servlet executing a perl script that does some system work and returns back some string. When I run the application through Eclipse/Tomcat, it works perfectly fine. But when I deploy the application (after exporting the war file) directly through Tomcat, the perl script does nothing. I mean, the script gets called but it can't carry out its system level tasks. I am pretty sure its some policy issue but just can't figure out how and where should I define security policies. Can anyone suggest as to what is the best way of exporting Tomcat application from Eclipse? How do I make sure that the security policy file also gets exported?
    Last edited by sr198; April 20th, 2011 at 09:43 AM.


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Permission issues when exporting web project from Eclipse

    Hello sr198,

    Welcome to the Java Programming Forums.

    I have very limited experience with this.. Does this link provide any insight?

    java - Configuring tomcat security manager in Eclipse - Stack Overflow
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. Replies: 0
    Last Post: April 15th, 2011, 03:51 PM
  3. Replies: 0
    Last Post: March 5th, 2010, 01:32 AM
  4. Triangle issues
    By FrEaK in forum What's Wrong With My Code?
    Replies: 0
    Last Post: February 24th, 2010, 08:49 AM
  5. How to edit eclipse project builds
    By akhilachuthan@yahoo.co.in in forum Java IDEs
    Replies: 1
    Last Post: June 25th, 2009, 09:36 AM