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

JSP File Not Found

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I posted this question in the JSP forum and haven't recieved many responses. Perhaps someone here can help me. I keep getting the following error:
java.io.FileNotFoundException: http:/www.mycgiserver.com~trp956s/Firefly/XMLbeanReportGenerator.xsl
(No such file or directory)
no matter how many /'s I type the server searches http:/www.mycgiserver.com. Is there another way to access my file ps the jsp file is at www.mycgiserver.com~trp956s/Firefly/ClientSignUp.jsp and the JSP discussion is at https://coderanch.com/t/283313/JSP/java/JSP-File-Not-Found
Thanks,
Tom
 
Chicken Farmer ()
Posts: 1932
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
While I know it can be frustrating when responses don't come back in a perceived timely manner (believe me, I have a few posts that still haven't been answered!), it is frowned upon to post the same question in multiple forums.
The I/O error may seem to indicate that here would be a good place, I think either the JSP forum is probably the best place. I'm going to copy and paste your above comments though, since it may help in solving the problem.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    Bookmark Topic Watch Topic
  • New Topic