sharada narayan

Greenhorn
+ Follow
since Nov 04, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sharada narayan

Hi,
I could able to deploy the servlet.I created servlet in a package.Updated web.xml.Thank you very much.
Sharada Narayan
21 years ago
Hi,
I could able to deploy the servlet.I created MyServlet.java under webapp package.Updated web.xml.Thank you both for spending your time on this.
Sharada Narayan
21 years ago
Hi,
I have added MyServlet.claass while creating WAR file.My class file was in c:\data\classes.I chose this as root directory when I created WAR file.I can see this in AAT when I go to webmodules>MyServlet>class>Files>class Files.
Name: MyServlet.class
path:WEB-INF/classes.
MyServlet.class is in wbsphere\Appserver\installedapps\MyServlet.ear\MyServlet.war\WEB-INF\classes\MyServlet.class.
web.xml is
<?xml version="1.0" encoding="UTF-8"?>
< !DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">;
<web-app id="WebApp_ID">
<display-name>MyServlet</display-name>
<servlet id="Servlet_1">
<servlet-name>MyServlet</servlet-name>
<display-name>MyServlet</display-name>
<servlet-class>MyServlet</servlet-class>
</servlet>
<servlet-mapping id="ServletMapping_1">
<servlet-name>MyServlet</servlet-name>
<url-pattern>/MyServlet</url-pattern>
</servlet-mapping>
</web-app>
I am new to websphere.What else I need to add?
21 years ago
Hello,
I am trying to deploy Servlet in Websphere Application Server V4.0 AES.I created MyServlet.ear using AAT.Created Servlet web component.I have added only one servlet.Context root is /webapp/MyServlet.In Servlet mapping URL Pattern is /MyServlet.I installed the Application.When I try to view MyServlet using http://localhost:9080/webapp/MyServlet/MyServlet I am getting following error. Error 500: Failed to load target servlet [MyServlet] In the log file it is saying Failed to load servlet�java.lang.NoClassDefFoundError: MyServlet (wrong name: webapp/MyServlet)Can anybody please help in solving this? Your help is greatly appreciated.
21 years ago
Hello,
I am trying to deploy Servlet in Websphere Application Server V4.0 AES.I created MyServlet.ear using AAT.Created Servlet web component.I have added only one servlet.Context root is /webapp/MyServlet.In Servlet mapping URL Pattern is /MyServlet.I installed the Application.When I try to view MyServlet using http://localhost:9080/webapp/MyServlet/MyServlet I am getting following error. Error 500: Failed to load target servlet [MyServlet] In the log file it is saying Failed to load servlet�java.lang.NoClassDefFoundError: MyServlet (wrong name: webapp/MyServlet)Can anybody please help in solving this? Your help is greatly appreciated.
21 years ago
Hello,
I am trying to deploy Servlet in Websphere Application Server V4.0 AES.I created MyServlet.ear using AAT.Created Servlet web component.I have added only one servlet.Context root is /webapp/MyServlet.In Servlet mapping URL Pattern is /MyServlet.I installed the Application.When I try to view MyServlet using http://localhost:9080/webapp/MyServlet/MyServlet I am getting following error. Error 500: Failed to load target servlet [MyServlet] In the log file it is saying Failed to load servlet�java.lang.NoClassDefFoundError: MyServlet (wrong name: webapp/MyServlet)Can anybody please help in solving this? Your help is greatly appreciated.
21 years ago
Does anyone know companies that take Java programmers who possess Certification in DC area.
Please give me the Url...
24 years ago