RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread linuxChique
this by myself! -- View this message in context: http://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-tf4964192.html#a14231330 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users

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: Context docBase=/var/www/html/jira/src/webapp/ debug=0 That's probably correct, but without knowing your exact JIRA directory structure, I can't say for sure

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread linuxChique
it back the way it was (webapps). -- View this message in context: http://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-tf4964192.html#a14231784 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start

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 Context element is still not correct. It's unlikely that the application jars and classes

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread linuxChique
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 Arg

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 src directory will contain the jars

RE: Configuring Tomcat on Fedora Core 8

2007-12-08 Thread linuxChique
://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-tp14219699p14235020.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

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 the default value of webapps

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 default webapp name for a given Host be named ROOT

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
, not jira.xml; which is it? Normally, you do not specify either path or docBase attributes; it's the location of the webapp that determines the URI used to access it. -- View this message in context: http://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-tf4964192.html#a14223699 Sent from

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 and deleting sessions

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
element, as described below. http://tomcat.apache.org/tomcat-5.5-doc/config/manager.html - Chuck -- View this message in context: http://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-tf4964192.html#a14221809 Sent from the Tomcat - User mailing list archive at Nabble.com

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 inside it a Store element, as described

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
another be lurking somewhere? -- View this message in context: http://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-tf4964192.html#a14221437 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new

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-tag

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 CONTAIN CONFIDENTIAL

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: users@tomcat.apache.org Sent: Friday, December 07, 2007 3:42 PM Subject: Re: Configuring Tomcat on Fedora Core 8 Hi, I've already included the contents of that file in my original

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 is thus for use

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: users@tomcat.apache.org 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

Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
className=org.apache.catalina.session.PersistentManager saveOnRestart=false/ /Context -- -- View this message in context: http://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-tf4964192.html#a14219699 Sent

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? Normally, you do

RE: Configuring Tomcat on Fedora Core 8

2007-12-07 Thread linuxChique
in context: http://www.nabble.com/Configuring-Tomcat-on-Fedora-Core-8-tf4964192.html#a14222167 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org

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 list