Tomcat WebApp Deployment question

I am very new to tomcat and trying to get my very first web application up and running. This is the web app from the book Head First Servlet and JSP named Beer-v1
Tomcat version: 5.0.28
Platform: Windos 2000
Problem:
I have following structure
c:\tomcat\webapps\Beer-v1\form.html
c:\tomcat\webapps\Beer-v1\WEB-INF\web.xml
c:\tomcat\webapps\Beer-v1\WEB-INF\classes\com\example\web\BeerSelect.class
When I start the tomcat service and try to run my web app via IE
http:/localhost:8080:/Beer-v1/form.html , it gives me resource could not be found error.
If while tomcat is running, I create another folder under webapps and copy my form.html there and invoke it via IE it works fine. But if I stop and restart the tomcat service this also stops working.
I know, I am doing something wrong and not setting some configuration files.
Please help

Sorry that was a typo. I am actually using this. I
think localhost is fine as I can run the example
applications which comes with tomcat just fine.
Correct url:
http:/localhost:8080/Beer-v1/form.html , it gives me
resource could not be found error.Yes, you're correct. If the Tomcat welcome page is coming up with "localhost", then you're fine.
Post the entire error.
Look in the Tomcat logs. Sounds like you've either got a deployment problem or a syntax error in your web.xml that prevents Tomcat from starting the app.
%

