Re: Please help me install Tomcat

2023-02-02 Thread TRS-80
Amn Ojee Uw writes: > I've tried to install Tomcat, different version, like so : > /# Download the latest release of tomcat 10.1.5// > //wget > https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz// > // > //# Create tomcat directory// >

Re: Starting Tomcat 10 at bootup

2022-11-28 Thread Jeffrey Walton
stand the systemd documentation *and* the > tomcat documentation, and find a combination of the two that can coexist. > This may mean researching this catalina.sh script and looking for options > to make it do what systemd expects. > > More likely it will mean finding a tomcat suppor

Re: Starting Tomcat 10 at bootup

2022-11-28 Thread Anssi Saari
Amn Ojee Uw writes: > systemctl status tomcat.service > ● tomcat.service - Tomcat webs servlet container > Loaded: loaded (/etc/systemd/system/tomcat.service; enabled; vendor > preset> > Active: activating (auto-restart) (Result: exit-code) since Fri > 2022

Re: Starting Tomcat 10 at bootup

2022-11-26 Thread Greg Wooledge
On Sat, Nov 26, 2022 at 07:07:54AM -0700, Charles Curley wrote: > On Sat, 26 Nov 2022 06:40:24 -0500 > Amn Ojee Uw wrote: > > > If from the command prompt or a shell script, I run this code sudo > > '/opt/tomcat/bin/catalina.sh run', Tomcat runs nicely, but it gra

Re: Starting Tomcat 10 at bootup

2022-11-26 Thread Charles Curley
On Sat, 26 Nov 2022 06:40:24 -0500 Amn Ojee Uw wrote: > If from the command prompt or a shell script, I run this code sudo > '/opt/tomcat/bin/catalina.sh run', Tomcat runs nicely, but it grabs > the Terminal, if I close the Terminal, Tomcat just stops working. > Obviously

Starting Tomcat 10 at bootup

2022-11-26 Thread Amn Ojee Uw
Hey folks! The issue : ~~~ I just installed 'apache-tomcat-10.0.27.tar.gz' in my Debian 11 (stable) box, running OpenjDK 17.0.4, this was done following the recommendation on 'How to Install Apache Tomcat on Debian 11 (Step by Step) <https://www.linuxtechi.com/how

Re: Installing Tomcat 10

2022-11-24 Thread Amn
Yes, you are right. Thanks! Copy and Past, humm, I'll be more careful next time. On 11/24/22 8:06 a.m., Jeffrey Walton wrote: On Wed, Nov 23, 2022 at 9:33 PM Amn wrote: In my Debian 11, I entered this command : wget https://downloads.apache.org/tomcat/tomcat-10/v10.0.18/bin/apache-t

Re: Installing Tomcat 10

2022-11-24 Thread Jeffrey Walton
On Wed, Nov 23, 2022 at 9:33 PM Amn wrote: > > In my Debian 11, I entered this command : > wget > https://downloads.apache.org/tomcat/tomcat-10/v10.0.18/bin/apache-tomcat-10.0.18.tar.gz > > After that I get this message > > --2022-11-23 21:24:54-- > https://downloa

Re: Installing Tomcat 10

2022-11-23 Thread tomas
On Wed, Nov 23, 2022 at 09:33:13PM -0500, Amn wrote: > In my Debian 11, I entered this command : > /wget > https://downloads.apache.org/tomcat/tomcat-10/v10.0.18/bin/apache-tomcat-10.0.18.tar.gz/ > > After that I get this message > // > > /--2022-11-23 21:24:54-- > h

Re: Installing Tomcat 10

2022-11-23 Thread Charles Curley
n not to use the Debian package? Doing so would likely bypass all the fiddly setup in the rest of those instructions. Bu if you insist, you could go to the tomcat home page page, https://tomcat.apache.org/, and go from there. -- Does anybody read signatures any more? https://charles

Installing Tomcat 10

2022-11-23 Thread Amn
In my Debian 11, I entered this command : /wget https://downloads.apache.org/tomcat/tomcat-10/v10.0.18/bin/apache-tomcat-10.0.18.tar.gz/ After that I get this message // /--2022-11-23 21:24:54-- https://downloads.apache.org/tomcat/tomcat-10/v10.0.18/bin/apache-tomcat-10.0.18.tar.gz

Re: We've got a problem. Debian "Jessie" box won't launch X or Tomcat, and USB drive won't mount

2019-01-15 Thread Richard Hector
On 15/01/19 12:24 PM, Dan Ritter wrote: > USB for backups: the hard drive is dead. Get a new one. Test it. I had one that appeared to die (WD 1TB IIRC) - I cut it open, and the sata drive inside works fine, it was just the usb interface that had died. Richard signature.asc Description: OpenPG

Re: We've got a problem. Debian "Jessie" box won't launch X or Tomcat, and USB drive won't mount

2019-01-14 Thread Dan Ritter
James H. H. Lampert wrote: > Ladies and Gentlemen: > > We've got a Debian 8 box (an old Dell 400SC) that won't launch X (it boots > to a command line) or Tomcat, nor mount a USB hard drive that we use for > backups. > > It will, however, accept ssh connections. &

We've got a problem. Debian "Jessie" box won't launch X or Tomcat, and USB drive won't mount

2019-01-14 Thread James H. H. Lampert
Ladies and Gentlemen: We've got a Debian 8 box (an old Dell 400SC) that won't launch X (it boots to a command line) or Tomcat, nor mount a USB hard drive that we use for backups. It will, however, accept ssh connections. In the boot sequence, I see "Failed" where it tr

Actually, it was STUPID, not weird (cross-posted to Tomcat and Debian Lists): my BROWSER CACHES never got flushed!

2017-09-08 Thread James H. H. Lampert
I really can't believe I didn't think about the possibility that my browsers were both still caching the default root context from Tomcat 7 when I did the port swap. I definitely need to always remember to consider the possibility that I'm doing something stupid. -- JHHL

Re: More, Re: This is weird (cross-posted to Tomcat and Debian Lists): Tomcat 8.5 is going to /var/lib/tomcat7/webapps/ROOT

2017-09-07 Thread David Wright
On Thu 07 Sep 2017 at 16:13:37 (-0700), James H. H. Lampert wrote: > If I remember right, Linux file systems can have not only symbolic > links to files, but also multiple hard links to the same file. Is > there an easy way to look for something like that? find -type f ! -links 1 -exec ls -l {}

Still more, Re: This is weird (cross-posted to Tomcat and Debian Lists): Tomcat 8.5 is going to /var/lib/tomcat7/webapps/ROOT

2017-09-07 Thread James H. H. Lampert
I also stuck a similar named trivial static context into /var/lib/tomcat7/webapps (with a different directory name: "foobar" in Tomcat 8, "bozbar" in Tomcat 7). In theory, Tomcat 8.5 should be able to see the foobar context, but not the bozbar context; this is also true in

More, Re: This is weird (cross-posted to Tomcat and Debian Lists): Tomcat 8.5 is going to /var/lib/tomcat7/webapps/ROOT

2017-09-07 Thread James H. H. Lampert
Just for grins, I put a trivial static context (nothing more than a directory containing a simple "index.html" file) into /var/lib/tomcat8/webapps. Tomcat 8.5 found it. So it's only the root context that's somehow getting redirected. But on the other hand, if I rename var

Re: This is weird (cross-posted to Tomcat and Debian Lists): Tomcat 8.5 is going to /var/lib/tomcat7/webapps/ROOT

2017-09-07 Thread deloptes
James H. H. Lampert wrote: > Pete Helgren (on the Tomcat List) wrote: >> Longshotsomething in .profile of the user the Tomcat instance is >> running under? > > Neither the "tomcat7" nor "tomcat8" users have .profile files. > > This is intere

Re: This is weird (cross-posted to Tomcat and Debian Lists): Tomcat 8.5 is going to /var/lib/tomcat7/webapps/ROOT

2017-09-07 Thread James H. H. Lampert
Pete Helgren (on the Tomcat List) wrote: Longshotsomething in .profile of the user the Tomcat instance is running under? Neither the "tomcat7" nor "tomcat8" users have .profile files. This is interesting. I got rid of the Tomcat 8.5 catalina.out files on both

This is weird (cross-posted to Tomcat and Debian Lists): Tomcat 8.5 is going to /var/lib/tomcat7/webapps/ROOT

2017-09-07 Thread James H. H. Lampert
I've got two separate boxes, both running Debian Jessie, with both Tomcat 7.0.56 and Tomcat 8.5.14 installed, all of the installations via an apt-get from Debian's repositories. On one of the boxes (Tomcat 8.5 installed alongside Tomcat 7 with no previous Tomcat 8), Tomat 8 is someh

How do I get Tomcat 8.5? Re: I just installed "tomcat8" and "tomcat8-admin" on a Debian 8.9 box, via an apt-get

2017-09-01 Thread James H. H. Lampert
I just now realized that my subject line was not exactly to the point, so if you'll pardon a repeat of my post from yesterday: I wrote: I want to put Tomcat 8.5 on the box I've spent the past week configuring. What my apt-get got me was Tomcat 8.0.14. Can I get Tomcat 8.5 via an apt-

Re: Tomcat 5.5 Vulnerabilities

2011-03-30 Thread Camaleón
On Wed, 30 Mar 2011 09:08:04 +, Johan Karlsson wrote: > I'm trying to figure the Tomcat 5.5 Security Update that was announced > on the security list earlier today: > > - > Package: tomcat5.5 > Vulnerability : several > Proble

Tomcat 5.5 Vulnerabilities

2011-03-30 Thread Johan Karlsson
Hi, I'm trying to figure the Tomcat 5.5 Security Update that was announced on the security list earlier today: - Package: tomcat5.5 Vulnerability : several Problem type : remote Debian-specific: no CVE ID : CVE-2008-5515 CVE-2009-0033 CVE-2009

Re: Tomcat failed to shutdown

2010-05-24 Thread Chris Bannister
On Thu, Dec 31, 2009 at 10:36:11PM +0800, Niu Kun wrote: > Dear all, > Wish all on the list Happy New Year. > I've just downloaded tomcat 6.0 and install it on my latest stable > Debian system. > I also download the latest sun jdk. > Tomcat can startup successfully. But

Recent update to Tomcat has killed it

2010-02-18 Thread Alan Chandler
I have just done an update to unstable and my tomcat instance fails to start. I am not very good on understanding what is happening with tomcat, but I think its the piece of output shown below in /var/log/tomcat6/catalina.out that is the key error message. Unfortunately these messages have no

tomcat apache2 connector on lenny

2010-01-28 Thread Adam Hardy
I am setting up apache2 with to connect to tomcat, on lenny, using the packages available in the lenny repo. I installed libapache2-mod-jk and I'm following the documentation there and grabbing what info I can find from google. So I think I have everything pretty much configured right in

Tomcat failed to shutdown

2009-12-31 Thread Niu Kun
Dear all, Wish all on the list Happy New Year. I've just downloaded tomcat 6.0 and install it on my latest stable Debian system. I also download the latest sun jdk. Tomcat can startup successfully. But with shutdown.sh script bundled with tomcat, I can't shutdown tomcat. I have to kill i

Re: Tomcat error I don't understand

2009-12-26 Thread Manuel Soto
Root Cause is this line > > java.security.AccessControlException: access denied (java.io.FilePermission > /var/lib/tomcat6/webapps/akcmoney/WEB-INF/classes/META-INF/hivemodule.xml > read) > > which seems to imply that the hivemodule.xml can't be read. > > However, this is inside the dire

Tomcat error I don't understand

2009-12-26 Thread Alan Chandler
(java.io.FilePermission /var/lib/tomcat6/webapps/akcmoney/WEB-INF/classes/META-INF/hivemodule.xml read) which seems to imply that the hivemodule.xml can't be read. However, this is inside the directorys made by tomcat when it expanded the war file and has owner and group of tomcat

Re: Tomcat is only listening with ip6 and not ip4

2009-12-21 Thread Alan Chandler
Alexey Salmin wrote: I think it's related to discussion in debian-devel: ... Thus you should report a bug against Tomcat. Also you can replace "net.ipv6.bindv6only=1" with "net.ipv6.bindv6only=0" in your /etc/sysctl.d/ as a temporary solution. Thank you for this.

Re: Tomcat is only listening with ip6 and not ip4

2009-12-20 Thread Alexey Salmin
.3 > > [3] > http://books.google.com/books?id=UuIqKlWVaKcC&lpg=PA118&ots=2XZWUqI0au&pg=PA118#v=onepage > > -- > ciao, > Marco > Thus you should report a bug against Tomcat. Also you can replace "net.ipv6.bindv6only=1" with "net.ipv6.bindv6only=

Re: Tomcat is only listening with ip6 and not ip4

2009-12-20 Thread Alan Chandler
Alan Chandler wrote: I have just upgraded my server from lenny to unstable and I now find a tomcat application server backed has stopped working (front end on another machine has the jk_mod installed and links through using ajp on port 8009). Using netstat --listening on the tomcat machine I

Tomcat is only listening with ip6 and not ip4

2009-12-20 Thread Alan Chandler
I have just upgraded my server from lenny to unstable and I now find a tomcat application server backed has stopped working (front end on another machine has the jk_mod installed and links through using ajp on port 8009). Using netstat --listening on the tomcat machine I find that tomcat is

Re: Apache Tomcat & WebServer on Lenny

2009-09-18 Thread Jesús M. Navarro
Hi, Roger: On Friday 18 September 2009 14:48:32 RogerV wrote: > Is there anything "different" needed to configure Tomcat to work behind > Apache webserver under Debian Not that I'm aware off. > as opposed to say OpenSuse or Windows. I've > been fighting this a

Apache Tomcat & WebServer on Lenny

2009-09-18 Thread RogerV
Is there anything "different" needed to configure Tomcat to work behind Apache webserver under Debian, as opposed to say OpenSuse or Windows. I've been fighting this all day and Apache flatly refuses to forward URL's to tomcat and instead look for all urls at /var/www. All

Re: Instal sun java 1.5 jdk or jre and tomcat 5.5.25

2009-04-19 Thread Sven Hoexter
On Sun, Apr 19, 2009 at 06:03:48PM -0300, Pablo Augusto wrote: > hello, > > im new in at linux administration, > i have to install java (1.5 [jre or jdk] ) and tomcat 5.5.25 > > Can anyone help me? Any goot step-step guide? Hm no real idea about tomcat and the requirements but

Instal sun java 1.5 jdk or jre and tomcat 5.5.25

2009-04-19 Thread Pablo Augusto
hello, im new in at linux administration, i have to install java (1.5 [jre or jdk] ) and tomcat 5.5.25 Can anyone help me? Any goot step-step guide? I just try search at google bur not sucess. Thanks in advanced

Failed to Deploy Web App on Tomcat

2009-01-09 Thread Zaki Akhmad
Hello, I am using Debian amd 64 testing. The Tomcat version is 5.5 I cannot deploy my web application. Here's the log I found[1]. Anybody could give me a hint, what should I do? -za, [1] /var/log/syslog Jan 9 15:51:41 freelance2 jsvc.exec[3664]: 9-Jan-09 3:51:

Re: Starting at boot Tomcat 6 on Debian

2008-12-02 Thread Csanyi Pal
Csanyi Pal <[EMAIL PROTECTED]> writes: > Hi, > > I have installed Tomcat 6 on Debian GNU/Linux Etch using > apache-tomcat-6.0.18.tar.gz in to the /usr/local/apache-tomcat-6.0.18/ > directory. > > I setup in the .bash_profile JAVA_HOME and PATH variables: > > $ ec

Starting at boot Tomcat 6 on Debian

2008-11-29 Thread Csanyi Pal
Hi, I have installed Tomcat 6 on Debian GNU/Linux Etch using apache-tomcat-6.0.18.tar.gz in to the /usr/local/apache-tomcat-6.0.18/ directory. I setup in the .bash_profile JAVA_HOME and PATH variables: $ echo $JAVA_HOME /usr/lib/jvm/java-6-sun-1.6.0.07 $ echo $PATH /usr/local/bin:/usr/bin

Error While Deploying Web Application on Tomcat

2008-11-07 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear all, I am using Debian Testing. I am having difficulty, while deploying web application on Tomcat. Are there any Tomcat configuration that I miss? Here's my error log[1] - -- Zaki Akhmad [1] error log tomcat HTTP Status 500 - type Exce

Re: Where's Catalina Tomcat Directory?

2008-11-03 Thread Alex Samad
? > > :-) > > Actually I've done this. > > I deploy sample.war with tomcat manager. Then I see it shows on > /usr/share/tomcat5.5/webapps Unfortunately I don't have .war on my > webapplication which is I want to deploy. I try to deploy it with > directory optio

