Re: Windows 10 - installing tomcat 9.0.84 as a service

2024-01-09 Thread Christoph Kukulies
The service 'Tomcat9' has been installed. Stopping and starting the service using tomcat9w (setting everying to auto and start mode Automatic) finale made it working. -- Christoph > Am 09.01.2024 um 15:03 schrieb Christoph Kukulies : &

Re: Windows 10 - installing tomcat 9.0.84 as a service

2024-01-09 Thread Christoph Kukulies
ontroller herstellen. > Am 09.01.2024 um 14:31 schrieb Christoph Kukulies : > > A few more observations: the tomcat9 service got installed nonetheless. I was > able to chage the log path using tomcat9w afterwards. > But the logs don't look nice, not to talk from seeing anything

Re: Windows 10 - installing tomcat 9.0.84 as a service

2024-01-09 Thread Christoph Kukulies
-09 14:21:37] [info] [ 9840] Apache Commons Daemon procrun finished. > Am 09.01.2024 um 14:05 schrieb Christoph Kukulies : > > I'm trying to install Tomcat-9.0.84 under Windows 10 as a service. >

Windows 10 - installing tomcat 9.0.84 as a service

2024-01-09 Thread Christoph Kukulies
I'm trying to install Tomcat-9.0.84 under Windows 10 as a service. I unpacked it under C:\apache-tomcat-9.0.84 and after creating a file setenv.bat (as of the RUNNING.TXT document) I ran: C:\apache-tomcat-9.0.84\bin>set CATALINA_HOME=C:\apache-tomcat-9.0.84" C:\apache-tomcat-9.0.84\bin>tomcat9

Re: Secure connection - only ipv6 listener at port 8443

2024-01-08 Thread Christoph Kukulies
TS_APPEND=-Djava.net.preferIPv4Stack=true', but you > probably don't want to do this. > > On 08/01/2024 09:40, Christoph Kukulies wrote: >> Hi, >> >> I'm trying to connect to a tomcat9 server for which I made an entry in >> server.xml: >> >> >

Secure connection - only ipv6 listener at port 8443

2024-01-08 Thread Christoph Kukulies
Hi, I'm trying to connect to a tomcat9 server for which I made an entry in server.xml: and the following entries are also present, FWIW: Connection to the server through port 8443 seems to work (filtered by ufw) but I'm wondering

setenv.sh tomcat8 changelog

2023-12-04 Thread Christoph Kukulies
The tomcat8 changelog shows the following remark among others: General • Tighten up the default file permissions for the .tar.gz distribution so no files or directories are world readable by default. Configure Tomcat to run with a default umask of 0027 which may be overridden by

Re: Tomcat9 not listening to ipv4 port 8080, only ipv6

2023-11-28 Thread Christoph Kukulies
Hi Christopher, That was my connector: I tried netstat -tulpn as well and it could be seen there was no listener under ip4 and port 8080. Thanks, -- Christoph > Am 28.11.2023 um 15:15 schrieb Christopher Schultz > : > > Christoph, > > On 11/28/23 08:26, Christ

Re: Tomcat9 not listening to ipv4 port 8080, only ipv6

2023-11-28 Thread Christoph Kukulies
h, > > On Tue, Nov 28, 2023, 5:55 PM Christoph Kukulies <mailto:k...@kukulies.org.invalid>> > wrote: > >> I'm pulling my hairs on a suddenly occured - possibly - misconfiguration. >> But I can't find it out: >> >> catalin

Tomcat9 not listening to ipv4 port 8080, only ipv6

2023-11-28 Thread Christoph Kukulies
I'm pulling my hairs on a suddenly occured - possibly - misconfiguration. But I can't find it out: catalina.2023-11-28.log: 28-Nov-2023 13:15:43.742 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/9.0.58 (Ubuntu) 28-Nov-2023 13:15:43.743

Re: Logging format (port %p)

2023-11-18 Thread Christoph Kukulies
Sorry, a bit searching revealed: /var/lib/tomcat9/server.xml: > Am 18.11.2023 um 14:48 schrieb Christoph Kukulies : > > I'm running tomcat9 as a backend server and I have configured different > ports. For debugging purposes I would like to log the port > a request is bei

Logging format (port %p)

