RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread Caldarale, Charles R
> From: linuxChique [mailto:[EMAIL PROTECTED] > Subject: RE: Configuring Tomcat on Fedora Core 8 > > So what is the appBase in server.xml, and why can't I just > make it work? The appBase attribute identifies the standard directory for all typical deployments, with

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread linuxChique
I assume you mean the regular version. I was able to get the regular version working quite quickly as well, unfortunately, I have to have access to the source code, so I'm not able to use that version. All those other things in the /var/www/html directory came with Jira, with the exception of "ba

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread Caldarale, Charles R
> From: linuxChique [mailto:[EMAIL PROTECTED] > Subject: RE: Configuring Tomcat on Fedora Core 8 > > I'm installing Jira from source to develop it, so I'm not > using the precompiled version that doesn't include the > src/ directory. I still wonder if the sr

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread linuxChique
r-xr-x 5 root root 4096 2007-09-19 02:41 template drwxr-xr-x 2 root root 4096 2007-11-30 17:11 views drwxr-xr-x 4 root root 4096 2007-11-30 17:11 WEB-INF [EMAIL PROTECTED] webapp]# Caldarale, Charles R wrote: > >> From: linuxChique [mailto:[EMAIL PROTECTED] >> Subject:

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread Caldarale, Charles R
> From: linuxChique [mailto:[EMAIL PROTECTED] > Subject: RE: Configuring Tomcat on Fedora Core 8 > > Arg. Now it's broken again. No 404 pages, just blankness. I suspect your docBase attribute for your element is still not correct. It's unlikely that the application jars

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread linuxChique
Arg. Now it's broken again. No 404 pages, just blankness. server.xml: Erin Caldarale, Charles R wrote: > >> I also found an appBase in server.xml that I changed >> to /var/www/html/jira/src/webapp/ > > That was incorrect, and will get you in trouble at some point. Put

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread Caldarale, Charles R
> From: linuxChique [mailto:[EMAIL PROTECTED] > Subject: RE: Configuring Tomcat on Fedora Core 8 > > So my Context line looks like this now: docBase="/var/www/html/jira/src/webapp/" debug="0"> That's probably correct, but without knowing your exact J

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread linuxChique
So my Context line looks like this now: I also found an appBase in server.xml that I changed to /var/www/html/jira/src/webapp/, and it looks like things are working now! Thank you so much for your help. I know I couldn't have done this by myself! -- View this message in context: http://www.n

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread Caldarale, Charles R
> From: linuxChique [mailto:[EMAIL PROTECTED] > Subject: RE: Configuring Tomcat on Fedora Core 8 > > But what I mean is, how do I know what the "root" directory > is for web serving purposes? (Be careful of the term "root". Tomcat requires that the defaul

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
It was jira-server.xml before I fixed it, but I saw an error message in the log about /var/www/html/jira/jira-server not existing, and that filename was the only instance of the phrase "jira-server" anywhere in the configuration, so I changed the docBase from /var/www/html/jira to /var/www/html/ a

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread Caldarale, Charles R
> From: linuxChique [mailto:[EMAIL PROTECTED] > Subject: RE: Configuring Tomcat on Fedora Core 8 > > So how do I know by looking at the directory structure of > Jira what my docBase and path should be in jira.xml? You were referring to jira-server.xml, not jira.xml; which is it?

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
Great, thanks. Well, it looks like Tomcat is working properly now, but I'm getting a 404 error, so I must have it configured to look in the wrong directory, right? So how do I know by looking at the directory structure of Jira what my docBase and path should be in jira.xml? -- View this message

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread Caldarale, Charles R
> From: linuxChique [mailto:[EMAIL PROTECTED] > Subject: RE: Configuring Tomcat on Fedora Core 8 > > I guess the thing is that I don't know what a > PersistentManager is or if I need it. Again, to quote from the doc: "In addition to the usual operations of creating

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
I guess the thing is that I don't know what a PersistentManager is or if I need it. Or what file this configuration is stored in. Should I use it? Erin Caldarale, Charles R wrote: > > To quote from the doc: > > "In order to successfully use a PersistentManager, you must nest inside > it a el

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread Caldarale, Charles R
> From: linuxChique [mailto:[EMAIL PROTECTED] > Subject: RE: Configuring Tomcat on Fedora Core 8 > > Now I'm getting this, "No Store configured, persistence > disabled," To quote from the doc: "In order to successfully use a PersistentManager, you must nest

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
Line 20 is a closing "Resource" tag. Now I see that it shouldn't be there, because the tag is already closed with a slash. So that parsing problem is fixed! Now I'm getting this, "No Store configured, persistence disabled," and still a blank page in the browser. Thanks for your help, I really app

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread Caldarale, Charles R
> From: linuxChique [mailto:[EMAIL PROTECTED] > Subject: Configuring Tomcat on Fedora Core 8 > > Dec 7, 2007 2:07:12 PM > org.apache.tomcat.util.digester.Digester fatalError > SEVERE: Parse Fatal Error at line 20 column 4: The element > type "Context" > must be terminated by the matching end-ta

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Configuring Tomcat on Fedora Core 8 > > display it here so everyone can see it Everyone already has - look in the original message. If you've lost that, look in the archives. - Chuck THIS COMMUNICATION MAY CON

Re: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
I'm sorry, I don't understand. It's in the original post... how is that not "here?" http://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-p14219699.html Is there a chance that you can't see it because it's all XML code? mgainty wrote: > > display it here so everyone can see it > > M- >

Re: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread Martin Gainty
display it here so everyone can see it M- - Original Message - From: "linuxChique" <[EMAIL PROTECTED]> To: Sent: Friday, December 07, 2007 3:42 PM Subject: Re: Configuring Tomcat on Fedora Core 8 > > Hi, I've already included the contents of th

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: Configuring Tomcat on Fedora Core 8 > > display contents of jira-server.xml The OP already did. Read the whole message. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and

Re: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
Hi, I've already included the contents of that file in my original post. mgainty wrote: > > display contents of jira-server.xml > > M- > -- View this message in context: http://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-tf4964192.html#a14220135 Sent from the Tomcat - User mailing l

Re: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread Martin Gainty
display contents of jira-server.xml M- - Original Message - From: "linuxChique" <[EMAIL PROTECTED]> To: Sent: Friday, December 07, 2007 3:13 PM Subject: Configuring Tomcat on Fedora Core 8 > > I'm trying to configure Tomcat, and it's not working. I must be doing > something wrong, and I