Re: Where's Catalina Tomcat Directory?

2008-11-03 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 3, 2008 at 3:30 PM, Bob Cox wrote: > Maybe http://www.google.com/search?q=debian+catalina+webapps+directory > has some helpful information? :-) Actually I've done this. I deploy sample.war with tomcat manager. Then I see

Re: Where's Catalina Tomcat Directory?

2008-11-03 Thread Bob Cox
On Mon, Nov 03, 2008 at 14:59:41 +0700, Zaki Akhmad ([EMAIL PROTECTED]) wrote: > I am using Debian Testing. And I installed tomcat5.5 with apt-get > method. I have one web application directory, but I don't know how to > deploy it on Tomcat. While I work on Tomcat on Windows, I jus

Where's Catalina Tomcat Directory?

2008-11-02 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am using Debian Testing. And I installed tomcat5.5 with apt-get method. I have one web application directory, but I don't know how to deploy it on Tomcat. While I work on Tomcat on Windows, I just copy it to the Catalina webapps dire

Re: firewall problems killing tomcat and apache

2008-03-16 Thread Adam Hardy
e DSL modem. It's got dnsmasq and iptables. I'm saying that because I think it's the firewall causing the problem, but I don't know for sure or why. I am trying to run apache and tomcat servers to serve content and apps for the internal LAN, and not externally. Apache runs