2023-11-18 Thread Christoph Kukulies
I'm running tomcat9 as a backend server and I have configured different ports. For debugging purposes I would like to log the port a request is being sent through. Where is the logging format "wired" into the config? At the moment I'm seeing this (in root@mail:/var/lib/tomcat9/logs# tail -f

Re: Wondering about tomcat-users.xml could not be found

2023-11-17 Thread Christoph Kukulies
> Am 16.11.2023 um 20:19 schrieb l...@kreuser.name: > > Hi Chris*, > > >> Am 16.11.2023 um 20:12 schrieb Christopher Schultz >> : >> >> Christoph, >> >> On 11/15/23 10:32, Christoph Kukulies wrote: >>> I'm running tomcat9 un

Wondering about tomcat-users.xml could not be found

2023-11-15 Thread Christoph Kukulies
I'm running tomcat9 under Ubuntu 22.04 with an haproxy 2.8 in front of it. I'm wondering about the following in the logs: Nov 15 16:19:23 mail tomcat9[832]: Reloading memory user database [UserDatabase] from updated source [file:/var/lib/tomcat9/conf/tomcat-users.xml] Nov 15 16:19:23 mail

file ownership of webapps and below

2020-07-14 Thread Christoph Kukulies
I found there are some mismatches in file ownership from manual installation and moving around webapps trees from different tomcat versions. My current tomcat (9) runs under user.group tomcat.tomcat. A couple of files have ownership root.tomcat tomcat8. Would it be ok to chown all files

Tomcat 9.0.12 shows in browser but tomcat8 installed

2020-07-12 Thread Christoph Kukulies
Strange. I’m running an apache2 and a tomcat8 (AFAIK) on my server. When I open a browser on my server remotely and enter http://localhost:8080/ I’m getting the tomcat congratulations page saying: Apache Tomcat/9.0.12 How can I determine which tomcat I’m running?

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Christoph Kukulies
Is it an Ubuntu peculiarity that a tomcat.service gets installed? I assume, I’m getting this automatically when doing an apt-get install tomcat8, right? — Christoph > Am 09.07.2020 um 15:19 schrieb calder : > > On Thu, Jul 9, 2020, 06:59 Christoph Kukulies <mailto:k...@kukulies

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Christoph Kukulies
> Am 09.07.2020 um 13:34 schrieb calder : > > On Thu, Jul 9, 2020 at 4:48 AM Christoph Kukulies wrote: >> >> I’m resurrecting tomcat on a server (Ubuntu 18.04.4) on which I had been >> running tomcat7 some time ago. >> At the moment, when the system has

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Christoph Kukulies
> Am 09.07.2020 um 13:28 schrieb Martin Grigorov : > > Hi Christoph, > > On Thu, Jul 9, 2020 at 12:48 PM Christoph Kukulies > wrote: > >> I’m resurrecting tomcat on a server (Ubuntu 18.04.4) on which I had been >> running tomcat7 some time ago. >> At the

Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Christoph Kukulies
I’m resurrecting tomcat on a server (Ubuntu 18.04.4) on which I had been running tomcat7 some time ago. At the moment, when the system has started up, I’m seeing a process: root@kuku:~# ps ax | grep -i tomcat 1092 ?Sl 0:08 /usr/lib/jvm/java-1.11.0-openjdk-i386/bin/java

Re: 404 - servlet not found (7.0.52)

2017-08-01 Thread Christoph Kukulies
Argh. I solved it. I had a dangling servlet-mapping section in my web.xml. Weird, that tomcat doesn't report on this, or does it? Am 01.08.2017 um 12:09 schrieb Christoph Kukulies: I'm pulling my hairs at the moment for a servlet is not being found which worked before. I have a class

404 - servlet not found (7.0.52)

2017-08-01 Thread Christoph Kukulies
I'm pulling my hairs at the moment for a servlet is not being found which worked before. I have a class in webapps/servlets/WEB-INF/classes/My.class and sections in web.xml for this: My My and a mapping: My /servlet/My What I did last

minSpareThreads maxSpareThreads property

2010-12-10 Thread Christoph Kukulies
I installed the APR tomcat native library today. It is giving the WARNINGs below. Can anyone comment? catalina.out: 10.12.2010 11:08:54 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.20. 10.12.2010 11:08:54

Re: minSpareThreads maxSpareThreads property

2010-12-10 Thread Christoph Kukulies
Am 10.12.2010 14:02, schrieb André Warnier: Christoph, compare this page : http://tomcat.apache.org/tomcat-6.0-doc/config/http.html#Standard_Implementation to this page : http://tomcat.apache.org/tomcat-5.5-doc/config/http.html In other words, there is a strong suspicion that when you

Re: what ist $CATALINA_HOME/server ? (debian)

2010-12-08 Thread Christoph Kukulies
Am 07.12.2010 22:19, schrieb g f: Did you aptitude install tomcat6? If so why not modify the init.d script that came with that. If not perhaps you want to try to use the debs. apt-get install tomcat6 G AFAIK there isn't such a thing like a tomcat6 package under the debian distribution. And I

JMX.mbean.unregistered - Stopping Coyote

2010-12-07 Thread Christoph Kukulies
I'm trying to figure out why my apache2/tomcat5.5 combo isn't working any longer since some update I did on my debian 5.0.6 machine. I have three connetors on port 8080, 8081 and 8082 between apache2 and tomcat5.5 to serve some VirtualHosts. None of the Vhosts is working (they are all giving

Re: JMX.mbean.unregistered - Stopping Coyote

2010-12-07 Thread Christoph Kukulies
Am 07.12.2010 12:01, schrieb André Warnier: Christoph Kukulies wrote: I'm trying to figure out why my apache2/tomcat5.5 combo isn't working any longer since some update I did on my debian 5.0.6 machine. What did you update ? It's a couple of months back and I did some apt-get update

what ist $CATALINA_HOME/server ? (debian)

2010-12-07 Thread Christoph Kukulies
In seeking what screwed my installation I'm stumbling across a directory /usr/share/tomcat5.5/server /usr/share/tomcat5.5# find server server server/classes server/webapps server/webapps/host-manager server/webapps/host-manager/manager.xml server/webapps/host-manager/host-manager.xml

Re: what ist $CATALINA_HOME/server ? (debian)

2010-12-07 Thread Christoph Kukulies
Am 07.12.2010 16:15, schrieb Konstantin Kolinko: 2010/12/7 Caldarale, Charles Rchuck.caldar...@unisys.com: What is this? Some Debian specific stuff? No, it's part of every Tomcat 5.5 distribution. Debian may have modified it. +1. In TC 5.5 there were separate server, common and shared

Re: running tomcat6 under a different user than root (debian)

2010-10-30 Thread Christoph Kukulies
Am 29.10.2010 15:29, schrieb Mark Thomas: On 29/10/2010 14:19, Darryl Lewis wrote: Are you serious? Completely. If you have a scheme that encrypts the database username and password in server.xml and provides genuine additional security over and above limiting access to server.xml to the user

tomcat6.0.29 on debian lenny

2010-10-29 Thread Christoph Kukulies
I ran a tomcat 5.5 on an older debian formerly and after an upgrade to 5.0.6 (debian lenny), my tomcat installation is messed up. I'm running the tomcat behind an apache2 with some connectors. The mess must have to do something with the (braindead imho) split up between /usr/share/tomcat5.5 and

Re: tomcat6.0.29 on debian lenny

2010-10-29 Thread Christoph Kukulies
Am 29.10.2010 11:12, schrieb Mark Thomas: On 29/10/2010 09:51, Christoph Kukulies wrote: Anyway, to come to the point, I downloaded the tomcat 6.0.29 tar ball and installed it under /opt/tomcat, wrote a little startup script that simply invoked bin/startup.sh resp. shutdown. Didn't set any

running tomcat6 under a different user than root (debian)

2010-10-29 Thread Christoph Kukulies
How can I run tomcat under a different user than root (debian e.g.)? -- Christoph P.U. Kukulies - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: How to make a webapp restart

2010-06-29 Thread Christoph Kukulies
Am 29.06.2010 00:22, schrieb Dola Woolfe: Thanks, Chuck. And is there a setting to have Tomcat automatically restarted when jar changes under tomcat/lib? I'm not sure if this is of any use for you, Dola, but when a .war file is deployed to the webapps directory, tomcat loads the

Re: tomcat 6 (windows 7- 64 bits) doesn't start

2010-05-07 Thread Christoph Kukulies
Am 06.05.2010 14:51, schrieb Caldarale, Charles R: From: Christoph Kukulies [mailto:k...@kukulies.org] Subject: Re: tomcat 6 (windows 7- 64 bits) doesn't start I believe it's because I only have the jre, not the jdk and I'm downloading at the moment. No, Tomcat runs fine on a JRE

Re: tomcat 6 (windows 7- 64 bits) doesn't start

2010-05-07 Thread Christoph Kukulies
Am 07.05.2010 09:42, schrieb Tommy Pham: -Original Message- From: Christoph Kukulies [mailto:k...@kukulies.org] Sent: Friday, May 07, 2010 12:21 AM To: Tomcat Users List Cc: Caldarale, Charles R Subject: Re: tomcat 6 (windows 7- 64 bits) doesn't start Am 06.05.2010 14:51, schrieb

tomcat 6.0.26 and Windows 7 - should I go for 64bit?

2010-05-06 Thread Christoph Kukulies
I moved to Windows 7 and I'm wondering whether it would be appropriate to install the 64bit server or say with the 32bit version. What implications would it have? Memory footprint? Would I have to run two JVM? a 64 bits and a 32bit (when running other apps like OpenOffice?) -- Christoph

Re: tomcat 6.0.26 and Windows 7 - should I go for 64bit?

2010-05-06 Thread Christoph Kukulies
Am 06.05.2010 10:59, schrieb Pid: On 06/05/2010 09:55, Christoph Kukulies wrote: I moved to Windows 7 and I'm wondering whether it would be appropriate to install the 64bit server or say with the 32bit version. 64bit JVM, not 'server'. Tomcat is agnostic with respect to bit counts

tomcat 6 (windows 7- 64 bits) doesn't start

2010-05-06 Thread Christoph Kukulies
Tomcat 6.0.26 doesn't start. I used the 64bit installer under Windows 7. jakarta_service_log: [2010-05-06 11:41:44] [info] Commons Daemon procrun (1.0.2.0) started [2010-05-06 11:41:44] [info] Running Service... [2010-05-06 11:41:44] [info] Starting service... [2010-05-06 11:41:44] [206

Re: tomcat 6 (windows 7- 64 bits) doesn't start

2010-05-06 Thread Christoph Kukulies
Am 06.05.2010 12:07, schrieb Pid: On 06/05/2010 10:44, Christoph Kukulies wrote: Tomcat 6.0.26 doesn't start. I used the 64bit installer under Windows 7. jakarta_service_log: [2010-05-06 11:41:44] [info] Commons Daemon procrun (1.0.2.0) started [2010-05-06 11:41:44] [info] Running Service

Re: tomcat 6 (windows 7- 64 bits) doesn't start

2010-05-06 Thread Christoph Kukulies
Am 06.05.2010 12:07, schrieb Pid: On 06/05/2010 10:44, Christoph Kukulies wrote: Tomcat 6.0.26 doesn't start. I used the 64bit installer under Windows 7. jakarta_service_log: [2010-05-06 11:41:44] [info] Commons Daemon procrun (1.0.2.0) started [2010-05-06 11:41:44] [info] Running Service

Re: tomcat 6 (windows 7- 64 bits) doesn't start

2010-05-06 Thread Christoph Kukulies
Am 06.05.2010 12:26, schrieb Christoph Kukulies: Am 06.05.2010 12:07, schrieb Pid: On 06/05/2010 10:44, Christoph Kukulies wrote: Tomcat 6.0.26 doesn't start. I used the 64bit installer under Windows 7. jakarta_service_log: [2010-05-06 11:41:44] [info] Commons Daemon procrun (1.0.2.0

development platform for jaxws-based webapps

2010-04-26 Thread Christoph Kukulies
for developing wsdl based webservices? -- Christoph Kukulies - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: myeclipse and tomcat

2010-04-24 Thread Christoph Kukulies
port in server.xml to something different, e.g. 8006 instead of 8005. And adapt the connectors accordingly to avoid conflicts. -- Christoph On Apr 23, 2010, at 3:59 PM, Christoph Kukulies wrote: Ken Bowen schrieb: You can run multiple web apps alongside the ROOT app. I just drop them

Re: myeclipse and tomcat

2010-04-23 Thread Christoph Kukulies
/webservices_jaxws/index.html) I would also prefer to deploy to the external Tomcat. -- Christoph I've never used the included myEclipse server, only external servers. --Ken On Apr 22, 2010, at 9:17 AM, Christoph Kukulies wrote: I'm playing a bit with myeclipse and I'm wondering whether

multiple servers (Roots)

2010-04-23 Thread Christoph Kukulies
AFAIU tomcat 6 allows for having multiple server roots, correct? Is there a tutorial for setting this up? -- Christoph Kukulies - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: multiple servers (Roots)

2010-04-23 Thread Christoph Kukulies
Pid schrieb: On 23/04/2010 10:57, Christoph Kukulies wrote: AFAIU tomcat 6 allows for having multiple server roots, correct? Do you mean multiple virtual hosts, or do you mean multiple separate instances of Tomcat, (which may each have multiple virtual hosts)? I mean multiple

Re: myeclipse and tomcat

2010-04-23 Thread Christoph Kukulies
/Javascript/JSP/CSS edits are hot-loaded to the running Tomcat , and it'll tell you when it can't hot load Java edits. Regards, Ken ~ ~ ~ ~ myecl-howto 25L, 958C written On Apr 23, 2010, at 3:27 AM, Christoph Kukulies wrote: Ken Bowen schrieb: I'm not sure I understand your question. But first

Re: myeclipse and tomcat

2010-04-23 Thread Christoph Kukulies
Ken Bowen schrieb: You can run multiple web apps alongside the ROOT app. I just drop them in the webspps folder. Yes, I know. I do presently. But I want to run several ROOT apps. -- Christoph - To unsubscribe,

myeclipse and tomcat

2010-04-22 Thread Christoph Kukulies
I'm playing a bit with myeclipse and I'm wondering whether anyone on this list here is using it with Tomcat as application server running other apps, rather than using tomcat from within the built into myeclipse Tomcat server. Any experiences with that setup? -- Christoph Kukulies

Could not get dir listing

2010-04-21 Thread Christoph Kukulies
are there. I compared the entry with a backup I have and I couldn't see any differences. -- Christoph Kukulies - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

tomcat 6.0.26 can't start server - - can't read server.xml

2010-04-21 Thread Christoph Kukulies
Mar 9 17:06 server.xml.orig -rwx--+ 1 kukuKein1557 Mar 9 17:06 tomcat-users.xml -rwx--+ 1 kukuKein 52068 Mar 9 17:06 web.xml C:\Programme\Apache_Group\Tomcat_6.0\conf Any ideas? -- Christoph Kukulies

Re: common/endorsed - Tomcat 6.0

2010-04-20 Thread Christoph Kukulies
Harry Metske schrieb: 2010/4/18 Christoph Kukulies k...@kukulies.org Harry Metske schrieb: 2010/4/18 Christoph Kukulies k...@kukulies.org I'm experimenting with a wsdl enabled service deplyed to tomcat. The build.xml file has this section in it: condition property

common/endorsed - Tomcat 6.0

2010-04-18 Thread Christoph Kukulies
/ /and /condition Maybe this file is for Tomcat 5.5 or something, don't know. I chaned the shared/lib to /lib already but what should I do with common/endorsed? I'm doing a ant -Duse.tomcat=true deploy on it . -- Christoph Kukulies

Re: common/endorsed - Tomcat 6.0

2010-04-18 Thread Christoph Kukulies
Harry Metske schrieb: 2010/4/18 Christoph Kukulies k...@kukulies.org I'm experimenting with a wsdl enabled service deplyed to tomcat. The build.xml file has this section in it: condition property=lib.home value=${catalina.home}/shared/lib else=${as.home} /lib isset property

seeking for WSIT-enabled services examples under Tomcat

2010-04-17 Thread Christoph Kukulies
I'm trying to build a WSIT/WSDL-enabled service that runs from Tomcat. Anyone done this or knows a tutorial or link to find a start? -- Christoph Kukulies - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

log4j :ERROR LogMananger.repositorySelector was null likely due to error

2010-02-26 Thread Christoph Kukulies
I'm turning to this mailing list now after I posted my problem to the Opencms mailing list at opencms.org. And someone from that list gave me a hint that my problem could possibly have something to do with the folling citation:

Re: log4j :ERROR LogMananger.repositorySelector was null likely due to error

2010-02-26 Thread Christoph Kukulies
Pid schrieb: On 26/02/2010 09:47, Christoph Kukulies wrote: I'm turning to this mailing list now after I posted my problem to the Opencms mailing list at opencms.org. And someone from that list gave me a hint that my problem could possibly have something to do with the folling citation: http

Re: log4j :ERROR LogMananger.repositorySelector was null likely due to error

2010-02-26 Thread Christoph Kukulies
Mark Thomas schrieb: On 26/02/2010 09:47, Christoph Kukulies wrote: I would be glad if I could get some help on m problem getting solved here. http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES Mark Thanks

Re: log4j :ERROR LogMananger.repositorySelector was null likely due to error

2010-02-26 Thread Christoph Kukulies
Mark Thomas schrieb: On 26/02/2010 09:47, Christoph Kukulies wrote: I would be glad if I could get some help on m problem getting solved here. http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES Mark Excuse me

Re: log4j :ERROR LogMananger.repositorySelector was null likely due to error

2010-02-26 Thread Christoph Kukulies
Mark Thomas schrieb: On 26/02/2010 11:16, Christoph Kukulies wrote: Mark Thomas schrieb: On 26/02/2010 09:47, Christoph Kukulies wrote: I would be glad if I could get some help on m problem getting solved here. http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html

broken pipe system error 109 when stopping tomcat6 under windows XP

2010-02-26 Thread Christoph Kukulies
When I stop tomcat (6.0.24) manually from the command line by net stop tomcat6 I'm getting: C:\Programme\Apache_Group\Tomcat_6.0\confnet stop tomcat6 Systemfehler 109 aufgetreten. Die Pipe wurde beendet. C:\Programme\Apache_Group\Tomcat_6.0\confnet start tomcat6 Apache Tomcat 6 wird

Re: log4j :ERROR LogMananger.repositorySelector was null likely due to error

2010-02-26 Thread Christoph Kukulies
Mark Thomas schrieb: On 26/02/2010 11:16, Christoph Kukulies wrote: Mark Thomas schrieb: On 26/02/2010 09:47, Christoph Kukulies wrote: I would be glad if I could get some help on m problem getting solved here. http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html

Re: autodeploying/unpacking ROOT.war

2009-08-20 Thread Christoph Kukulies
Ognjen Blagojevic schrieb: Christoph Kukulies wrote: What again are the bits to auto-unpack/deploy a file in the webapps directory, e.g. ROOT.war? I looked into server.xml and there is unpackWars=true and autoDeploy=true and still a ROOT.war file I put into /usr/share/tomcat5.5/webapps

autodeploying/unpacking ROOT.war

2009-08-19 Thread Christoph Kukulies
, yes). -- Christoph Kukulies - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

