IP « Web « Spring Q&A





1. unable to find ip namespace    forum.springsource.org

unable to find ip namespace When I attempt to run my app inside of tomcat I get the following error: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/integration/ip] The ...

2. auth fails on localhost changed to ip address    forum.springsource.org

Hi, 'http://localhost:8080/myapp' works great. When I use the url, 'http://127.0.0.1:8080/myapp', I get the spring security default login page, but authentication fails with 'bad credentails'. Any pointers ? Thanks Sree JDK 1.7.0 ...

3. Refer to server ip and port in spring configuration    forum.springsource.org

Hello, I am writing a spring configuration to refer to the JNDI datasource configuration. Is there a way to do refer the server ip address and port (server config where the ...

4. Bind to IP Address    forum.springsource.org

Bind to IP Address Hi, I am using ClassPathXmlApplicationContext followed by getBean to create my spring beans (Is that the right terminology?) Code: ctx = ClassPathXmlApplicationContext(strXMLFile) schedulerService = ctx.getBean("schedulerService") When I ...

5. How do I set the local IP address in Spring?    forum.springsource.org

How do I set the local IP address in Spring? In the grinder I have the following Function that allows me to set the ip address that my client applet connects ...

6. IP Subnet Restriction    forum.springsource.org

I need to restrict a collection of servlets by username/password as well as by ip subnet. Each user will have different allowable ip subnets and this will be stored in the ...

7. Getting the client's IP    forum.springsource.org

Getting the client's IP Hi, I'm using (the wonderful) Spring WS + Acegi to build web services. Before serving requests, I need to check that the clients IP is among a ...

8. Get IP address for local machine    forum.springsource.org

9. IP address for mailSender Host?    forum.springsource.org

IP address for mailSender Host? Hello, The System Admin for my application has given me an ip address to used for the mail configuration instead of the smtp.server.name . At this ...





10. Getting client IP addresse    forum.springsource.org

I have developed a web application using spring and would like to record the client IP address to keep track of people using the application. Any ideas on how I could ...

11. IP Blocking    forum.springsource.org

Hi, Is there a way to define a filter to block/allow specific IP addresses using Spring? I'm using Spring 2.5 and Apache CXF 2.1 on tomcat 5.5 for my web services ...

12. IP based blocking / custom filter?    forum.springsource.org

IP based blocking / custom filter? Hi all, I'm struggling to implement an IP based security scheme - certain users should only be allowed to log in from certain IPs. E.g.: ...

13. How to get the callers ip address in HttpInvoker    forum.springsource.org

Hi I've exposed a service using HttpInvoker and sucessfully invoked the a method remotely. Now, is there a way to get the callers IP address when a method is invoked ? ...

14. Get IP Address From Request    forum.springsource.org

I have a requirement to log the username and IP address of a user upon a successful log in attempt. I am using form based authentication, but I'm not sure how ...

15. How to evaluate ip address from application context    forum.springsource.org

Hi, Id like to check the ip-adress of a remote caller before executing a service on server. My first idea is to retrieve this information from application context, but I cant ...

16. Get client IP in a Portlet    forum.springsource.org





17. IP address filtering    forum.springsource.org

IP address filtering Good morning to all, here's my question: I've got a web application already using Spring Security 2.5.6, a simple login system, using a custom userDetailService, different controllers and ...

18. Getting IP Address of Client    forum.springsource.org

Hi, I need to get The IP Address of the client, Is there a way to do this in spring web services? or how can I do this? Thanks.

19. IP Filtering/restrictions - Point in the right direction?    forum.springsource.org

Hi guys, What is the component in Spring security 3.0 where I can do ip filtering? I did a quick search in the documentation, but I didn't find any out-of-the-box functionality ...