• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat JDBC Realms

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've just set up a JDBC realm that works fine it tomcat but then i linked to it through apache which works for the html, jsp etc but it doesnt let me login at all. When run directly from tomcat all is fine ie http://host:8080/webapp/index.html
but if i run it from apache ie
http://host/webapp/index.html
all i get is a failed login when i try. Any help would be greatfully recieved. Thanks
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmmm! I'm having a problem with JDBCReam and JDBCStore also. I'm not familar with Apahce but you could look at my post and see if your problem is related.
Tim
I sure could use some help
 
reply
    Bookmark Topic Watch Topic
  • New Topic