Home Answers Viewqa JSP-Servlet Display helloworld using servlet in jboss

 
 


thruba nandhini
Display helloworld using servlet in jboss
1 Answer(s)      10 months ago
Posted in : JSP-Servlet

import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

public class HelloWorld extends HttpServlet{ 
  public void doGet(HttpServletRequest request, 
   HttpServletResponse response)
  throws ServletException,IOException{
  response.setContentType("text/html");
  PrintWriter pw = response.getWriter();
  pw.println("<html>");
  pw.println("<head><title>Hello World</title></title>");
  pw.println("<body>");
  pw.println("<h1>Hello World</h1>");
  pw.println("</body></html>");
  }
} I wrote this and saved as HelloWorld.java

<web-app>
 <servlet>
  <servlet-name>Hello</servlet-name>
  <servlet-class>HelloWorld</servlet-class>
 </servlet>
 <servlet-mapping>
 <servlet-name>Hello</servlet-name>
 <url-pattern>/HelloWorld</url-pattern>
 </servlet-mapping>
</web-app> 

Saved the above as web.xml in WEB-INF folder.later i wrote a deploy.cmd

@echo off
set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_33
set JBossHome=C:\Program Files\software\jboss-5.0.1.GA\jboss-5.0.1.GA

"%JAVA_HOME%\bin\jar.exe" -cvf helloworld.war HelloWorld.java WEB-INF
copy helloworld.war "%JBossHome%\server\default\deploy"
pause. 

When i runned ma deploy.cmd, I get a message like NO SUCH FILE OR DIRECTORY,I'm not getting ma output

Where did i go wrong?
View Answers

July 23, 2012 at 11:09 AM










