erything works. Not sure what happened. I did not start out
with that in the context tag. I'm wondering if maybe I had an OS glitch?
Thanks for all the help!!
Allen Williams wrote:
That sounds like it might be a bit time consuming. I don't mind
trying it, but I'm going to be
That sounds like it might be a bit time consuming. I don't mind trying
it, but I'm going to be traveling next week, so I'll have to do it when
I return.
Caldarale, Charles R wrote:
From: Allen Williams [mailto:anw-d...@infoisland.net]
Subject: Re: Console Output Not Going A
if [ -f "$CATALINA_PID" ]; then
log_success_msg "$DESC is not running, but pid file exists."
exit 1
else
log_success_msg "$DESC is not running."
exit 3
fi
else
log_success_msg "$DESC is runnin
onsole Output Not Going Anywhere
what class is Logger.getLogger(), doesn't look like a tomcat class,
so, no, it wont show up in the tomcat configured logs.
Also, System.out/err only show up in the logs if you have swallowOutput
set AND it happens during a request.
ServletContextListen
class,
so, no, it wont show up in the tomcat configured logs.
Also, System.out/err only show up in the logs if you have swallowOutput
set AND it happens during a request.
ServletContextListener don't happen during servlet requests
Filip
On 08/08/2009 05:53 PM, Allen Williams wrote:
Allen Williams wrote:
I've fixed the exceptions that were being thrown and still have this,
despite having this in my code:
===
public class AppInitializer implements ServletContextListener
{
public void contextInitia
Sorry, I should have mentioned that. Yes, I've tried it both ways,
multiple times. BTW, is that something new in Tomcat6? I've never seen
it before now.
Filip Hanik - Dev Lists wrote:
did you set
swallowOutput="true" in conf/context.xml?
Filip
On 08/07/2009 07:0
I'm trying to get Tomcat 6 up and working; didn't have this problem on 5.
The code:
System.err.println
does not print to the log files. With this logging.properties:
org.apache.catalina.core.ContainerBase.[Catalina].[info-dev].[/infoisland].level
= ALL
org.apache.catalina.core.ContainerBase.
. Well, it was.
> -Original Message-
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 25, 2006 6:30 PM
> To: Tomcat Users List
> Subject: Re: More (Unending) "Resource Not Found"/ Directory Problems
>
>
> On 5/25/06, Allen Will
hursday, May 25, 2006 6:30 PM
> To: Tomcat Users List
> Subject: Re: More (Unending) "Resource Not Found"/ Directory Problems
>
>
> On 5/25/06, Allen Williams <[EMAIL PROTECTED]> wrote:
> > Yeah, I fixed that. That error is no longer in the logs.
>
> Let me ass
d see what the error looks like now?
>
> Jay
>
> | Jay Burgess [Vertical Technology Group]
> | http://www.vtgroup.com/
>
>
> -Original Message-
> From: Allen Williams [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 25, 2006 4:03 PM
> To: Tomcat Users List
> Subject:
olute pathname for
> this directory or
> WAR file, or a pathname that is relative to the appBase directory
> of the owning
> Host."
>
> Shouldn't you be using a relative path for docBase, not an absolute one?
>
> Jay
>
> | Jay Burgess [Vertical Technology Gr
To: Tomcat Users List
> Subject: Re: More (Unending) "Resource Not Found"/ Directory Problems
>
>
> On 5/25/06, Allen Williams <[EMAIL PROTECTED]> wrote:
> > Are the absolute paths like
> > "http://localhost:8080/smsinfo";
> > or like "/
ld suggest using relative (which would be
> relative to appBase).
>
> On 5/25/06, AJ Jonen <[EMAIL PROTECTED]> wrote:
> >
> > Linux is case sensitive do you have the write case.
> >
> >
> > Allen Williams wrote:
> >
> > >Nope, unfortunat
inux is case sensitive do you have the write case.
>
>
> Allen Williams wrote:
>
> >Nope, unfortunately, didn't work. Still get the "Resource not
> >found" message.
> >
> >What am I missing here?
> >
> >
> >
> >>-O
an
absolute path (unless it wants one of the form
"http://localhost:8080/smsinfo";; is that possible?).
Hmph.
> -Original Message-
> From: Allen Williams [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 25, 2006 3:28 PM
> To: Tomcat Users List
> Subject: RE: More
Nope, unfortunately, didn't work. Still get the "Resource not
found" message.
What am I missing here?
> -Original Message-----
> From: Allen Williams [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 25, 2006 3:28 PM
> To: Tomcat Users List
> Subject: RE: More
>
> the appBase is an attribute that is defined in your server.xml.
> By default
> it is your TOMCAT_HOME/WEBAPPS folder.
>
> On 5/25/06, Allen Williams <[EMAIL PROTECTED]> wrote:
> >
> > I will take your advice and figure out how to use META-INF/context.xml
t Users List
> Subject: Re: More (Unending) "Resource Not Found"/ Directory Problems
>
>
> On 5/25/06, Allen Williams <[EMAIL PROTECTED]> wrote:
>
> > I added this to the server.xml file:
> >
> >>unpackWAR
To the list (my new best friends;-):
I finally got my (very simple) app up and working under the Debian package
mechanism,
but was having problems with the ajp13 connector. On someone's advice, I
reinstalled
using a manual installation (i. e., I used the Linux binary, but unpacked
and installed b
Below is my tomcat5 log file. As you can see, on startup it can't find the
Ajp13Connector class. I can't find anywhere that I can download a jar of
this package,
but isn't it supposed to be in one of the standard .jar's anyway? What
would have lost it?
Using CATALINA_BASE: /var/lib/tomcat5
Us
> -Original Message-
> From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
> Sent: Sunday, May 21, 2006 4:02 PM
> To: Tomcat Users List
> Subject: Re: Directory Structure and Can't Find Resources in Tomcat
> > Also, now that I have this rudimentary piece of code working, I
ectory Structure and Can't Find Resources in Tomcat
On 5/20/06, Allen Williams <[EMAIL PROTECTED]> wrote:
> Sorry, it didn't work. Once again, in my browser I have:
>
> HTTP Status 404 - /login
> Description: The requested resource (/login) is not available.
>
san Schroeder [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 20, 2006 2:19 PM
To: Tomcat Users List
Subject: Re: Directory Structure and Can't Find Resources in Tomcat
On 5/19/06, Allen Williams <[EMAIL PROTECTED]> wrote:
> action="WEB-INF/classes/UserConfig.login"&g
tomorrow;-).
Thanks again!
-Original Message-
From: Hassan Schroeder [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 20, 2006 2:19 PM
To: Tomcat Users List
Subject: Re: Directory Structure and Can't Find Resources in Tomcat
On 5/19/06, Allen Williams <[EMAIL PROTECTED]> wrote:
&g
gt;
> -=> Gregg <=-
>
> Mladen Adamovic wrote:
> > I would suggest you to install and work with Netbeans 5.0. Netbeans
> > 5.0 have bundled Tomcat which work out of the box. Than you will not
> > have problems like these before deployment.
> >
> > Allen Williams wro
s 5.0. Netbeans 5.0
have bundled Tomcat which work out of the box. Than you will not have
problems like these before deployment.
Allen Williams wrote:
> Well, I can't figure out this directory structure and finding stuff at
all.
>
> Here are my directory listings
>
> docroot=
Well, I can't figure out this directory structure and finding stuff at all.
Here are my directory listings
docroot= /usr/share/tomcat5/webapps/smsinfo
***
anw-dev:/usr/share/tomcat5/webapps/smsinfo$ ls -laF
total 20
drwxr-xr-x 3 anw root 4096 2006-05
Start here:
http://tomcat.apache.org/tomcat-5.5-doc/introduction.html
but, I must say, I'm having a lot of trouble with directory structures,
naming conventions, etc. myself.
Allen
-Original Message-
From: Ersin Ersoy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 18, 2006 6:15 PM
To: us
I have an Java app called login, in a package called UserConfig. This is
just a very simple app to help me get started.
The directory structure:
app-name|
|-login.jsp
|-welcome.jsp
|-WEB-INF|
||-classes|
|||-UserConfig|
|
30 matches
Mail list logo