Re: firewall problems killing tomcat and apache

2008-03-15 Thread Mumia W..
d iptables. I'm saying that because I think it's the firewall causing the problem, but I don't know for sure or why. I am trying to run apache and tomcat servers to serve content and apps for the internal LAN, and not externally. Apache runs fine, but tomcat is very slow to load (3

Re: firewall problems killing tomcat and apache

2008-03-15 Thread Adam Hardy
think it's the firewall causing the problem, but I don't know for sure or why. I am trying to run apache and tomcat servers to serve content and apps for the internal LAN, and not externally. Apache runs fine, but tomcat is very slow to load (3 mins) when it should be 1 or 2 seconds. I

Re: firewall problems killing tomcat and apache

2008-03-14 Thread Mumia W..
g the problem, but I don't know for sure or why. I am trying to run apache and tomcat servers to serve content and apps for the internal LAN, and not externally. Apache runs fine, but tomcat is very slow to load (3 mins) when it should be 1 or 2 seconds. It is also not possible to shut to

firewall problems killing tomcat and apache

2008-03-14 Thread Adam Hardy
or why. I am trying to run apache and tomcat servers to serve content and apps for the internal LAN, and not externally. Apache runs fine, but tomcat is very slow to load (3 mins) when it should be 1 or 2 seconds. It is also not possible to shut tomcat down - it makes the 'tomcat5.5 stop&