Related Pages:
Display helloworld using servlet in jboss
Display helloworld using servlet in jboss  import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class HelloWorld...;servlet-name>Hello</servlet-name> <servlet-class>HelloWorld<
display Helloworld through servlets using jboss
display Helloworld through servlets using jboss  I'm beginner,Can You please Write the code for this.Including WEB.INF   Please visit the following link: http://www.roseindia.net/jboss
DOJO HelloWorld Example - Ajax
DOJO HelloWorld Example  Hi I am total in using DOJO for AJAX purpose From the HellowWorld example Hello World! The Button has already the onClick the helloPressed() function directly. SO what and when exactly does
Building Web Application With Ant and Deploying on Jboss 3.0
="center"><font color="#000080" size="4"><a href="servlet/HelloWorld... Building Web Application With Ant and Deploying on Jboss 3.0... will show you how to build you web application and install on the Jboss 3.0
JBoss AS Training
their knowledge to EJB3 and J2EE middleware programming using the JBoss Application... using Servlet & JSP. Creating basic web applications... JBoss AS Training     Description
Welcome to the Jboss 3.0 Tutorial
Welcome to the Jboss 3.0 Tutorial  ...;  Building Web Application With Ant and Deploying on Jboss 3.0... on the Jboss 3.0 application server. After the completion of this lesson
JBoss and Sevlet - JSP-Servlet
do or change to get this servlet to run on JBoss 4.2.3. Thank you!  ...JBoss and Sevlet  I am trying to get familar with JBoss. I package up... IsItWorking /gg/servlets I have JBoss installed and put my gg.war into G
developing a Session Bean and a Servlet and deploy the web application on JBoss 3.0
Welcome to the Jboss 3.0 Tutorial   ... the web application on JBoss 3.0 Server. This example shows you how to write...;/description> <display-name>Example 3</display-name> <
how to display a table from database using servlet
how to display a table from database using servlet  how to display... the following link: http://roseindia.net/jsp/servlet-jsp-data-list.shtml Thanks...://roseindia.net/jsp/servlet-jsp-data-list.shtml Thanks
Moving projects from tomcat-6.0 to jboss 5.0.1 GA
Moving projects from tomcat-6.0 to jboss 5.0.1 GA  Now i am using... tomcat to jboss 5.0.1 GA. What are the things i have to do for using jboss instead of tomcat? Also while using tomcat i had a pom.xml file. Should i change any
Time display - JSP-Servlet
Time display   In a web application or ina website if we display the time getting as system time, whether it is server' system time or client' system time. Is there any difference between getting time using java Date
Struts2 Helloworld problem -Please help - Struts
Struts2 Helloworld problem -Please help  Hi I am a beginner in Struts2. I tried some HelloWorld example in Struts2, to understand. But due to some... using Eclipse Europa, tomcat6.0.18. The following are the steps that I
Jboss MQ ConnectionFactory - JMS
Jboss MQ ConnectionFactory  Iam Using jboss-5.0.0.Beta4 my quetion is that iam not able to get Jboss MQ ConnectionFactory object pls any suggest me how to get it on jboss-5.0.0.Beta4
Deployment of jsp-servlet in JBoss - JSP-Servlet
Deployment of jsp-servlet in JBoss  hello, I unzipped the JBoss4.0.0. Now, I have saved the web application named "abhi" in the deployment folder . like this E:\JBOSS\jboss-4.0.0\server\default\deploy\abhi After starting
profile display
profile display  how to display matching Results using jsp-servlet?   Please visit the following links: http://www.roseindia.net/servlets...://www.roseindia.net/jsp/searchbook.shtml JSP Tutorials Servlet Tutorials
JBoss Unix and Line Separator
JBoss Unix and Line Separator  Hi, I am trying to solve an critical problem. I have an application which write a batch file using the method println... the run.conf script from jboss I added the parameter -Dline.separator=separator I
display
display  please tell me how to display the content from database.. if we click on any image using servlets/jsp...please
profile display
profile display  how to display matching jobs in jobseeker's profile using jsp-servlets?   Please visit the following links: http...-search.shtml http://www.roseindia.net/jsp/searchbook.shtml JSP Tutorials Servlet
profile display
profile display  Is it possible to create a user profile in Servlet and JSP   Please visit the following links: http://www.roseindia.net...-form-using-jsp.shtml
profile display
profile display  Create Jobseeker's profile in JSP and Servlet   Please visit the following links: http://www.roseindia.net/servlets/web-application.shtml http://www.roseindia.net/jsp/user-registration-form-using
how to create a progarame using jboss drools rules
how to create a progarame using jboss drools rules  Using Jboss Drools develop a simple utility which will allow the following http://www.jboss.org/drools/ Assuming that we have a list of Citizens <ID, Name,<
EJB2.0 in jboss - EJB
: You do this by using following steps such as :1. import jBoss into Visual Age for Java (VAJ) to develop and debug EJBs using Enterprise Java Beans standard... can't recommend using it at this time.· JBoss-2.2.2.zip downloaded (NOT the one
Struts - Jboss - I-Report - Struts
Struts - Jboss - I-Report  Hi i am a beginner in Java programming and in my application i wanted to generate a report (based on database) using Struts, Jboss , I Report
JBOSS Startup Problem - StandardWrapper.Throwable java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:394)
am new to Rose India and also new to JBOSS. I have a problem in JBOSS Starting. I am using JBOSS -4.0.5 version, Java JDK 1.6.0_10 and connecting to Sybase...JBOSS Startup Problem - StandardWrapper.Throwable
developing a Session Bean and a Servlet and deploy the web application on JBoss 3.0
;/servlet-name> <display-name>Simple Session Servlet</display... Writing Stateless Session Bean and Calling through Servlet... I will show you how to develop a Stateless Session Bean and a Servlet
Connecting jboss with sql 2005 - Struts
Connecting jboss with sql 2005  Hai, i have project that was developed in struts,backed is sqlserver 2005 and and i am using jboss. I want to connect another database (sqlserver 2005) with my project.could u please help me
Creating Web application on tomcat server
application using Servlet on the tomcat server.  We first make a class named as HelloWorld that extends the abstract HttpServlet class. The code written... files to compile the servlet i.e.Setting the classpath of the servlet-api.jar
Jboss 3.2 EJB Examples
by using servlet/jsp, it is not of much use. When we want to access an Ejbean... layers.That is why we deploy the ejbean in Jboss and call it from a servlet... will use, servlet-client only.and see how to use them from JBoss server
Automatically display in text box - JSP-Servlet
Automatically display in text box  Dear Deepak Sir, When i enter some text in text box.That corresponding value in database,the value display in another text box using ajax. Thanks & Regards, VijayaBabu.M
display the employee name
display the employee name  when i will select one employee designation based on that employee designation display the particular designation employee name display in another select box how it possible using servlet and mysql
HelloWorld in PHP
, it will display the list of php files, for now you can see HelloWorld.php. Click it and it will display:  Hello World on the screen. 
Jsp not display desired result - JSP-Servlet
Jsp not display desired result  Hello all, I want to be able to display picture from Ms Sql 2000 using JSP. Below is the code I used but does not display anything. Please assist me. Thanks
Servlet
Servlet  I want to know the steps to write a simple servlet program on windows without using any IDE and steps to run...please send me clear steps .   Hello Friend, Follow these steps: Put servlet-api.jar inside
read XML file and display it using java servlets
read XML file and display it using java servlets  sir, i can't access... me the things where i went wrong java servlet program protected void...; /** Handles the HTTP <code>GET</code> method. * @param request servlet
Attachement in Web Service + EJB 3 + Jboss
Attachement in Web Service + EJB 3 + Jboss  How to send attachements in Web Service using EJB3 with JBoss Application Server
How display a image on servlet from file upload - JSP-Servlet
How display a image on servlet from file upload  Dear Sir, My issue is: How display a image on servlet from file upload I receive your answer today... then Error 403 is resolved. then I run this program But servlet page no display
jboss with local entity bean - Development process
jboss with local entity bean  We are using eclipse version 3.4.0 for EJB 2.0 application development ( which has ready plug-in for jboss server 4.2.1GA) and jboss server 4.2.1GA for the deployment. and Jboss is configured
display combination of a stacked area chart and line chart in one iframe using jfree - JSP-Servlet
display combination of a stacked area chart and line chart in one iframe using... to display combination of a stacked area chart and line chart in one iframe. i m using struts1.1 servlet, jsp. please provide me the help or path
JBoss - error during deploy - Java Beginners
into the deploy folder) and Jboss-assisted (using the JBoss master upload page) mode...JBoss - error during deploy  Hello! I've followed your fantastic tutorial about JBoss but I got stucked in exercise 2. I use JBoss AS 5 (don't
Display the data to MS word
Display the data to MS word  i want help with displaying data on to ms word.When i click the button my web page my servlet should get the data from the database(say im searching using an id) and should display it on the ms word
How to display Jfreechart from servlet in jsp web page at specified location
How to display Jfreechart from servlet in jsp web page at specified... to display the chart in web page. I generated the chart using Jfreechart in Servlet which is in image format.plz sir give me the code to display this chart
How send different files to browser at same time ..example(pdf&html) want display in same request using servlet
at same time ..example(pdf&html) want display in same request using servlet...How send different files to browser at same time ..example(pdf&html) want display in same request using servlet  package com.readfiles; import
Problem in Blazeds with Jboss Clustering ( Mod_JK with SSL )
Problem in Blazeds with Jboss Clustering ( Mod_JK with SSL )  Hi, We are running our flex application in jboss clustering environment with the help... are using the SecureAMFChannel as we deploy the application in SSL. We use
Display PDF in browser - Struts
Display PDF in browser  Hi, I am trying to display the pdf file in the browser using struts 2. Here i am using iText for pdf generation...() for servlet default threw exception java.lang.IllegalStateException
Display Mysql "Blob" data using servlet
Display Mysql  "Blob" data using servlet In this section, we will discuss about how to display a blob data stored in database table. A Blob stores a binary large object in the database table's row. Blob object
display image using jsp
display image using jsp  display image using jsp and phonegap on emulator of eclipse   Here is a simple jsp code that displays an image on browser. <%@ page import="java.io.*" %> <%@page contentType="image/gif
unable to display image using html tag in servlet.(image src is in a variable.....). i am using netbeans IDE. plz..........do help
unable to display image using html tag in servlet.(image src is in a variable.....). i am using netbeans IDE. plz..........do help  import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException
to display single row from database and next to display other question - JSP-Servlet
to display single row from database and next to display other question  Hi all, I am using JSP with MYSQL backend. In my project we have 100 questions in database we have to display first question on clicking the button
SERVLET
SERVLET  hai.. I have a database with a primary key(Employee id). I am having an insert form, display form, delete form and main page form. I want...: http://www.roseindia.net/jsp/user-registration-form-using-jsp.shtml http
Get and Display using JOptionPane
Get and Display using JOptionPane  Hello everyone, I have been asked by my lecturer to do a simple program. But, I don't have the idea how to start... from student, name and age, by using JOptionPane. Then display it. Really

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.