• 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

Http404 file not found

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is DD configuration
[ April 28, 2008: Message edited by: umabala balamurugan ]
 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
send your DD configuration...
 
bala south
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am deploying servlets in sun application server
<html>
<form action="http://localhost:8080/loanctx/classes/LoanServlet">
<input type=text name=rate>
<input type=text name=time>
<input type=text name=amount>
<input type=submit value=submit>
</form>
</html>

i have set /loanctx as contextroot

my error is

HTTP Status 404 - /loanctx/classes/LoanServlet

--------------------------------------------------------------------------------

type Status report

message /loanctx/classes/LoanServlet

description The requested resource (/loanctx/classes/LoanServlet) is not available.
 
bala south
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am deploying servlets in sun application server
<html>
<form action="http://localhost:8080/loanctx/classes/LoanServlet">
<input type=text name=rate>
<input type=text name=time>
<input type=text name=amount>
<input type=submit value=submit>
</form>
</html>

i have set /loanctx as contextroot

my error is

HTTP Status 404 - /loanctx/LoanServlet

--------------------------------------------------------------------------------

type Status report

message /loanctx/LoanServlet

description The requested resource (/loanctx/LoanServlet) is not available.
 
Seetharaman Venkatasamy
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi umabala,

DD configuration means,

servlet mapping files in web.xml

send me your web.xml file
 
bala south
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
there is no need to set web.xml in java sun application server
 
bala south
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to deploy servlet in sun application server
what could be the problem
 
Seetharaman Venkatasamy
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi umabala ..

use link below ..Hope it will help you

http://docs.sun.com/app/docs/doc/819-3656/6n5s3qjg2?a=view

thanks & regards,
seetharaman
 
bala south
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my pbm was not solved

i am getting 404 error
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by umabala balamurugan:
my pbm was not solved



Please use real words when posting to the ranch.
 
reply
    Bookmark Topic Watch Topic
  • New Topic