• 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

Path problem

 
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends
IAm having a problem to solve..
IAm using an HTML form and one JSP to make database operation...simple..
The this is the path that we pass in out Action method of HTML...
Iwant a clear Idean..Iam wriring whole path..
www.abc.com\myfirst.jsp...in action of Form tag...
But it is not working giving error ...file not found...
but it si in my server under root directory of server...
can any one give me a nice idea..or can tell nice ...link..to get in deep in this topic..
..
bye for now take care
sandeep
 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friend ,when U are posting this kind of topic
try to be more specific ,say the type of web server U are using .It helps.
1.FileNotFound suggest U are not placing your
form handler i.e. the value assigned to Ur
action="form handler .jsp" in the right folder
2.Check the address bar after submiting the form,if the file is not found then the url should not be same as formhandler
3.Check the examples folder in your web-server
folder and locate a ready made JSP ,stick it there and try again
4.make sure U are using the right path in Ur
action attribute
[ January 15, 2002: Message edited by: Gabriel Fox ]
 
sandeep balyan
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friend
thanks a lot for u r ans..
C thing is this jsp and formhandler file in action of HTML r doing great inside..means intrnally ...but if I want to test them on internet than it gives this problem ...either everthing working fine...all codes r standard code ...so ..problem is when i accesss from out side means internet it says...
File Not Found ...
 
We can walk to school together. And we can both read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic