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

Filter Not Found in new deployment

 
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a development machine that everything works find on, and I'm trying to deploy to a production machine, and for some reason it's not finding my filter. The fact that it *knows* about the filter indicates (well, at least, I think it indicates) that it found the web app and associated directories. The public URL is http://www.infoisland.net, which points to /var/www/infoisland in the file system.

On the apache side, here's the apache host entry:



and here's the mod_jk configuration:



On the tomcat side, here's the server.xml section:



And, on the app side, here's the web.xml entry for the filter:



and here's the directory listing of the WEB-INF/classes directory (directly under the /var/www/infoisland directory):



and here is the WEB-INF/classes/infoisland listing, showing the CheckUser class:



And, lastly, here is the output of tomcat, throwing an exception because it can't find CheckUser:


I have also tried putting a infoisland.jar file in the WEB-INF/lib directory, with exactly the same results.

TIA,
Allen
 
She's out of the country right now, toppling an unauthorized dictatorship. Please leave a message with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic