Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #18549

Problem with tomcat 6.0.32

Received by 10.66.85.199 with SMTP id j7mr4346000paz.36.1346827855162; Tue, 04 Sep 2012 23:50:55 -0700 (PDT)
Received by 10.68.195.72 with SMTP id ic8mr3811994pbc.8.1346827855149; Tue, 04 Sep 2012 23:50:55 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!r4no7493935pbs.0!news-out.google.com!t10ni52678833pbh.0!nntp.google.com!r4no7493928pbs.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.java.programmer
Date Tue, 4 Sep 2012 23:50:54 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=203.201.222.196; posting-account=UzevbQoAAABu6FGaSl5tpeOJ7IcNa6Ko
NNTP-Posting-Host 203.201.222.196
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <5f8ee108-bcec-4f96-ac86-d49e548b204a@googlegroups.com> (permalink)
Subject Problem with tomcat 6.0.32
From ruds <rudranee@gmail.com>
Injection-Date Wed, 05 Sep 2012 06:50:55 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.java.programmer:18549

Show key headers only | View raw


hi,
I'm am deploying an application having JSP's and few servlets. My servlet is not getting invoked after calling from JSP. My web.xml entry is:
<web-app>
  <servlet>
    <servlet-name>login</servlet-name>
    <servlet-class>CheckLogin</servlet-class>
  </servlet> 
 <servlet-mapping>
    <servlet-name>login</servlet-name>
    <url-pattern>/CheckLogin/* </url-pattern>
 </servlet-mapping>
</web-app>

all my classes are in the WEB-INF/classes directory. On called by JSP I'm getting error as:
The requested resource (/CheckLogin) is not available.
I'm calling this from a JSP form element:
<FORM name="f1" ACTION="/CheckLogin" METHOD=POST onsubmit='return checkall()'>

please tell what might be causing this problem.
Thanks in advance.
 

Back to comp.lang.java.programmer | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Problem with tomcat 6.0.32 ruds <rudranee@gmail.com> - 2012-09-04 23:50 -0700
  Re: Problem with tomcat 6.0.32 markspace <-@.> - 2012-09-05 09:03 -0700
    Re: Problem with tomcat 6.0.32 ruds <rudranee@gmail.com> - 2012-09-05 20:36 -0700
      Re: Problem with tomcat 6.0.32 markspace <-@.> - 2012-09-05 22:27 -0700
  Re: Problem with tomcat 6.0.32 Fredrik Jonson <fredrik@jonson.org> - 2012-09-06 04:36 +0000
    Re: Problem with tomcat 6.0.32 Arne Vajhøj <arne@vajhoej.dk> - 2012-09-08 22:33 -0400
      Re: Problem with tomcat 6.0.32 markspace <-@.> - 2012-09-08 20:22 -0700
        Re: Problem with tomcat 6.0.32 Arne Vajhøj <arne@vajhoej.dk> - 2012-09-08 23:25 -0400
          Re: Problem with tomcat 6.0.32 Arne Vajhøj <arne@vajhoej.dk> - 2012-09-08 23:30 -0400
          Re: Problem with tomcat 6.0.32 markspace <-@.> - 2012-09-08 20:36 -0700
            Re: Problem with tomcat 6.0.32 Arne Vajhøj <arne@vajhoej.dk> - 2012-09-08 23:51 -0400
              jsessionId (was: Re: Problem with tomcat 6.0.32) Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2012-09-09 09:35 +0000
                Re: jsessionId Arne Vajhøj <arne@vajhoej.dk> - 2012-09-09 09:39 -0400

csiph-web