> Hmm, you're mixing up that "/servlet" story.
> Better remove everything named "servlet" from
> your environment... It is only confusing.
>
> Create app.xml, put the Context path "/"
> or "/app", and then "/FCLxyzServlet" or
> "/app/FCLxyzServlet" are the correct URLs.
>
> Does that make any se
Darren Hall wrote:
(I wasn't sure how to configure the ResourceBundle in the code. I copied all
the files the resource bundle seemed to be referring to into my /servlet
directory along with the compiled HelloWorldServlet code, but it still
complained on execution that it couldn't locate the reso
Mike Sabroff wrote:
/simple-servlet
should be
/simple-servlet/*
Does not need to. You can specify paths without
wildcards, which then only match that very url.
The whole story about servlet mappings (which is
quite short actually) is concisely explained in
section 11.2 of the Servlet specifica
Georg,
> if I look at your original configuration
>
> >
> > SimpleServlet
> > /simple-servlet
> >
> ---snip---
> > reloadable="true" debug="99">
>
> then, if I am not overlooking something,
> the correct URL to invoke the servlet is
>
> http://localhost/simple-servlet
/simple-servlet
should be
/simple-servlet/*
Georg Sauer-Limbach wrote:
Darren,
if I look at your original configuration
SimpleServlet
/simple-servlet
---snip---
reloadable="true"
debug="99">
then, if I am not overlooking something,
the correct URL to invoke the
Darren,
if I look at your original configuration
SimpleServlet
/simple-servlet
---snip---
then, if I am not overlooking something,
the correct URL to invoke the servlet is
http://localhost/simple-servlet/simple-servlet
because the first "simple-servlet" is the
C
test it!
Thank you very much!
PETR
On 1/23/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> > From: Petr Hadraba [mailto:[EMAIL PROTECTED]
> > Subject: Re: (newb) Tomcat servlet mapping problem
> >
> > How can I ommit the servlet name in the URL?
>
> Your
> From: Darren Hall [mailto:[EMAIL PROTECTED]
> Subject: RE: (newb) Tomcat servlet mapping problem
>
> So, my question is... why am I getting the "ClassDefNotFound"
> error, and how do I correct it (or can I, given my current
> configuration)?
Simplistic packageless
y 23, 2006 2:46 PM
To: 'Tomcat Users List'
Subject: RE: (newb) Tomcat servlet mapping problem
> On 1/23/06, Darren Hall <[EMAIL PROTECTED]> wrote:
> > > > From: Darren Hall [mailto:[EMAIL PROTECTED]
> > > > Subject: RE: (newb) Tomcat servlet mapping proble
> On 1/23/06, Darren Hall <[EMAIL PROTECTED]> wrote:
> > > > From: Darren Hall [mailto:[EMAIL PROTECTED]
> > > > Subject: RE: (newb) Tomcat servlet mapping problem
> > > >
> > > > Is there a way I can map these servlets (in the web.xml f
> From: Petr Hadraba [mailto:[EMAIL PROTECTED]
> Subject: Re: (newb) Tomcat servlet mapping problem
>
> How can I ommit the servlet name in the URL?
Your application must become the default app. To do this, it must be
named ROOT (case sensitive). You can achieve this by:
1) r
r your tips.
>
> PETR
>
>
> On 1/23/06, Len Popp <[EMAIL PROTECTED]> wrote:
> > On 1/23/06, Darren Hall <[EMAIL PROTECTED]> wrote:
> > > > > From: Darren Hall [mailto:[EMAIL PROTECTED]
> > > > > Subject: RE: (newb) Tomcat servlet mapping prob
1/23/06, Darren Hall <[EMAIL PROTECTED]> wrote:
> > > > From: Darren Hall [mailto:[EMAIL PROTECTED]
> > > > Subject: RE: (newb) Tomcat servlet mapping problem
> > > >
> > > > Is there a way I can map these servlets (in the web.xml file) so
> >
On 1/23/06, Darren Hall <[EMAIL PROTECTED]> wrote:
> > > From: Darren Hall [mailto:[EMAIL PROTECTED]
> > > Subject: RE: (newb) Tomcat servlet mapping problem
> > >
> > > Is there a way I can map these servlets (in the web.xml file) so
> > > tha
> > From: Darren Hall [mailto:[EMAIL PROTECTED]
> > Subject: RE: (newb) Tomcat servlet mapping problem
> >
> > Is there a way I can map these servlets (in the web.xml file) so
> > that Tomcat can see them and execute them?
>
> Not that I'm aware of, s
> From: Darren Hall [mailto:[EMAIL PROTECTED]
> Subject: RE: (newb) Tomcat servlet mapping problem
>
> Is there a way I can map these servlets (in the web.xml file) so
> that Tomcat can see them and execute them?
Not that I'm aware of, since the application code is in v
age-
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 22, 2006 9:19 PM
To: Tomcat Users List
Subject: RE: (newb) Tomcat servlet mapping problem
> From: Darren Hall [mailto:[EMAIL PROTECTED]
> Subject: RE: (newb) Tomcat servlet mapping problem
>
> I have. T
> From: Darren Hall [mailto:[EMAIL PROTECTED]
> Subject: RE: (newb) Tomcat servlet mapping problem
>
> I have. The servlets I am trying to deploy (err, map?) do not
> have a package associated with them.
Not sure if your first sentence meant you found the problem, but just to
vDisplayServlet
-Original Message-
From: foo shyn [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 22, 2006 8:52 PM
To: Tomcat Users List
Subject: Re: (newb) Tomcat servlet mapping problem
Have u checked ur web.xml configuration?
The error sounds like Tomcat facing problem finding ur ser
I specify the classpath for the classloader for this app?
(Please forgive my Tomcat classloading ignorance.)
Darren
-Original Message-
From: Darren Hall [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 22, 2006 8:44 PM
To: 'Tomcat Users List'; [EMAIL PROTECTED]
Subject: RE: (newb)
To: Darren Hall; 'Tomcat Users List'
Subject: RE: (newb) Tomcat servlet mapping problem
Date sent: Sun, 22 Jan 2006 19:55:36 -0500
From: Darren Hall <[EMAIL PROTECTED]>
Subject:RE: (newb) Tomcat servlet mapping problem
To: 'Tomcat Users List'
na.log, nothing goes to stdout.log or stderr.log
at all) so it makes fixing this problem that much more fun/challenging!
-Original Message-
From: Steve Ochani [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 22, 2006 8:37 PM
To: Darren Hall; 'Tomcat Users List'
Subject: RE: (
Date sent: Sun, 22 Jan 2006 19:55:36 -0500
From: Darren Hall <[EMAIL PROTECTED]>
Subject: RE: (newb) Tomcat servlet mapping problem
To: 'Tomcat Users List'
Send reply to: Tomcat Users List
>
&
al Message-
From: Warren Pace [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 21, 2006 9:34 AM
To: Tomcat Users List
Subject: Re: (newb) Tomcat servlet mapping problem
>
> From: "Darren Hall" <[EMAIL PROTECTED]>
> Date: 2006/01/20 Fri PM 02:28:22 EST
> To:
>
>
> From: "Darren Hall" <[EMAIL PROTECTED]>
> Date: 2006/01/20 Fri PM 02:28:22 EST
> To:
> Subject: (newb) Tomcat servlet mapping problem
>
> I'm running Tomcat 5.0.30 and Apache 2.0 (both are running fine and without
> errors).
>
> I've
I'm running Tomcat 5.0.30 and Apache 2.0 (both are running fine and without
errors).
I've connected them using mod_jk2, and I can see that apache is correctly
forwarding URLs specified in the workers2.properties file correctly.
I am now attempting to map a test servlet called "SimpleServlet" t
26 matches
Mail list logo