increasing JVM heap space in Tomcat 6.0 (Windows XP)

2009-08-13 Thread Christoph Kukulies
-Xms64m -Xmx1024m, but I'm still getting the error. It's only an 18MB file I want to upload using http protocol. -- Christoph Kukulies - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Re: increasing JVM heap space in Tomcat 6.0 (Windows XP)

2009-08-13 Thread Christoph Kukulies
Caldarale, Charles R schrieb: From: Christoph Kukulies [mailto:k...@kukulies.org] Subject: increasing JVM heap space in Tomcat 6.0 (Windows XP) I tried to start the Tomcat6 service under Windows XP then manually giving it the start parameters -Xms64m -Xmx1024m, but I'm still getting the error

Tomcat 6.0.20 WIndows installer - permission problems when installing servoce

2009-06-10 Thread Christoph Kukulies
? Is there a way to upgrade tomcat6 smoothly under Windows? -- Christoph Kukulies - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

mod_proxy a risk?

2006-06-16 Thread Christoph Kukulies
I wonder whether mod_proxy can be a security risk in Apache2.0.54, when being enabled in conjunction with tomcat (5.5). A machine which is open to the world (on port 80 only) is blacklisted at cbl.abuseat.org and I wonder how come. -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org

rc file for tomcat startup under FreeBSD?

2005-12-15 Thread Christoph Kukulies
How do I usually start tomcat on FreeBSD (6.0)? Do I put startup.sh in /usr/local/etc/rc.d? -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: