• 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

Another not available problem..

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, every thing works on my home computer, I upload to web server request a restart. Get a restart ( two infact ) and still get not available.

web.xml



addVote.class and delVote.class are exactly the same except for add vote has a + in it delVote has a minus. addVote works delVote doesnt....

Thanks in advance for any light able to be shed..

ps.. here is the link code..


[ March 23, 2006: Message edited by: Al Hollis ]
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do you upload to the server? Depending on your vendor you may have both a WAR and directory structure deployed and it is ignore the one you are deploying. Start by cleaning out all of the web applications first, start from scratch.
 
Al Hollis
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmm. I ftp the completed class files and web.xml file to the appropriate directory. What annoys me is the hosting company telling me its a problem with my code when it works on my machine swimingly. Im seriously considering just keeping the domain name and hosting from my machine!
 
Al Hollis
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
unless of course it is my code..

Then i take it all back.

However the difference between addVote and dellJoke as started above is a + and a - and it works on my pc! So so annoying
 
That is a really big piece of pie for such a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic