Re: Tomcat 9 installation, problems accessing /docs and /examples

2023-07-24 Thread Nicholas Papadonis
Problem resolved: mv /usr/local/tomcat/webapps.dist /usr/local/tomcat/webapps I'm assuming the directory from github required a build. On Mon, Jul 24, 2023 at 7:20 PM Nicholas Papadonis < nick.papadonis...@gmail.com> wrote: > I tried using the following Docker images to install Tomcat 9: >

Tomcat 9 installation, problems accessing /docs and /examples

2023-07-24 Thread Nicholas Papadonis
I tried using the following Docker images to install Tomcat 9: tomcat:9.0.78-jdk21-openjdk-bookworm tomcat:9 (results in the same with jdk17) I configured the admin user/pw and can access the mgmt console, however I am having problems accessing /docs and /examples, which result in 404 errors. I

Re: Installation Problems

2008-08-01 Thread David Smith
Sounds like you have tomcat running, but maybe the ROOT webapp isn't installed resulting in a 404 error. What happens when you attempt to access TeamCity? --David CrashOverride wrote: I have been having some trouble with my tomcat installation. I am using tomcat 6 which I downloaded with

Re: Installation Problems

2008-08-01 Thread Johnny Kewl
- Original Message - From: CrashOverride [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August 01, 2008 4:36 PM Subject: Re: Installation Problems Well, when I had it running before (and at the moment, I have it running on a different system), going to http

Installation Problems

2008-07-31 Thread CrashOverride
and starting over, and that didn't seem to help. I've rebooted, checked for hung tomcat instances, and done just about everything else I could think of. If anyone has advice for me I'd really appreciate it. Thanks! -- View this message in context: http://www.nabble.com/Installation-Problems

Re: newbie installation problems

2006-07-28 Thread Christopher Schultz
Timothy, The more likely scenario is that the original poster modified his login scripts (/etc/profile, for example), and then never ran them. Try: $ source /etc/profile or whatever login script is appropriate for your shell. That ought to help. -chris Timothy Collett wrote: On Jul 27,

Re: newbie installation problems

2006-07-28 Thread D. Salemink Klikstudio
I dont know what the problem was, i did so many things to try to solve it, I'm almost sure I exited tomcat before starting up the newer version but i cant be sure. Whatever it was ,the system restart solved my problem! On 7/28/06, Christopher Schultz [EMAIL PROTECTED] wrote: Timothy, The more

newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
IM going crazy with my tomcat installation. Previosly i installed the tomcat 4 version which was working fine but because I want to use mmbase preferably with tomcat 5. I removed de 4 folder, placed the 5 folder and updated my environment paths in /etc/profile. Each time i start up startup.sh i

Re: newbie installation problems

2006-07-27 Thread Antonio Petrelli
D. Salemink Klikstudio ha scritto: As far as i know i have no files whatsoever going to 4.1.31 and somehow i most still have the environment set up wrong, can anybody help me with this?? What's your distribution? Not all Linux distributions use /etc/profile for environment variables. For

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
I have redhat enterprise (3?) It worked with the tomcat 4 version in the /etc/profile but it doesnt seem to want to loose this configuration anymore This is whats in my my /etc/profile now JAVA_HOME=/usr/java/j2sdk1.4.2_12 CATALINA_HOME=/usr/local/apache-tomcat-5.5.17 On 7/27/06, Antonio

Re: newbie installation problems

2006-07-27 Thread Antonio Petrelli
D. Salemink Klikstudio ha scritto: I have redhat enterprise (3?) It worked with the tomcat 4 version in the /etc/profile but it doesnt seem to want to loose this configuration anymore This is whats in my my /etc/profile now JAVA_HOME=/usr/java/j2sdk1.4.2_12

Re: newbie installation problems

2006-07-27 Thread Raju Balugu
Have u placed the compatability jar files in tomcat5 environment? jmx.jar --tomcat5/bin/ xerecesImpl.jar --tomcat5\common\endorsed\ xml-api.jar.jar --tomcat5\common\endorsed\ Regards Raju On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote: I have redhat enterprise (3?) It worked with

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
[EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31 On 7/27/06, Antonio Petrelli [EMAIL PROTECTED] wrote: D. Salemink Klikstudio ha scritto: I have redhat enterprise (3?) It worked with the tomcat 4 version in the /etc/profile but

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
no i havent, From where should i take these files? Regards Debbie On 7/27/06, Raju Balugu [EMAIL PROTECTED] wrote: Have u placed the compatability jar files in tomcat5 environment? jmx.jar --tomcat5/bin/ xerecesImpl.jar --tomcat5\common\endorsed\ xml-api.jar.jar --tomcat5\common\endorsed\

Re: newbie installation problems

2006-07-27 Thread Timothy Collett
On Jul 27, 2006, at 10:55 AM, D. Salemink Klikstudio wrote: [EMAIL PROTECTED] apache-tomcat-5.5.17]# env | grep CATALINA_HOME CATALINA_HOME=/usr/local/jakarta-tomcat-4.1.31 That looks like your environment is simply not getting set properly-- or is getting reset after your /etc/profile is

Re: newbie installation problems

2006-07-27 Thread Raju Balugu
http://tomcat.apache.org/download-55.cgi#5.5.17 check for the compatability jars. On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote: no i havent, From where should i take these files? Regards Debbie On 7/27/06, Raju Balugu [EMAIL PROTECTED] wrote: Have u placed the compatability

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
Thanks Raju, ive placed the jars but i still have the same problem, I've checked all bash_profile files doesnt seem to be a double entry anywhere and the default the server uses is /etc/profile according to the bashrc. Could there be a double entry anywhere else? Regards, On 7/27/06, Raju Balugu

Re: newbie installation problems

2006-07-27 Thread D. Salemink Klikstudio
I did a reboot and now everything works, so it must have been still running in the background? Thanks for all your help. regards Debbie Salemink On 7/27/06, D. Salemink Klikstudio [EMAIL PROTECTED] wrote: Thanks Raju, ive placed the jars but i still have the same problem, I've checked all