Re: Ubuntu Tomcat package maintenance

2024-07-18 Thread Joel Griffith
I don't, no. That's one of the things I'd expect to learn from the listed Ubuntu package maintainer if I could contact them. I've given up trying again for the year, and I'm working on a workaround. Joel On Fri, Jul 12, 2024 at 4:08 PM Christopher Schultz < ch...@c

Ubuntu Tomcat package maintenance

2024-07-11 Thread Joel Griffith
tracker, but that has sat similarly ignored for the past year and a half. Can anyone on this list help me get in touch with the Ubuntu package maintainers for Tomcat? Surely there's someone who can get me a degree or two closer to them. Thanks, Joel

Tomcat 8.5.64 maxHttpHeaderSize="6553600"

2023-08-11 Thread Joel Werginz
Version: 8.5.64 maxHttpHeaderSize=³6553600² 10-Aug-2023 16:36:21.530 FINE [https-openssl-apr-443-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [1], SocketStatus [OPEN_READ] 10-Aug-2023 16:36:21.530 FINE [https-openssl-apr-443-exec-7] org.apache.coyote.http

Re: Tomcat 9 returns INameEnvironment error

2023-06-19 Thread Joel Griffith
rse` from `/etc/apt/sources.list` to restore its original state. 6. Upgrade Apt again ($ sudo apt upgrade) 7. Restart Tomcat ($ sudo systemctl restart tomcat9.service) This worked for me on Ubuntu 22.04/Tomcat 9/Java 8. Joel On Fri, Jun 16, 2023 at 4:35 PM Joel Griffith wrote: > This is de

Re: Tomcat 9 returns INameEnvironment error

2023-06-16 Thread Joel Griffith
t; On Thu, Jun 15, 2023 at 9:54 PM Mark Thomas wrote: > >> > >> On 15/06/2023 19:23, Joel Griffith wrote: > >>> It looks like the JDT you mention is the Ubuntu package > >>> `libeclipse-jdt-core-java`. > >>> > >>> When I installe

Re: Tomcat 9 returns INameEnvironment error

2023-06-15 Thread Joel Griffith
e maintainers at Canonical who make that choice? Thanks, Joel On Thu, Jun 15, 2023 at 11:26 AM Rémy Maucherat wrote: > On Thu, Jun 15, 2023 at 5:17 PM Joel Griffith > wrote: > > > > I'm setting up a JSP webapp on an Ubuntu 22.04 system. The webapp uses > > Tomcat 9

Tomcat 9 returns INameEnvironment error

2023-06-15 Thread Joel Griffith
1.8.0_362-8u372-ga~us1-0ubuntu1~20.04-b09 JVM Vendor: Private Build ``` Thanks for any help you can give me. Joel

Re: Tomcat ownership changed spontaneously

2022-04-06 Thread Joel Griffith
and originally installed Tomcat using `apt`. I'll check with Canonical, then, I guess. Thanks for the info! Joel On Tue, Apr 5, 2022 at 5:56 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Joel, > > On 4/5/22 10:33, Joel Griffith wrote: > > I'm running

Tomcat ownership changed spontaneously

2022-04-05 Thread Joel Griffith
nce this change affected only Tomcat files, I can only guess that an update from Tomcat altered the ownership of these files. Did any recent Tomcat update change file and folder ownership of the Tomcat installation to force them to the 'tomcat' user? Joel

What sets Java version at installation?

2021-06-11 Thread Joel Griffith
Java it established at installation and which continues to affect how it runs now. Is that right, and if so, where is this file? Thanks, Joel

Re: What is `tomcat7/common/` for?

2019-03-13 Thread Joel Griffith
On Wed, Mar 13, 2019 at 9:38 AM Olaf Kock wrote: > > On 13.03.19 14:22, Joel Griffith wrote: > > > I think it was accomplishing something; tomcat7/common/lib/ contained a > > > bunch of .jar files that looked like standard Tomcat installation files > > > (tomca

Re: What is `tomcat7/common/` for?

2019-03-13 Thread Joel Griffith
On Tue, Mar 12, 2019 at 9:01 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 3/12/19 14:39, Mark Thomas wrote: > > On 12/03/2019 14:42, Christopher Schultz wrote: > >>

What is `tomcat7/common/` for?

2019-03-12 Thread Joel Griffith
I'm upgrading a webapp server from Tomcat 7 to Tomcat 8 on Ubuntu 16.04. At installation, Tomcat 7 creates a directory `/var/lib/tomcat7/common/`. When Tomcat 8 is installed, however, the `/var/lib/tomcat8/` directory it creates does not include a `common/` directory, and the deployment script comp

Re: Tomcat gives 404 for file that exists

2019-02-05 Thread Joel Griffith
On Tue, Feb 5, 2019 at 9:49 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Joel, > > On 2/5/19 08:56, Joel Griffith wrote: > > On Mon, Feb 4, 2019 at 4:50 PM Christopher Schultz < > &

Re: Tomcat gives 404 for file that exists

2019-02-05 Thread Joel Griffith
On Mon, Feb 4, 2019 at 4:50 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Joel, > > On 2/4/19 16:35, Joel Griffith wrote: > > I've installed Tomcat 8.0.32 a local Ubuntu 16.04 VM (Oracle

Tomcat gives 404 for file that exists

2019-02-04 Thread Joel Griffith
I've installed Tomcat 8.0.32 a local Ubuntu 16.04 VM (Oracle VirtualBox) and I'm using it to access a webapp through the laptop the VM is local to. The VM port-forwards 3081 to 8080, so I can access Tomcat as ` http://127.0.0.1:3081/` in my laptop browser. Accessing `http://127.0.0.1:3081/` gives

RE: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Joel Saunders
s. Thanks,, Joel -Original Message- From: Igal Sapir [mailto:i...@lucee.org] Sent: Tuesday, January 08, 2019 1:12 PM To: Tomcat Users List Subject: Re: Proper way to set up tomcat 8.5 (autostart and service setup) On Tue, Jan 8, 2019 at 9:58 AM John Dale wrote: > I'm using init.d a

Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Joel Saunders
omcat85 to be able to autostart upon reboots. Lastly, I'd like the logs to go to /var/log/tomcat8 if possible. Can anyone point me to the correct way to accomplish these requirements? Thanks in advance for your cooperation. ... Joel JOEL SAUNDERS SR. DBA/ARCHITECT, MANAGED SERVICES | Zon

RE: Accessing the manager application in a new Tomcat 8.5 install

2019-01-08 Thread Joel Saunders
" with the password and manager-gui role, restarted, and voila it works now. Must've been something that I did wrong during the multiple attempts to edit the tomcat-users.xml file. Thanks to all who responded. On to the next fire! Thanks... Joel -Original Message---

Re: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Joel Saunders
What exactly does that mean? I’m sorry but I really don’t know Sent from my iPhone > On Jan 7, 2019, at 5:06 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Joel, > >> On 1/7/19 14:47, Joel Saunders wrote: >>

RE: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Joel Saunders
l On 07/01/2019 19:24, Joel Saunders wrote: > I've spent about 2 weeks on and off (I have other projects) and still > cant log in to the Tomcat 8.5 manager app. > > I get the signon box, enter my credentials from the tomcat-users.xml > file and the signon box is promptly returne

RE: Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Joel Saunders
should be able to access. John On Mon, Jan 7, 2019 at 12:25 PM Joel Saunders wrote: > I’ve spent about 2 weeks on and off (I have other projects) and still cant > log in to the Tomcat 8.5 manager app. > > I get the signon box, enter my credentials from the tomcat-users.xml file >

Accessing the manager application in a new Tomcat 8.5 install

2019-01-07 Thread Joel Saunders
we're used to using the gui so that's why we need it to work. Any comments/suggestions would be greatly appreciated as I've already wasted way too much time trying to address such a simple request. Thanks... Joel JOEL SAUNDERS SR. DBA/ARCHITECT, MANAGED SERVICES | Zones, Inc

Shared library jni under tomcat

2018-11-19 Thread Joel Hirsh
I am running Tomcat 8.0.32 on LInux, and trying to use a jni library under tomcat, and am hitting a wall. First I found that only one instance of the native library can be loaded so the library needs to live in shared/lib for general use. Then in order to load the native library I found documenta

Re: tomcat session mixing

2013-06-17 Thread joel
thod: public UserToken getUserToken(String userName) I think a few of the server calls do have System.out.println/System.err.println commands that do end up in the catalina.out file. Joel On 2013-06-17 16:59, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 >

Re: tomcat session mixing

2013-06-17 Thread joel
t and hopefully that is all it takes (and hopefully it doesn't introduce new problems). Joel On 2013-06-17 12:47, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Joel, > > On 6/17/13 12:01 PM, joel wrote: > >> Thanks for the

Re: tomcat session mixing

2013-06-17 Thread joel
Hi Mark, Thanks for the info! I'll look into making the upgrade. Can you advise how an application bug can cause this when restarting tomcat will fix it? That would help me wrap my mind around something that isn't imaginable, yet. Thanks! Joel On 2013-06-17 10:46, Mark Th

tomcat session mixing

2013-06-17 Thread joel
en this "mixing" occurs, it seems to affect multiple sessions at the same time, ie userA and userB are not the only ones affected. Restarting tomcat fixed the problem. Does anyone know what causes this or how to prevent it? Thanks, Joel

Re: Problems Increassing -Xmx

2012-10-02 Thread joel badia escolà
2012/10/2, Konstantin Kolinko : > 2012/10/2 Caldarale, Charles R : >>> From: joel badia escolà [mailto:basto...@gmail.com] >>> Subject: Problems Increassing -Xmx >> >>> if [ -z "$JAVA_OPTS" ]; then >>> JAVA_OPTS="-Djava.awt.h

Problems Increassing -Xmx

2012-10-01 Thread joel badia escolà
=$JPDA_ADDRESS,server=y,suspend=$JPDA_SUSPEND" fi CATALINA_OPTS="$CATALINA_OPTS $JPDA_OPTS -Xmx2000m" In two cases i can't obtain favorable results, and it seems that tomcat ignores me (YES I RESTART THE SERVER) and i get "java.lang

Re: Problems loading external jar in my app !

2012-09-18 Thread joel badia escolà
the full article, because as you notice my english skills are some limited (sorry i'm working too for fix it :P). But I think that one response like that, if I understood, it's correct? Best Regards and thanks everyone that h

Re: Problems loading external jar in my app !

2012-09-18 Thread joel badia escolà
NF" is in uppercase and "lib" is in lowercase [...] I think that it's correct. As you can see i respect the lower and upper cases ! Thank's and best regards, Joel Badia Escolà 2012/9/18, Konstantin Kolinko : > 2012/9/18 joel badia escolà : >> I tried all the t

Re: Problems loading external jar in my app !

2012-09-18 Thread joel badia escolà
i'm using needs some extra configuration for tomcat recognition? I'm working with weka if this can help you ! Greetings, Joel 2012/9/13, Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vishwanath, > > On 9/13/12 10:04 AM, Vishwanath Washi

Fwd: Problems loading external jar in my app !

2012-09-12 Thread joel badia escolà
/lib/tomcat6/server/ & /usr/share/tomcat6/lib/ In all directories I get the same error message. Greetings, Joel - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Preventing or recovering from SocketException: Interrupted system call

2011-05-05 Thread Joel Klein
ava 1.6.0_24 on OS X 10.6.7. My question to the list is whether it will work to modify StandardServer.java to ignore the exception and continue on. My understanding is the interrupted system call isn't actually fatal. Are there other ideas for either preventing or recovering from this

Re: server running website

2011-03-02 Thread Joel
Ignore that half complete message. One of mac's annoying keyboard shortcuts sent that for me :) (don't ask me how, I really don't know how it happened)

Re: server running website

2011-03-02 Thread Joel
On 2/23/2011 4:18 PM, Joel wrote: > >>> sackett-research-lab2b:~ joel$ sudo find /opt/Tomcat -type f -exec \ > >>>> grep "function2.basiceng.umr.edu" "{}" \; > > Oops: I forgot the "-l" switch on grep... it's not giving you

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 3:26 PM, Joel wrote: > > > On Wed, Feb 23, 2011 at 12:57 PM, Joel wrote: > >> >> >> >> On Wed, Feb 23, 2011 at 11:08 AM, Christopher Schultz < >> ch...@christopherschultz.net> wrote: >>> >>> >

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 12:57 PM, Joel wrote: > > > > On Wed, Feb 23, 2011 at 11:08 AM, Christopher Schultz < > ch...@christopherschultz.net> wrote: >> >> >> Try this: >> >> sudo find /opt/Tomcat -type f -exec \ >> grep "funct

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 11:08 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > > Try this: > > sudo find /opt/Tomcat -type f -exec \ > grep "function2.basiceng.umr.edu" "{}" \; > > Thanks, I'll use this now. sackett-res

Re: server running website

2011-02-23 Thread Joel
On Wed, Feb 23, 2011 at 10:44 AM, Joel wrote: > > > On Tue, Feb 22, 2011 at 10:59 AM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: >> >> >> Again, it looks like something's wrong with the hosts file. Might be as >> simple as not

Re: server running website

2011-02-23 Thread Joel
s? This should be a list of all the files that "function2.basiceng.umr.edu" appears in sackett-research-lab2b:opt joel$ sudo find /opt/Tomcat -type f | xargs grep function2.basiceng.umr.edu grep: /opt/Tomcat/conf/server: No such file or directory grep: copy.xml: No such file or directory /

server running website

2011-02-22 Thread Joel
So my boss has a Tomcat folder that was running a website at his old job. I don't know how to determine the exact version but in the realease notes there is: "$Id: RELEASE-NOTES-4.1.txt,v 1.81 2003/10/27 13:40:27 remm Exp $" he wants to run it on a new machine, the OS is: Mac OS X Server 10.6.5 W

Re: Loading customized StandardContext subclass(

2009-11-18 Thread Joel SCHAAL
Hum Shame on me. I don't know what happened but I was writing an answer and I rechecked it with the common.loader key in catalina.properties : it worked ! I guess I mischecked that case (or with the libs not properly set) So, sorry for the noise and thank you for your quick answer, Konstant

Loading customized StandardContext subclass

2009-11-17 Thread Joel SCHAAL
Hello all, First, thank you for releasing Tomcat as free software, it is some really nice and valuable software. At our company we developped an application server under java, and we used to have tomcat included as third-party library. Now we would like to only have a dependency on Tomcat. Thu

Can only view web pages from localhost

2009-03-26 Thread Joel
I will try Firefox Joel

Can only view web pages from loalhost

2009-03-26 Thread Joel
Windows firewall is now OFF. I still can't connect but I do get an error reply much faster with a new message of "Internet explorer can not display the web page". Joel

Can only view web pages from localhost

2009-03-26 Thread Joel
68.0.2/> <http://192.168.0.2/> http://192.168.0.2/... I get timed out. How should I configure Tomcat so that it accepts requests from other machines -- not just localhost? I am using Tomcat 6.0.18 on windows XP Professional. Yes, windows firewall is on. Joel

Can only view web pages from loalhost

2009-03-26 Thread Joel
t just localhost? I am using Tomcat 6.0.18 on windows XP Professional. Joel

Can only view pages on localhost

2009-03-26 Thread Joel
local machine. But when I attempt to view web pages from any other machine on the network using http://192.168.0.2/... I get timed out. How should I configure Tomcat so that it accepts requests from other machines -- not just localhost? Joel

case (in)sensitive mime-mapping

2008-09-02 Thread Joel McKee Cooper
The mime-mappings in web.xml look like: doc application/msword Which works fine if your document is named "foo.doc", but fails miserably for "foo.Doc", "foo.DOC", etc. Is there a way to configure Tomcat so that the extensions are cas

Re: Tomcat listening on port but not responding to requests

2006-12-01 Thread Joel Klein
Is there other firewall software for the Mac that could apply? The odd thing that needs an explanation, if a firewall is responsible, is that these machines were working fine. This is starting to look less like a Tomcat-specific problem, but nevertheless if anyone on this list has any

RE: Tomcat listening on port but not responding to requests

2006-11-30 Thread Joel Klein
T / It hangs on the GET /. On the other server, it only gets as far as the "Trying ...", it never gets to the "Connected to". If one of my nonresponsive servers actually "connected" what does that tell me? -- Joel [Online at http://jfkbit

Tomcat listening on port but not responding to requests

2006-11-29 Thread Joel Klein
lina.log between the working TC and the broken TC. No exception stack traces or warnings or anything. The last thing in catalina.log is this: Nov 29, 2006 10:29:08 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 18092 ms Does this indicate that Tomcat has finished all its init

UserConfig options

2005-12-16 Thread Joel Johnson
age their (and only their) apps, upload new WARs to deploy, etc. Any responses or ideas for any/all of these issues would be appreciated. Joel Johnson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]