installing SAM/ELN using apache+tomcat on debian?

2008-02-05 Thread Michael A. Miller
I am attempting to install the SAM/ELN software from ORNL/PNNL (collaboratory.emsl.pnl.gov and sourceforge.net/projects/eln/) but I am hampered by having no experience with tomcat. Has anyone successfully run this software on a debian box with apache and tomcat? I am not able to get user

Re: Installing Tomcat into Debian 4.0

2007-09-18 Thread Juan Asensio Sánchez
/java-1.5.0-sun" $ apt-get -y install tomcat5.5 tomcat5.5-webapps tomcat5.5-admin $ nano /var/lib/tomcat5.5/conf/tomcat-users.xml $ sed -i 's/#TOMCAT5_SECURITY=yes$/TOMCAT5_SECURITY=no/' /etc/default/tomcat5.5 $ /etc/ini

Re: Installing Tomcat into Debian 4.0

2007-09-18 Thread Sergio Cuéllar Valdés
2007/9/18, Chan Lee <[EMAIL PROTECTED]>: > Hi, > > Can someone help on getting Tomcat in Debian 4.0 ? > The Tomcat-5 I installed from Debian package repository > doen't work as it ran into Java OutOfMemoryError when > I tried to open the port 8180 - there's a

Installing Tomcat into Debian 4.0

2007-09-18 Thread Chan Lee
Hi, Can someone help on getting Tomcat in Debian 4.0 ? The Tomcat-5 I installed from Debian package repository doen't work as it ran into Java OutOfMemoryError when I tried to open the port 8180 - there's apparent JVM issue. Rather than trying to solve this issue, I

Re: Installing & using tomcat

2007-07-15 Thread Marko Randjelovic
Blast o_O wrote: > Hello!!! > > I need to install tomcat in Ubuntu Feisty, but I'm new in the topic, can > you give me a hand with this!!?? I'll be really thankful ;) > > Good luck!!! > B. > > In Debian, you install it with apt-get install tomcat5.5 to

Installing & using tomcat

2007-07-14 Thread Blast o_O
Hello!!! I need to install tomcat in Ubuntu Feisty, but I'm new in the topic, can you give me a hand with this!!?? I'll be really thankful ;) Good luck!!! B. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Tomcat installation blues

2007-05-29 Thread Joachim Smit
Have you read the documentation in /usr/share/doc/libapache2-mod-jk ? What about on the apache tomcat website? I didn't find much documentation on the Apache-Tomcat website. I found this: http://www.switch.ch/aai/docs/shibboleth/SWITCH/1.3/idp/run-tomcat-unprivileged.html I'll

Re: Tomcat installation blues

2007-05-27 Thread Nyizsnyik Ferenc
he next step? > > Regards, > > Joachim > > You have to make a web.xml file in $APP_DIR/WEB-INF. If you don't plan to use servlets (only jsp and static html), it may be as simple as: Just for info, I also have installed both Apache and Tomcat, but I did the trick wi

Re: Tomcat installation blues

2007-05-27 Thread Marko Randjelovic
d in your first post you could not install jre. Tomcat cannot work without jre. sun-java5 packages are in non-free repository, which is not included by default in /etc/apt/sources.list. Did you enabled it? If not, edit this file and add non-free at the end of web repository line. For example

Re: Tomcat installation blues

