• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

access.log question

 
Ranch Hand
Posts: 193
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am running WLS 10.0 with JDK 1.5. I deployed my app, but it never comes up. However, the access.log in the server/logs directory is going crazy. I am not sure why since I am not doing anything other than "out-of-the-box" stuff with WLS and my app. But within 5 minutes of trying to hit my app, the access.log filed six files and started on a seventh before I shut it down.

The access.log contains the following line, repeated thousands of times:



IP Address is omitted as well as the App's name.

Any help is appreciated. Thank you.
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is 302 the status code ? That denotes a permanent redirection. So what is the originating IP ? Who is making the request ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic