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: Restrict web application access using IP address(es)

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

    Default Restrict web application access using IP address(es)

    Hi,

    I want to restrict my web app access by IP address(es), it should be accessible only by domain name.
    I have gone through this 'http://www.freewebmasterhelp.com/tutorials/htaccess/2' but not able to figure out where to put .htaccess file.

    I am deploying my web app war to Apache tomcat.

    Please help me.

    Regards,
    Shareef


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Restrict web application access using IP address(es)

    A .htaccess file is for Apache web server, as far as I know Tomcat does not use this file. What you would need is to have your apache web server serve tomcat files through a proxy, or have some other way in which to ban ip addresses through tomcat

Similar Threads

  1. Restrict String character's type and location.
    By JosPhantasmE in forum Java Theory & Questions
    Replies: 5
    Last Post: April 1st, 2013, 01:21 PM
  2. Web based java application
    By DAus in forum What's Wrong With My Code?
    Replies: 4
    Last Post: February 6th, 2013, 08:14 AM
  3. Java Web Application complete tutorial
    By viper75 in forum Web Frameworks
    Replies: 4
    Last Post: December 21st, 2012, 04:22 AM
  4. Database design for java web application.
    By aneel in forum JDBC & Databases
    Replies: 1
    Last Post: December 7th, 2011, 09:57 AM
  5. access database connectivity from outside an application
    By suchirag in forum JDBC & Databases
    Replies: 0
    Last Post: October 29th, 2009, 02:03 AM