2007-05-27 Thread Roberto C . Sánchez
d the documentation in /usr/share/doc/libapache2-mod-jk ? What about on the apache tomcat website? Regards, -Roberto -- Roberto C. Sánchez http://people.connexer.com/~roberto http://www.connexer.com signature.asc Description: Digital signature

Re: Tomcat installation blues

2007-05-27 Thread Joachim Smit
OK I installed mod_jk.so and JDK now. Thanks! But now a JSP-file in /var/www is not recognized as a JSP-file. My browser shows me the plain java-code. What is the next step? Regards, Joachim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Re: Tomcat installation blues

2007-05-26 Thread Jeff D
On Sun, 27 May 2007, Joachim Smit wrote: To install Tomcat together with Apache2 properly I need the file mod_jk.so. It is not included in the Tomcat-package so I have to compile it manualy. Tot be able to do so I need the JDK. When I try to install sun-java5-jdk with apt-get I got the message

Re: Tomcat installation blues

2007-05-26 Thread Roberto C . Sánchez
On Sun, May 27, 2007 at 08:43:23AM +0200, Joachim Smit wrote: > To install Tomcat together with Apache2 properly I need the file mod_jk.so. > > It is not included in the Tomcat-package so I have to compile it > manualy. Tot be able to do so I need the JDK. When I try to install >

Tomcat installation blues

2007-05-26 Thread Joachim Smit
To install Tomcat together with Apache2 properly I need the file mod_jk.so. It is not included in the Tomcat-package so I have to compile it manualy. Tot be able to do so I need the JDK. When I try to install sun-java5-jdk with apt-get I got the message that the package doesn't exist and w

Re: linux/tomcat

2007-04-16 Thread failloma
We are launching tomcat via a boot script and 'tomcat55' user is not a standard user. He has no .bashrc file, he has no home. On the other hand the 'other processes' are servlets which call IDL software. We are going to look at $APP_DIR/WEB-INF/web.xml. Thanks M On Apr 13,

Re: linux debian / tomcat

2007-04-16 Thread Julian De Marchi
[EMAIL PROTECTED] wrote: Hi, I have a Java servlet running with Tomcat 5.5 under Linux Debian. I need to indicate tomcat where are located the other processes called by the Java servlet. For that, I must specify environment variables for the tomcat user (and not for root or any other user) but I

linux debian / tomcat

2007-04-16 Thread failloma
Hi, I have a Java servlet running with Tomcat 5.5 under Linux Debian. I need to indicate tomcat where are located the other processes called by the Java servlet. For that, I must specify environment variables for the tomcat user (and not for root or any other user) but I don't know in

Re: linux/tomcat