Similar Messages

  • Getting list of applications in tomcat webapps

    Hi,
    I want to get the list of applications deployed in tomcat webapps in my java program.
    can anyone tell me how to do this
    thanks

    similar issue: since adobe reader was installed on IOS 5, I can not anymore "open in..." good reader!
    I feel like if my iPad file system had been removed!
    Removing one app (stanza) helped: confirming there is alimit of 4 "open in..." links for PDF file! Now, I have back good reader in the list.
    Just 4!? puzzling. Other had report a limit of 10.

  • ADF BC and ADF Faces deployment question

    Hi all,
    In my previous web project, the middle layer was packaged into a .ear file and deployed onto a sever that had jboss running. My client layer was deployed on a seperate server running tomcat. My question is how do I accomplish this seperation with BC and ADF Faces in terms of deployment?
    Thanks.
    Z

    Let me be a bit more specific.
    Here is the tree view of my application workspace:
    -My Application
      -Model
        -Application Sources
          -org
          -org.myorg
          -org.myorg.model
          -org.myorg.model.entity
          -org.myorg.model.association
      -View
        -Application Sources
        -Web Content
    Can I deploy only the model or middle layer on server A running oc4j and deploy the view layer on server B also running oc4j?
    Thanks.

  • War file under tomcat/webapps (newbie)

    Quick question:
    I have a file myPrj.war and I place it under tomcat/webapps. I realize that tomcat creates a folder myPrj and I can run my application on the browser (so far so good). my question is this: say I made a revision to my application (therefore I have a new myPrj.war file) and I place the newly myPrj.jar on under the tomcat/webapps. Does tomcat 'know' that he should disregard the 'old' folder myPrj and create a new one (since there's a new myPrj.war)???
    thanks

    Generally speaking, If you replaced your java code or tag lib in jsp, you need to restart tomcat, otherwise, if you just made some changes to the basic html, you don't have to do so.

  • Deploy questions for portal 7

    Hi, BEA portal gurus,
    I have several questions about Portal web application deployment.
    1. If I try to manually deploy a new portal web application(not using the
    wizard hot deployment), it seems that I have to take the following steps to
    make it work. First in the console, I need to modify the application
    descriptor and add a new web module. Second, I need to undeploy the whole
    enterprise application and redeploly the whole application. Is there any
    other easier way to do it? The redeployment of the whole application takes a
    long time.
    2. In http://edocs.bea.com/wls/docs70/webapp/deployment.html#139318, it
    explains a lot about web application deployment in weblogic server. In the
    secion "reploying a web application in exploded directory format", it says:
    ****You can redeploy a Web Application deployed in exploded directory format
    when using auto-deployment by modifying a special file called REDEPLOY, or
    you can use the Administration Console, or you can cause a partial redeploy
    by copying a new version of a class file over an old in the WEB-INF/classes
    directory.*****
    I am more confused than I was before I read this document. I think the first
    approach --- modify the REDEPLOY is not necessary, because when I modify a
    jsp or html in my portal web application, the server can pick it up right
    away. Of course, I change the jsp check interval setting. Besides, I never
    get the third appoach to work. Whenever I modify the classes and copy it to
    the WEB-INF/classes, the server can not do auto-redeployment for me. I have
    to restart the server, or redeploy the web application module in the console
    to make it work.
    Can anyone explain it to me? Thanks a lot in advance.
    Surge.

    Hi Kathleen,
    Please check message server settings on
    <u><i>visual admin tool:</i></u><b>server->kernel->cluster manager</b> and check <b>ms.host</b> and <b>ms.port</b> values from the table. At my first try, I thought the port number was 50000 since it was J2EE message port, after checking it in visual admin tool I realized that, it was the same port you use for local which was 3601.
    If this is still not working either then do it manually as follows:
    Copy your applicationName.ear file into your sever. The directory that you can find the .ear file is <b>C:\documents and settings\admin\documents\SAP\workspace\filename.ear</b>
    **Start your visual admin tool
    server->services->deploy
    on the right hand side you will see <b>server</b>->webdynpro
    ***On the right panel click on <b>deploy&start</b>
    I hope this will work for you,and please do not forget reward points if I could help you a little.
    Cheers,
    Serkan

  • Apache not loading images of Webapp deployed on WLX 10

    Hi,
    I have deployed a Webapp on Weblogic Express 10 on Linux.
    When I call the webapp application by giving Weblogic hostname URL its works perfect.
    I have configured Apache Webserver to forward the requests to webapp deployed on WLX 10. When I try to access the application through Webserver communication is happening to Weblogic and it loads the page, but images & gifs are not getting.
    Is there anything else I have to set on Apache or Weblogic for this problem.
    Please Advice
    - - Weblogic Consultant.

    Even I am facing the same problem,
    I have a Web application deployed on Weblogic Express 10. When I access the application through App server URL it works fine.
    I have configured Apache Webserver to proxy requests to Weblogic, WHen I access the application through Webserver it opens the application but it doesnt load images gif, jpg files. Below is my Apache Webserver Plugin configuration for Weblogic.
    <Location />
    SetHandler weblogic-handler
    WeblogicCluster AppServerHostname:7003
    PathPrepend /MyApplication/en/US/enterprise/Mycompany
    MaxPostSize -1
    WLIOTimeoutSecs 1800
    MatchExpression *.jsp
    MatchExpression *.html
    MatchExpression *.jpeg
    MatchExpression *.gif
    Debug ON
    WLLogFile /tmp/wl.log
    DebugConfigInfo ON
    KeepAliveEnabled ON
    KeepAliveSecs 15
    </Location>
    Please advice.
    Weblogic Consultant

  • Webapp deployment in Tomcat 5.0

    Hello. I'm having trouble deploying my simple webapp in Tomcat 5.0. Specifically, I can't hit my servlets. My directory structure looks like this:
    Tomcat Home -> webapps -> myWebApp -> WEB-INF
    Inside WEB-INF, I have web.xml file with servlet-mapping elements defining each servlet, along with the "classes" dir that contains my servlets.
    I can run the example servlets fine by typing in: "http://localhost:8080/servlets-examples/servlet/HelloWorldExample". It's fine. However, when I try to do the same with my servlets, it can't find the mapping. I've verified that my web.xml is correct since I just copied the known good one from the examples and changed the names.
    I guess my question is: Is there anything that I need to do with Tomcat's config files to tell it how to find myWebApp? All I've done is pasted the directory structure into /webapps and tried to run it. The tomcat docs didn't help me very much, unfortunately.
    Any ideas?

    Build a war file for your web app and put it in the webapps directory of tomcat. Then when you start the server, it would automatically explode the war into the directory structure. I know this works with Tomcat 4.0.3 . It should work with version 5 as well.
    HTH

  • JSP 2.0 running in Tomcat /webapps

    Hi Everyone,
    I've been racking my mind on figuring out how to run JSP 2.0 pages outside of Tomcat's "jsp-examples "directory. (running Tomcat 5.0.19)
    Initially, I created a subdirectory in the webapps directory called "jcce". In "jcce", I wrote a test page using JSP 2.0's Expression Language. The file included the code:
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    <% String s = "Work! Work! Work!";
    pageContext.setAttribute("name", s); %>
    <c:out value='${"name"}' />
    However, the page displays ${"name"}. When I place the same page inside a subdirectory of the "jsp-examples" directory, it displays "Work! Work! Work!"
    I looked at the lib directories in each WEB-INF directories and they contain the same jar files. I'm guessing it has something to do with configuring the web.xml file. The problem is that I've read so many tutorials on JSP 2.0 (even the specs), www.apache.org (jakarta project), JSTL, etc. and no one has mentioned how to configure the web.xml file appropriately to run JSP 2.0 pages on Tomcat.
    So my questions are:
    1. How can I deploy an application independently of the "jsp-examples" directory so that my JSP pages can takes advantage of the JSP 2.0 tag libraries?
    2. If I have to configure the web.xml file, can someone send me a simple configuration for the test code above?
    BTW, I've redeployed, and restarted Tomcat to see if any configuration changes would run the JSP 2.0 engine, but no success.
    Please help!
    Thanks,
    Bernard

    You're right, the web.xml file is probably the culprit.
    To retain backwards compatibility with web applications. EL is disabled in certain cases. (JSP spec section 3.3.2)
    There is a new page directive
    <%@ page isELIgnored="true|false"%>
    (Try putting <%@ page isELIgnored="false"%> at the top of your page to see if it will work with it)
    There is also a setting in the web.xml
    Check your web.xml file - if the DTD is less than version 2.4 and you haven't specified EL handling in web.xml or the page directive, EL is disabled by default.
    This should be the text at the top of web.xml.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    Hope this helps,
    evnafets

  • EJB3 persistence in a Tomcat webapp (ThreadLocal pattern)

    When you only want to use EJB3 persistence, and not the whole EJB3 stack).
    First posted to http://forum.hibernate.org/viewtopic.php?t=963478 without an answer!
    In the document "Using Hibernate with Tomcat" (http://www.hibernate.org/114.html), it is suggested that you create a ServletContextListener - like the one below - where the listener initializes and closes Hibernate on deployment and undeployment of your webapp.
    public class HibernateListener implements ServletContextListener {
        public void contextInitialized(ServletContextEvent event) {
            HibernateUtil.getSessionFactory(); // Just call the static initializer of that class  
        public void contextDestroyed(ServletContextEvent event) {
            HibernateUtil.getSessionFactory().close(); // Free all resources
    }My question is: If I want to use Hibernate as an EJB3 persistence engine in a Webapp running in Tomcat, do I make a similar ServletContextListener like this:
    public class EntityManagerListener implements ServletContextListener {
        public void contextInitialized(ServletContextEvent event) {
            EntityManagerUtil.getEntityManagerFactory(); // Just call the static initializer of that class  
        public void contextDestroyed(ServletContextEvent event) {
            EntityManagerUtil.getEntityManagerFactory().close(); // Free all resources
    public class EntityManagerUtil {
        private static EntityManagerFactory emf;
        public static final ThreadLocal<EntityManager> entitymanager = new ThreadLocal<EntityManager>();
        public static EntityManagerFactory getEntityManagerFactory() {
            if (emf == null) {
                // Create the EntityManagerFactory
                emf = Persistence.createEntityManagerFactory("example");
            return emf;
        public static EntityManager getEntityManager() {
            EntityManager em = entitymanager.get();
            // Create a new EntityManager
            if (em == null) {
                em = emf.createEntityManager();
                entitymanager.set(em);
            return em;
        public static void closeEntityManager() {
            EntityManager em = entitymanager.get();
            entitymanager.set(null);
            if (em != null) em.close();
    }And then in my webapp use the following code:
    public Person findByName(String name) {
        EntityManager em = EntityManagerUtil.getEntityManager();
        Query q = em.createQuery("select person from Person as person where name=:param");
        q.setParameter("param", name);
        Person p = (Person) q.getSingleResult();
        em.close();
        return p;
    }Would that be the right way to do it?

    Sun's reference JPA implementation (= EJB3 persistence) can be obtained from
    https://glassfish.dev.java.net/downloads/persistence/JavaPersistence.html

  • Split Directory Packaging and Deployment Question

    Hello Rob Woollen and All,
    I have a question about packaging and deployment with the "split directory structure"
    in WebLogic Server 8.1.
    Specifically, how does one go about deciding which classes to put in myEnterpriseApp/myWebApp/WEB-INF/classes,
    versus myEnterpriseApp/myEjbModule, versus myEnterpriseApp/APP-INF/classes?
    I think the answer to the first part is easy enough: if there are classes depended
    on by, say, the servlets in a web app, but not depended on anywhere else in the
    enterprise app, then those classes should go in WEB-INF/classes.
    It's the other part of the question that gives me trouble. I use local interfaces
    on my session beans. Let's say I have a domain object class returned from a session
    bean method and depended on by the web app. If I put that domain object class
    under myEnterpriseApp/myEjbModule, then the web app can see it by virtue of the
    classloader arrangement.
    But the wlcompile Ant target supposedly compiles stuff to build/APP-INF/classes.
    What stuff? How does it decide? I haven't experimented and empirically observed
    yet, but I couldn't find the answer in the documentation and tutorials. Is it
    looking for java source files under src/myEnterpriseApp but not under myWebApp
    or myEjbModule? In general, does BEA have any recommendations in this area?
    Thanks,
    Randy

    "Randy Stafford" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi Mark,
    Thanks for the reply. I don't have 8.1 installed yet, so I can'tempirically
    observe the example's behavior. But I downloaded the example andinspected the
    code. It answers some, but not all, of my questions.Where to start.
    In 8.1 we have made optimizations to J2EE packaging. Mostly this is about
    not having to use manifest classpath's to do sharing of of common classes.
    MF Cp's are a pain to configure. You put your classes in one location in
    the ear and then EVERY module has to have a MF CP entry pointing to that
    location, and then you actually have N number of classes loaded per module.
    The mechanism to share classes across all modules is APP-INF/lib and
    APP-INF/classes. The benefit is that APP-INF is shared across all modules.
    So to your question below you could just put it in the EJB module, BUT if
    you have mutliple EJBs that you split into seperate modules your back tot
    the same issue. So APP-INF is just the simplist solution over-all.
    Split-dir is a specified way to lay out disk your src files
    Split-dir
    From code inspection, it looks like the JSP and EJB (therefore the web appmodule
    and EJB module) both depend on the AppUtils class, which is not inAPP-INF, but
    rather in a directory under the enterprise app directory that does notrepresent
    a web app module or EJB module. In the build file's compile target, is itthe
    wlcompile task invocation that causes compilation of AppUtils.java? Or isit
    the ant task invocation (with "build.appStartup" as the value of thetarget attribute)
    that causes compilation of AppUtils.java due to the dependency ofApplicationStartup
    on AppUtils? And what subdirectory of the build directory doesAppUtils.class
    end up in?
    Why not just put AppUtils.java in the EJB module? Both dependent moduleswould
    still be able to see it by virtue of the classloader arrangement. Doesputting
    it in outside of all dependent modules represent a convention that BEArecommends?
    >
    Finally, why not put applicationresource.properties in the same place asits user
    AppUtils.java?
    Thanks,
    Randy
    "Mark Griffith" <[email protected]> wrote:
    Randy:
    (Rob may post later, but here is my take)
    "Randy Stafford" <[email protected]> wrote in message
    news:[email protected]...
    Hello Rob Woollen and All,
    I have a question about packaging and deployment with the "split
    directory
    structure"
    in WebLogic Server 8.1.
    Specifically, how does one go about deciding which classes to put inmyEnterpriseApp/myWebApp/WEB-INF/classes,
    versus myEnterpriseApp/myEjbModule, versusmyEnterpriseApp/APP-INF/classes?
    I think the answer to the first part is easy enough: if there are
    classes
    depended
    on by, say, the servlets in a web app, but not depended on anywhereelse
    in the
    enterprise app, then those classes should go in WEB-INF/classes.
    It's the other part of the question that gives me trouble. I use localinterfaces
    on my session beans. Let's say I have a domain object class returnedfrom
    a session
    bean method and depended on by the web app. If I put that domain
    object
    class
    under myEnterpriseApp/myEjbModule, then the web app can see it by
    virtue
    of the
    classloader arrangement.
    But the wlcompile Ant target supposedly compiles stuff tobuild/APP-INF/classes.
    What stuff? How does it decide?wlcompile has a module factory. If a directory is claimed by a module
    factory then it is compiled by that specific module compiler. The rules
    for
    module definition follow the same J2EE formatting rules.
    So:
    /myejb/
    would be identified as a ebj module by:
    */myejb/meta-inf/ejb-jar.xml
    */myejb/myejb.ejb (EJBGen file)
    then src files (*.java) will be compiled to
    $BUILD_DIR/myejb/
    /myweb/
    would be identifid as a web module by:
    */myweb/WEB-INF/web.xml
    Also for webapps
    /myweb/WEB-INF/src/*.java
    will be compiled ot
    $BUILD_DIR/myweb/WEB-INF/classes
    We choose WEB-INF/src following the struts precedence.
    So a plain old module that has noting but .java files in it will go to
    $BUILD_DIR/APP-INF/classes
    If you have a jar of classes that you need to share across the entire
    ear,
    you would check it into your src tree at:
    $SRC_DIR/APP-INF/lib/mycommon.jar
    You can check out an example at:
    $BEA_HOME/weblogic81/samples/server/examples/src/examples/splitdir/helloWorl
    dEar
    Hope this helps.
    cheers
    mbg
    I haven't experimented and empirically observed
    yet, but I couldn't find the answer in the documentation and tutorials.Is it
    looking for java source files under src/myEnterpriseApp but not undermyWebApp
    or myEjbModule? In general, does BEA have any recommendations in thisarea?
    Thanks,
    Randy

  • Tomcat Manual Deployment

    Hi,
    I'm trying to manually deploy a project (form, servlet, java class, jsp) but I put the project into ROOT folder. I think I'm wrong because when the form executes post method on the servlet Tomcat cannot find it and gives me Error HTTP 404(resource not available). But if I try to put the project into a folder inside webapps - at the same level of ROOT- the server cannot find even the form .Must I change something into any configuration file (C:\Programmi\Apache Software Foundation\Tomcat 5.5\conf) ?
    Does somebody can explain me what is the right way to manually deploy? What configuration file have I to modify and in which way?
    Thank you!!

    The directory where you have to put all your project files is /var/lib/tomcat6/webapps/ROOT. - It is on ubuntu 9.10.
    You do not need to modify any files for deploying your project.
    I put my project files, which are:
    META-INF folder which has contex.xml and MANIFEST.MF files in it.
    WEB_INF folder which has classes, libraries and web.xml file in it.
    And all jsp, html, css and etc..
    And my project runs without any problem.
    Edited by: peliukasss on Apr 28, 2010 12:14 PM

  • Tomcat 6 - Deployment of the ADF Rich Client Demo Fails

    I have been able to deploy and run the ADF Rich Client Demo in the embedded Oracle Weblogic server and a standalone Weblogic server.
    However, when I deploy the application to an instance of Tomcat 6 (6.0.18) I get the following:
    Dec 1, 2008 2:06:06 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Dec 1, 2008 2:06:06 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 297 ms
    Dec 1, 2008 2:06:06 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Dec 1, 2008 2:06:06 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
    Dec 1, 2008 2:06:06 PM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    Dec 1, 2008 2:06:06 PM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    Dec 1, 2008 2:06:06 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/15 config=null
    Dec 1, 2008 2:06:06 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 493 ms
    Dec 1, 2008 2:21:37 PM org.apache.catalina.startup.HostConfig deployWAR
    INFO: Deploying web application archive adf-richclient-demo.war
    Dec 1, 2008 2:21:52 PM org.apache.catalina.core.StandardContext start
    ***SEVERE: Error filterStart***
    Dec 1, 2008 2:21:52 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context [adf-richclient-demo] startup failed due to previous errors
    I have tried the deployment from within JDeveloper 11g and also by dropping the WAR file into the Tomcat container webapps directory.
    Any one know why this is happening?
    Thanks,
    Vince

    Jonn,
    Thanks for the pointer.
    I located the missing libraries by finding those that looked like the ones you recommended. The locations can be found by looking them up in the JDeveloper project Libraries and Classpath (click on an entry and select the view button):
    jsf-ri-12.war
    jsf-ri.jar
    jsf-api.jar
    glassfish.jstl_1.2.0.1.jar
    I copied these to the tomcat-6.0.18\lib level rather than putting them in the project lib.
    Works great.
    Thanks again for the help.
    Vince

  • Dreaded redirect loop with tomcat hot deploy

    I have an OpenSSO 8.0 installation on a glassfish server, and a Tomcat 6.0.20.1 client installation. I have set Configuration > Servers and Sites > Server > Security > Encode Cookie Value to true. For normal use, it works just fine. However, if I place a war file in the webapps directory, which tomcat recognizes and automatically explodes and deploys, from this point on all of my protected apps give me the redirect loop until I restart tomcat. Has anyone else ever seen this, or know how to fix it? We regularly use tomcat's hot deploy capabilities, and it is a major drawback if we have to cycle tomcat every time we deploy an app.
    Thanks.

    As an independent test, are you able to deploy and run the ADF Toy Store demo application on the same tomcat with no problems as documented in the ADF Toy Store Demo whitepaper's section on running on tomcat?
    http://www.oracle.com/technology/products/jdev/tips/muench/adftoystore1012/readme.html#tomcatsetup
    Might help us narrow down the problem.

  • Tomcat webapp jsp pages are blanc

    Hi,
    I'm using tomcat 5.5.17 and it's working fine. When I deploy my webapp to,I can start Tomcat , but when I request a jsp page, no matter which one it is, it returns a blanc page.
    Can someone help me?
    Thanks.
    Regards,
    Michiel.

    Hi,
    My Tomcat is configured well. Other webapps run just fine.
    Within my war file that Ideploy to this Tomcat installation there are several jar files included as a reference to them.Because at first I included as well the javax.servlet.jar and the javax.servlet.jsp.jar which Tomcat uses as well, I thought that there might bea conflictas I describedin my first post. But I removed them and there is no change (I stopped Tomcat before).
    Thanks.
    Michiel.

  • Create jsp/bean webapp deploy fine...  add JSTL library wont deploy!

    winxp
    SJSE8
    PROBLEM:
    Using the new project wizard, I create a simple jsp/bean webapp using the embedded tomcat 5.5.7 as server... It deploys and runs with now issue
    Then, I right-click on project name (in project tree)... click properties... add library... select "JSTL 1.1".... do clean/build.... do deploy - which fails!
    message is: "Failed to deploy application at context path /bcd" (where bcd is my project name)
    Why does this happen?
    --------------simple app---------------
    ***jsp1.jsp****
    <%@page contentType="text/html"%>
    <%@page pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>JSP Page</title>
        </head>
        <body>
        <h1>JSP Page</h1>
        <h1>get stuff JSP Page</h1>
        <jsp:useBean id="a" class="bcdpkg.IndexBean" scope="request"/>
        <h3>after1...</h3>
        <!--jsp:setProperty name="a" property="stuff" value="xxx" /-->
        <jsp:getProperty name="a" property="stuff" />
        </body>
    </html>***IndexBean.java***
    package bcdpkg;
    public class IndexBean
        /** Creates a new instance of IndexBean */
        public IndexBean()
        private String stuff = "this is stuff";
        public String getStuff()
            return this.stuff;
        public void setStuff(String s)
            this.stuff = s;
    }

    well.... I restarted SJSE8 (and tomcat 5.5.7) and now I can right-click on the project and click deploy...successfully.
    (Apologies for the "hair trigger" posting)
    I'll reply once more if it happens again.
    thanx

Maybe you are looking for

  • G570: CD/DVD and Hard Disk drives not recognized

    I have a Lenovo G570 laptop. It used to run fine until it started taking longer and longer boot into windows. Soon the computer would not boot into windows and instead try to repair windows, which would finish but never actually repair the computer.

  • Multiple selection for Payment Methods.

    TABLES: V_T042E.    DATA: s_zwels_con(3). SELECT-OPTIONS: s_zwels FOR V_T042E-ZLSCH NO INTERVALS,"payment methods ********************   I N I T I A L I Z A T I O N   ******************* INITIALIZATION. ***************   A T   S E L E C T I O N   S C

  • Alignment in sapscript

    Hello Gurus, What is the trick to get the columns align?, I want to fix the size of the column, if the description of the material has a long name (40 characteres) the data goes right, if the name of the material is short goes left. So How difficult

  • Convert all images to DNG without stopping for errors

    When I convert images to dng format i don't sit around by my computer and wait for them all to convert. I have better things to do. I will go run an arrand or convert a bunch while i go to sleep. The problem is that lightroom stops converting when it

  • Module Pool - Pop-Up Input Screen

    Hi Experts,   I have this scenario:      I have a table control and two radio buttons say R1 and R2.      R1 -> Single First Requirement-> When R2 is clicked, a button to its adjacent position should become visible and activated. Second Requirement->