i want to call a
servlet inside a jar file, i put the jar file in the following path :
C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\adminNode01Cell\Workplace.ear\app_engine.war\WEB-INF\lib
and i added the servlet registration and servlet mapping in web.xml at the following path:
Files\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\adminNode01Cell\Workplace.ear\app_engine.war\WEB-INF
and restarted the Workplace Application
when i type
http://[hostname]:[port]/Workplace/[servletUrl]/
the Error 404: SRVE0190E: File not found: /AjaxServlet appears too me on browser
please help ,how can i access this servlet or what is the possible faults which i can make???