2007-04-14 Thread Marko Randjelovic
[EMAIL PROTECTED] wrote: > Hi, > I have a Java servlet running with Tomcat 5.5 under Linux Debian. > I need to indicate tomcat where are located the other processes called > by the Java servlet. For that, I must specify environment variables > for the tomcat user (and not for ro

Re: linux/tomcat

2007-04-14 Thread Nyizsnyik Ferenc
On 12 Apr 2007 23:19:42 -0700 [EMAIL PROTECTED] wrote: > Hi, > I have a Java servlet running with Tomcat 5.5 under Linux Debian. > I need to indicate tomcat where are located the other processes called > by the Java servlet. For that, I must specify environment variables > for

Re: linux/tomcat

2007-04-13 Thread Adam Hardy
[EMAIL PROTECTED] on 13/04/07 07:19, wrote: I have a Java servlet running with Tomcat 5.5 under Linux Debian. I need to indicate tomcat where are located the other processes called by the Java servlet. For that, I must specify environment variables for the tomcat user (and not for root or any

linux/tomcat

2007-04-12 Thread failloma
Hi, I have a Java servlet running with Tomcat 5.5 under Linux Debian. I need to indicate tomcat where are located the other processes called by the Java servlet. For that, I must specify environment variables for the tomcat user (and not for root or any other user) but I don't know in

SOLVED: Re: Problems of loading Tomcat at OS-startup

2006-12-27 Thread Gregor Schneider
sorry, the reason for this was a wrongly configured JAVA_HOME, however, my script didn't bother to log the appropriate message. cheers greg -- what's puzzlin' you, is the nature of my game gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 --

Problems of loading Tomcat at OS-startup

2006-12-27 Thread Gregor Schneider
Hi list, I'm quite a Debian-newbie, therefore please forgive me if I'm asking some beginner's questions. Anyway, here's my problem: - I've written a startup-script to launch Tomcat 55 which I placed in /etc/init.d - The rights are set to ugo+rx go-w, owner is r

Re: Etch Upgrade to Apache2 seems to have screwed tomcat

2006-10-29 Thread Alan Chandler
ptions +ForwardDirectories > JkShmFile /var/log/apache2/jk-runtime-status > > and /etc/apache2/urimap.properties > > has amongst other lines this > > /blog/app=tomcat -- Alan Chandler http://www.chandlerfamily.org.uk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Etch Upgrade to Apache2 seems to have screwed tomcat

2006-10-29 Thread Alan Chandler
On Sunday 29 October 2006 22:40, Alan Chandler wrote: > I have got over most of the issues, but one is completely foxing me. That > is getting requests passed through to tomcat. I should say, that prior to the upgrade I had downloaded and installed a binary verision of mod_jk from the

Etch Upgrade to Apache2 seems to have screwed tomcat

2006-10-29 Thread Alan Chandler
I just did an upgrade of my etch based server, and as part of the process it seems to have completely screwed my apache setup. I have got over most of the issues, but one is completely foxing me. That is getting requests passed through to tomcat. apache2.conf has the following lines to enable

Re: trouble installing tomcat - javac cannot compile [SOLVED]

2006-06-28 Thread Bill Jones
On 6/28/06, Jean-Sebastien Pilon <[EMAIL PROTECTED]> wrote: The following packages solved my problem. I am happy for you =) One day I hope list management software would do what posters should do -- trim the posting to something with relevancy... -- WC (Bill) Jones -- http://youve-reached-t

OSPORTFOLIO install troubles: any java/tomcat gurus familiar with this on debian?

2005-12-02 Thread will trillich
-connector-java-3.1.11/mysql-connector-java-3.1.11-bin.jar osp-2.0.1/jakarta-tomcat-5.0.28/common/lib/ maybe jamvm is what we need? maybe not? # apt-get install jamvm $ cd osp*/ $ chmod +x *.sh $ export JAVA_HOME=/usr $ ./install.sh > install.out $ ./clean.sh JAVA_HOME: /usr ANT_HOME: /h

Re: Tyan Tomcat i7221A

2005-11-29 Thread Hodgins Family
Good morning! I'm about to buy 6 boxes with the Tyan Tomcat i7221A mainboard in it. The client wants to run Debian. Now .. I don't know a lot about the hardware support in Debian. Can someone advise me on this? Will this box install with the latest stable install CD? The full sp

Tyan Tomcat i7221A

2005-11-29 Thread Johan Kooijman
Hi all, I'm about to buy 6 boxes with the Tyan Tomcat i7221A mainboard in it. The client wants to run Debian. Now .. I don't know a lot about the hardware support in Debian. Can someone advise me on this? Will this box install with the latest stable install CD? The full specs ca

Re: tomcat on sarge (for magnolia)

2005-06-03 Thread Roberto C. Sanchez
On Fri, Jun 03, 2005 at 04:41:59PM -0500, w trillich wrote: > is there an apt-get install rigamarole to get tomcat going on sarge? > (ultimate > goal is to try to get 'magnolia' running...) > > > sites such as http://www.whirljack.net/jeremy/blog/index.php?p=3 >

tomcat on sarge (for magnolia)

2005-06-03 Thread w trillich
is there an apt-get install rigamarole to get tomcat going on sarge? (ultimate goal is to try to get 'magnolia' running...) sites such as http://www.whirljack.net/jeremy/blog/index.php?p=3 indicate you can't do it from debian packages... # apt-cache search tomcat lg-issue69 -

trying to get java and tomcat running (newby)

2004-11-03 Thread jesse
ok, i had java (blackdown, 1.3 i think) working ok, and tomcat (5?) as well, but i had downloaded and unpacked and configured them myself. suddenly, tomcat ceased to function (I don't do a whole lot on that server except develop web sites, and I can't think of anything I would'

Re: apache + mass virtual hosting +tomcat please help (resin ??)

2004-10-15 Thread Pritpal Dhaliwal
You can accomplish this with resin. You can tell resin which hosts resin should take care of and which it shouldn't. read some docs and give it a whirl www.caucho.com resin 3.0.9 has been release as GPL. Pritpal Dhaliwal Roozemond, D.A. wrote: Hi, Few virtual sites needs tomcat in ord

Re: apache + mass virtual hosting +tomcat please help

2004-10-14 Thread S.D.A.
On Thu, Oct 14, 2004 at 10:37:20PM +0200 or thereabouts, Roozemond, D.A. wrote: > IIRC Tomcat is a standalone program, not a plugin for apache. This means > tomcat needs to listen on port 80 in order to serve http requests, and > this is exactly the port where apache wants to liste

Re: apache + mass virtual hosting +tomcat please help

2004-10-14 Thread Cristi Banciu
Roozemond, D.A. wrote: (although there might be a workaround with bridged networking etc). The easiest solution I see is letting tomcat run on port 81 (for instance), and tell apache to redirect any requests for http://www.tomcatsite.com/ to http://www.tomcatsite.com:81/, which tomcat will then

RE: apache + mass virtual hosting +tomcat please help

2004-10-14 Thread Roozemond, D.A.
Hi, > Few virtual sites needs tomcat in order to work. I have installed > tomcat4 and mod_jk2, but I have no idea how could I tell that > www.tomcatsite.com which is > /var/vhosts/www.tomcatsite.com/httpdocs is a > site that requires java ? IIRC Tomcat is a standalone progra

apache + mass virtual hosting +tomcat please help

2004-10-14 Thread Cristi Banciu
Hi, I have configured apache with mass virtual hosting by adding following line to apache's conf files. VirtualDocumentRoot /var/vhosts/%0/httpdocs/ and everything seems to work just fine with a little exception. Few virtual sites needs tomcat in order to work. I have installed tomcat

Tomcat 5 debs available

2004-09-30 Thread Paul Dwerryhouse
Hi all, I had a need for a deb of Tomcat 5, so I've spent the last couple of days packaging it, and figured that it might also be useful to someone else on these lists. Package name is 'tomcat5' and the deb is available here: deb http://apt.leapster.org/tomcat

Re: Apache/Tomcat integration on Debian?

2004-03-24 Thread Rainer Höckmann
> If there's a tutorial somewhere I'd appreciate it if you can point me to > it. Maybe http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html helps you?    Rainer Hoeckmann -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: Apache/Tomcat integration on Debian?

2004-03-23 Thread Katipo
Charlie Wu wrote: > Hi.. I'm a linux newbie and am trying to set up a web server using > Apache (to serve html, javascripts and images) and tomcat (to serve > up JSPs that talk to mysql). I have apache 1.3.26 running on port 80 > and have downloaded tomcat 5.0.19 that starts on

Apache/Tomcat integration on Debian?

2004-03-23 Thread Charlie Wu
Hi.. I'm a linux newbie and am trying to set up a web server using Apache (to serve html, _javascript_s and images) and tomcat (to serve up JSPs that talk to mysql). I have apache 1.3.26 running on port 80 and have downloaded tomcat 5.0.19 that starts on port 8080. How do I get these t

jdk1.4? compatible tomcat?

2003-08-08 Thread nori heikkinen
hey all, i certainly don't understand all the technicalities of debian + java, but i do know that i can apt-get install jdk1.1, but not jdk1.4. why is this? this is particularly frustrating for me right now, as i need jdk1.4 and tomcat 3.3, but can only get the latter with jdk1.1 vi

Re: jdk1.4? compatible tomcat?

2003-08-07 Thread Shyamal Prasad
y nori> frustrating for me right now, as i need jdk1.4 and tomcat nori> 3.3, but can only get the latter with jdk1.1 via apt. You can certainly get jdk1.3.1 from Blackdown, and this works with the Tomcat 4.0.4 in Woody/Sarge and also (as I found out in the last few days) with T

Re: tomcat problems

2003-06-12 Thread Richard Heycock
I'm fairly sure you will need to have the sdk not just the jre as tomcat needs to compile the jsp to a servlet. You might also like to check that the JAVA_HOME environment variable is set (and don't forget to export it!) and that 'java' is in the path. rgh On Thu, 2003-06

tomcat problems

2003-06-11 Thread Harshu
Hi, I was trying to compile ayttm and at configure stage found out that jasper was need and search on packages.debian.org showed that tomcat had it. Now the the problem is when I try to install it and at the end of the installation it fails. Now I have already got j2re1.4.1 unpacked from a bin

Re: tomcat and woody

2003-03-02 Thread Rob Weir
On Thu, Feb 27, 2003 at 04:24:38PM -0800, Peter Hicks wrote: > Does anyone here have experience with the tomcat in woody? I installed > it for some clients to do some development work, along with > libapache-mod-webapp ( I heard that this apache module work better > thatn mod_jk).

Re: tomcat and woody

2003-02-28 Thread Shyamal Prasad
"Peter" == Peter Hicks <[EMAIL PROTECTED]> writes: Peter> Does anyone here have experience with the tomcat in woody? Peter> I installed it for some clients to do some development Peter> work, along with libapache-mod-webapp ( I heard that this Peter&g

Re: tomcat and woody

2003-02-28 Thread daniel huhardeaux
Peter Hicks wrote: Does anyone here have experience with the tomcat in woody? I installed it for some clients to do some development work, along with libapache-mod-webapp ( I heard that this apache module work better thatn mod_jk). Should I go install a more current version of tomcat? I have the

  1   2   3   >