Re: Keycloak-adapter compatible version

2023-10-15 Thread Alex
. https://html.duckduckgo.com/html?q=keycloak%2Doidc%2Dtomcat%2Dadapter \ https://www.keycloak.org/docs/latest/securing_apps/#openid-connect \ https://www.keycloak.org/docs/latest/securing_apps/#_tomcat_adapter Hth Alex On Fri, Oct 13, 2023 at 11:47 AM Bernd Schatz wrote: Hi Navya, Am

Re: Difference between versions

2022-08-22 Thread Alex
%20detected%20on%20classpath Maybe some of the hits may solve your topic. Thanks Mohan Regards Alex - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Difference between versions

2022-08-22 Thread Alex
Dear Mohan. your E-Mail address is invalid! moha...@ramco.com.INVALID That does not helps to support you. Regards Alex On 22.08.22 16:17, Alex wrote: Hi Mohan. On 21.08.22 04:45, Mohan T wrote: Dear All, Just want to know if there are any major differences between the below tomcat

Re: Difference between versions

2022-08-23 Thread Alex
Hi Mark. On 23.08.22 08:32, Mark Thomas wrote: On 23/08/2022 00:36, Alex wrote: Dear Mohan. your E-Mail address is invalid! moha...@ramco.com.INVALID That isn't something the OP has done. That change is made by the ASF mail servers else many subscribers won't receive list email

Re: Receiving HTTP (any version but 3 prefered) over UDP

2022-12-12 Thread Alex
Hi. On 11.12.22 17:44, Shawn Heisey wrote: On 12/10/22 15:15, Aryeh Friedman wrote: Is there any browser support for direct UDP sockets in any browser besides Chrome? I know WebRTC and Websockets force TCP. I know Chrome does support UDP but can find no evidence one way for the other browsers.

Feature request for SSL Valve

2021-02-24 Thread Alex
dered to be added into tomcat ssl valve? Regards Alex - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Feature request for SSL Valve

2021-02-25 Thread Alex
Christopher. Thank you for your answer. On 25.02.21 21:10, Christopher Schultz wrote: Alex, On 2/24/21 22:05, Alex wrote: Hi. I try to setup HAProxy to send some TLS Information's to tomcat. As described in the documentation of SSL Valve are several parameters available and most of

Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread Alex
to setup the TLS in tomcat? I use JSSE as implementation. http://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html http://tomcat.apache.org/tomcat-10.0-doc/ssl-howto.html ``` ``` What's your suggestion and opinion to configure the tomcat in a proper way to use TLS als

Re: Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread Alex
d that the HAProxy/nginx talk TLS to the backend, in this case tomcat. John Larsen On Tue, Mar 2, 2021 at 3:06 PM Alex wrote: Hi. I try to make a "good" tomcat config and read the docs. Now in the Connector doc is the following statement. http://tomcat.apache.org/tomcat-9.0-

Re: Question about TLS/SSL setup and SSLHostConfig or not

2021-03-02 Thread Alex
On 02.03.21 23:50, Peter Kreuser wrote: Alex, Am 02.03.2021 um 23:19 schrieb Alex : Hi. On 02.03.21 23:14, John Larsen wrote: I usually let the apache webserver or nginx handle the SSL while proxying to the tomcat. Unless you need some really fancy rewriting or caching, Tomcat is

RE: DigestAthenticator and session registeration

2006-07-13 Thread Alex
Sure, I am sorry I didn't know about emails being grouped as threads. This was my first question on the list. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 6:16 PM To: Tomcat Users List Subject: Re: DigestAthenticator and session registeratio

Mod_JK 1.2.25 Incorrect Object Returned

2009-03-10 Thread alex
ing it could be something to do with the connection pool mod_jk uses to connect to jboss Do people think using "JkOption +DisableReuse" may help? (I know its a horrible work around the issue) Thanks in advance! Alex --

JAXB 2 and JAXB 1 in the WEB-INF/lib folder

2010-04-21 Thread Alex
ed by apache cxf for dynamic clients (i need them). So is there a possibility to run the webapps with both libraries? Best regards Alex Caused by: java.lang.LinkageError: You are trying to run JAXB 2.0 runtime but you have old JAXB 1.0 runtime earlier in the classpath. Please remove the JAXB 1.0 ru

related to bad url encoding?...

2011-02-20 Thread alex
hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? thanks. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache

Re: related to bad url encoding?...

2011-02-21 Thread alex
Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? Check the response headers. If you don't see a 400 response, exactly wh

Re: related to bad url encoding?...

2011-02-22 Thread alex
alex wrote: Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? Check the response headers. If you don't see a 400 respons

Re: related to bad url encoding?...

2011-02-22 Thread alex
Mark Thomas wrote: On 22/02/2011 13:27, alex wrote: alex wrote: Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how do I fix this problem? Chec

Re: related to bad url encoding?...

2011-02-22 Thread alex
André Warnier wrote: alex wrote: Mark Thomas wrote: On 22/02/2011 13:27, alex wrote: alex wrote: Mark Thomas wrote: On 21/02/2011 04:25, alex wrote: hi all, I get 404 err, if I add %D0 to url, but I get just blank page if I add %zD0 . I'm supposed to get bad request in this case. how

Re: related to bad url encoding?...

2011-02-22 Thread alex
Mark Thomas wrote: On 22/02/2011 17:26, Caldarale, Charles R wrote: From: alex [mailto:alex.alex.alex.9...@gmail.com] Subject: Re: related to bad url encoding?... shouldn't it be 404 error if tomcat can't map "this call"? Tomcat 7 has introduced revised handling for situa

How to solve "To prevent a memory leak"

2010-09-16 Thread Alex
process manually. How can I solve this? Thank you, Alex from catalina.out Sep 16, 2010 3:19:13 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc SEVERE: The web application [/erv] registered the JBDC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web

Re: How to solve "To prevent a memory leak"

2010-09-16 Thread Alex
Thank for your response! The MySql driver is in $TOMCAT/webapps/xxx/lib. I using Hibernate as OMR Mapper with Spring 3.0, here my hibernateApllicationContext.xml (partial) destroy-method="close"> How can I search the ServletContext for specific objects? Alex

Re: How to solve "To prevent a memory leak"

2010-09-16 Thread Alex
xt: startup date [Thu Sep 16 16:32:12 CEST 2010]; root of context hierarchy Context org.apache.catalina.core.applicationcontextfac...@ec0b80 initialized Alex Am 2010-09-16 15:37, schrieb Caldarale, Charles R: From: Alex [mailto:devns...@gmail.com] Subject: How to solve "To prevent a memory leak"

[Tomcat] nashorn on jdk17 in tomcat 11

2024-11-21 Thread Alex O'Ree
I'm running into a bit of a strange problem with attempting to get a nashorn script working on jdk17 in tomcat 11. it works fine outside of tomcat but always fails to start inside tomcat. I suspect it has something to do with the just in time compiler, but the error messages are so cryptic that it

Re: Need help tomcat

2023-10-02 Thread Alex O'Ree
Assuming windows sc delete servicename On Mon, Oct 2, 2023, 7:44 AM jean-frederic clere wrote: > On 10/1/23 09:02, Deepak Lalchandani wrote: > > I have deleted and Uninstalled all tomcat services but despite that the > > tomcat service exists in services window . I want to delete the service

Long lasting websocket sessions

2024-02-09 Thread Alex O'Ree
I've been experimenting with tomcat 9.x in seeing how long i can get a web socket session to last. I'm currently struggling to get past 30 minutes or so. Looking for guidance on how to best increase this or if this is a bad idea. Here's the current configuration and what i've tried thus far: The

Re: Long lasting websocket sessions

2024-02-16 Thread Alex O'Ree
No devices in-between, browser to local host. Good feedback though, I'll try to reproduce with the snake app Thanks! On Fri, Feb 16, 2024, 2:47 PM Chuck Caldarale wrote: > > > On Feb 16, 2024, at 11:31, Mark Thomas wrote: > > > > On 09/02/2024 13:47, Alex O

Speeding up tomcat

2024-03-25 Thread Alex Hatcher
Java version: 11.0.20 Tomcat version: 9.0.59 OS Version: Windows Server 2022 Datacenter Azure Edition Azure VM Type and Specs: D8s v3 8 CPU 32 GiB Mem VM Generation V2 VM Architecture x64 Location East US Zone 1 We have a trad

RE: Speeding up tomcat

2024-04-05 Thread Alex Hatcher
om ch...@christopherschultz.net. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] [EXTERNAL] Alex, On 3/25/24 13:06, Alex Hatcher wrote: > Java version: 11.0.20 > Tomcat version: 9.0.59 Are you able to upgrade these? Your Tomcat is nearly 2 years old and your Java is ... I

Tomcat maven plugin

2023-01-17 Thread Alex O'Ree
Is the tomcat maven plugin still maintained? I noticed it hasn't been updated in a while

Re: Got a customer who's paranoid about Manager

2023-02-22 Thread Alex O'Ree
is removing the manager war an option for you? i don't think it's required for operation. you could also rename it so that it's in a different url path than the default On Wed, Feb 22, 2023 at 12:58 PM Mark Thomas wrote: > On 22/02/2023 17:49, James H. H. Lampert wrote: > > On 2/22/23 9:23 AM, M

Re: just wondering.. encryption in context.xml?

2023-04-08 Thread Alex O'Ree
For context.xml, you can do the following make a java project with the following dependency org.apache.tomcat tomcat-dbcp INSERT APPROPRIATE VERSION HERE provided Make a class that extends org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory then you can transform the stored credential using

Fwd: Possible memory leak in Tomcat 8.5.57 Websocket

2020-08-11 Thread Alex Maltinsky
Hi Folks We ran into what looks like a memory leak in tomcat 8.5.57 on Ubuntu 18.04 running on Openjdk 11.0.5 Our app maintains permanent websocket connections with multiple clients (also written in Java, using the Tyrus websocket client - version 1.13.1). Recently, a few clients began misbehavin

Possible memory leak in Tomcat 8.5.57 Websocket

2020-08-11 Thread Alex Maltinsky
Hi Folks We ran into what looks like a memory leak in tomcat 8.5.57 on Ubuntu 18.04 running on Openjdk 11.0.5 Our app maintains permanent websocket connections with multiple clients (also written in Java, using the Tyrus websocket client - version 1.13.1). Recently, a few clients began misbehavin

Re: Possible memory leak in Tomcat 8.5.57 Websocket

2020-08-11 Thread Alex Maltinsky
> Hash: SHA256 > > Alex, > > On 8/11/20 11:47, Alex Maltinsky wrote: > > Hi Folks > > > > We ran into what looks like a memory leak in tomcat 8.5.57 on > > Ubuntu 18.04 running on Openjdk 11.0.5 > > > > Our app maintains permanent websocket connections

Re: Tomcat's scalability

2006-06-19 Thread Alex Turner
Given that you aren't CPU bound, it's highly unlikely the problem is tomcat. Alex. On 6/19/06, Biernatowski Bartosz J <[EMAIL PROTECTED]> wrote: I am about 90% sure the bottleneck is Tomcat or what's running on top of Tomcat. Application uses JDBC queries to MS SQL server

Re: Tomcat's scalability

2006-06-19 Thread Alex Turner
the app seeing that most people don't properly understand how to configure a database server. Alex On 6/19/06, Biernatowski Bartosz J <[EMAIL PROTECTED]> wrote: I am about 90% sure the bottleneck is Tomcat or what's running on top of Tomcat. Application uses JDBC queries to MS

Re: Tomcat's scalability

2006-06-19 Thread Alex Turner
On 6/19/06, Leon Rosenberg <[EMAIL PROTECTED]> wrote: On 6/19/06, Biernatowski Bartosz J <[EMAIL PROTECTED]> wrote: > I am about 90% sure the bottleneck is Tomcat or what's running on top of > Tomcat. Application uses JDBC queries to MS SQL server > Chips are Intel Xeon. My monitoring data: > Me

Re: Tomcat's scalability

2006-06-20 Thread Alex Turner
strating that 'AFAIK' is pretty lame, because you didn't bother to take the time to actualy find out. Alex. On 6/20/06, Mladen Adamovic <[EMAIL PROTECTED]> wrote: Leon Rosenberg wrote: >> Isn't Tomcat and JVM still single threaded? >> Single thread = single

Re: Tomcat's scalability

2006-06-21 Thread Alex Turner
than a static FTP server. Alex. On 6/21/06, Andrew Miehs <[EMAIL PROTECTED]> wrote: Now that we are moving to the theoretical discussion, you will probably want to have a look at http://www.kegel.com/c10k.html Regards Andrew On 21/06/2006, at 4:56 PM, Mladen Adamovic wrote: >

Re: Is it possible to configure Tomcat in a way that it uses different CPUs for different parallel requests?

2006-07-04 Thread Alex Turner
This is the default behaviour. Alex On 7/4/06, KHZ (SAW) <[EMAIL PROTECTED]> wrote: Hi world. Are there Tomcat settings for achieving such a behaviour? Regards, Karl-Heinz.

Re: URGENT HELP NEEDED: mod_jk loadbalancing issues

2006-07-09 Thread Alex Turner
What is your load average under these circumstance? Is each of the 10 tomcats on a seperate physical machine? What are your max thread settings in Tomcat? Are your tomcat machines CPU bound or I/O bound under full load? Alex On 7/9/06, Edmon Begoli <[EMAIL PROTECTED]> wrote: Hi, Fi

DigestAthenticator and session registeration

2006-07-13 Thread Alex Jalali
Hello, I have extented the DigestAthenticator and everything is working fine. but after the first authentication the register(...) method of the base class does not create the internal session and set the cookie. So for every request I have to go to database and re-authenticate. This is version 5

Re: BOOBIES!

2006-07-25 Thread Alex Turner
ion that speaks of a wider problem than someone being insensitive. Alex. On 7/25/06, Dakota Jack <[EMAIL PROTECTED]> wrote: What can be gained is a measure of civility. I don't think someone who deliberately does something offensive to achieve their own ends is in a position to say

Single Sign-on Configuration with Apache

2006-09-14 Thread Alex Hepp
configure Tomcat, so that a request to a configured URL is first redirected to the SSO, and afterwards to Tomcat, and how I then can retrieve the user information in a servlet. Is anyone able to give me any hints? Thanks a lot for any help... regards. Alex

Re: Single Sign-on Configuration with Apache

2006-09-15 Thread Alex Hepp
l remember this for the future, and hope, that noone is offended, or angry... Shall I start a new thread with this question, or shall i leave it now, and just remember it for the future? Sorry again! Regards. alex - To start

Re: a noob question : Eclipse & Tomcat Ant tasks

2006-09-19 Thread Alex Hepp
Hi! Pierre Goupil schrieb: I am not sure, but try using slashes instead of backslashes... HTH regds. alex - To start a new topic, e-mail: users@tomcat.apache.org To

Mimetypes

2005-11-03 Thread ALEX HYDE
he file type is. has anyone got any suggestions on what I might have configured wrong. Thanks Alex ___ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://u

Apache filters?

2005-11-03 Thread ALEX HYDE
ilter dynamically checking for a valid security pin in the url. But how would I do such a thing in Apache? I know Apache can do it based on user or requesting machine but this is more dynamic. Cheers alot Alex - To help you stay safe and secure o

Re: Google Map of active users on this list

2005-11-04 Thread ALEX HYDE
Very nice. Africa's a bit under-represented. --- Claire McLister <[EMAIL PROTECTED]> wrote: > Hi, > > We've been working with Google Maps to see if we > can automatically map > origins of emails to groups. > > As a trial, we've been mapping active emails to > this group since Oct > 27th

Re: Apache filters?

2005-11-04 Thread ALEX HYDE
tails, that would be great. --- Bruno Georges <[EMAIL PROTECTED]> wrote: > Alex > There many approach to this, the first one that come > to mind is mod-rewrite parsing the request and apply > some processing if there is a match.. > Where do you store credentials? LDAP? > W

Re: Mimetypes

2005-11-05 Thread ALEX HYDE
ting if not. Andoni. - Original Message ----- From: "ALEX HYDE" Newsgroups: gmane.comp.jakarta.tomcat.user Sent: Thursday, November 03, 2005 12:13 PM Subject: Mimetypes > Hi All, > > I've set up Tomcat to work inside of Apache. It's all > going ok and I am trying

Re: Could do with some guidance/help

2005-11-10 Thread ALEX HYDE
Richard, I'm a novice myself so here's guessing Silly question but have you looked at the Tomcat log? That's usually a good starting place when you get an internal server error. Maybe a path to one of your classes has changed, eg, a filter? ie, your classes don't match was web.xml expects. G

Re: can't get #include to work

2005-11-16 Thread ALEX HYDE
Is that supposed to be a comment and not an include? <%@ include file="myinclude.html" %> --- Mark Thomas <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > I'm trying to include a file as my footer section. > I have formatted the section in home.html as: > > > > > > > > after doing

manager for some users

2005-11-22 Thread Alex Moreno
department don´t want to give us manager access for all the applications. I´ve been looking for the way of giving manager access to only one or two application, depending on the user. For example, alex should be able to access as manager (to restart the app) with permissions on postgrados

Re: manager for some users

2005-11-22 Thread Alex Moreno
is that auto-reloads an > application (I think it's reloadable="true", or something like that) and > just have your users recompile their entire app each time and then ftp > it into the relevant directory, tomcat should automatically reload each > app for them without an

RE: database connection pooling

2005-11-22 Thread ALEX HYDE
Khawaja, Just to add to what the others said. When you close the connection it doesn't actually close the connection, it returns it to the pool. You close it to return it, not to "actually" close it. It doesn't mean literally terminate the connection, otherwise you're right, there would not be muc

Re: Filters

2005-11-25 Thread ALEX HYDE
Carl, I'm quite new to this but I'd guess that the Filter is instantiated at start-up by Tomcat. You might direct your new requests, plus the old requests for the asp pages, to Tomcat, using say Apache. Using a filter you could intercept *.asp and then forward/redirect to the new resource. --- Ca

Re: TOMCAT + DATASOURCE + CONNECTION POOL

2005-12-12 Thread ALEX HYDE
Hey, I think though I'm not 100% When you declare the datasource in web.xml (or is Server.xml?) it creates a pool factory for you under the covers (I think using Jakarta DBCP). When you use JNDI look-up it asks the factory for a pool. You are then magically using a pool. You spe

Re: Securing File System Resources ?

2005-12-13 Thread ALEX HYDE
Version 1 is the way I did. Things I had to bare in mind are: - are you actually logging users in or are they authorised on a per individual file basis - can the user re-access the file or is it a one off access? Gluck David Smith <[EMAIL PROTECTED]> wrote: Either one or two are

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread ALEX HYDE
Hi All, I have been developing a system using Tomcat on my Windows box at home. I am now ready to deploy it to a server. I was thinking of using Fedora Core because it is cheaper and I heard it has a fiarly good reputation. Could anyone pass on any experiences of running Tomcat 4 on Linu

RE: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread ALEX HYDE
Thanks for that Richard, I have to use fedora core 3 but I can use Tomcat 5 and probably should! Cheers for the heads up. Alex Richard Mixon <[EMAIL PROTECTED]> wrote: Jan, Tomcat runs just fine on Linux. Use the most recent version (Fedora Core 4 is fine, or OpenSuse

URLConnection

2005-12-16 Thread ALEX HYDE
Hi All, I need to make a very simple get request from a remote web server each time a user first comes into the site. I wanted to just use the core HttpURLConnection class. It will be thread safe because the object will be used and created in method scope. In the Sun javadoc it says

Re: Mod_jk and Security

2005-12-21 Thread ALEX HYDE
I'm abstracting it to a db with a timeout included. That way both Tomcat and Apache can check for a valid user. --- Dave Morrow <[EMAIL PROTECTED]> wrote: > Hi all. I have a website running under Tomcat 5.5.9 > > I would like to use mod_jk to allow Apache to serve > all static content however,

Re: Comparing Tomcat Performance on Windows vs. Linux

2006-01-05 Thread ALEX HYDE
Stupid question Remy but are you refering to the proces per java thread issue that had effected Linux? I am well behind the times so is this all resolved? I am soon to set-up a Tomcat server, preferably on Linux FC3 with a 2.6 kernal. Would you know whether this is suitable for running Tomcat under

Serving secured static content

2006-01-11 Thread ALEX HYDE
Dear group, I have been looking at how to best serve static content from my web-site. Most of the content is static. I was looking at using Apache as a front to Tomcat and have that all up and running. The problem is securing the content. I have written an Apache plug-in using mod_p

RE: Using Tomcat 5.5 as a standalone web server

2006-01-11 Thread ALEX HYDE
Adam, I think I just posted a question on nearly this same topic. I found something called Pippo for static content and would be easier to configure as it sits in Tomcat. Do you have security considerations? Have you had to add modules for securing content in Apache? Adam John

Re: Images caching

2006-01-16 Thread ALEX HYDE
Hey Bello, I'm fairly new to this but don't mind putting my two pence worth in. I'm not that sure about the client side but I've heard mention of something called Squid which can cache static content quite well and would sit as a proxy in front of Tomcat. Gluck --- Bello Martinez Sergio <[EM

Connection Pool Woes

2006-01-20 Thread Alex Turner
data source. What can I do to get these connections to close once a servlet or JSP has finished running? The plan is do have dozens of applications running on this server, and if each app has it's own connection set, I'm go

Re: Connection Pool Woes

2006-01-20 Thread Alex Turner
It looks like the connection object was not being garbage collected promptly (imagine that), and because it wasn't explicitly closed, it was just hanging open until garbage collection happened (I'm more used to python's garbage collector that is a bit more prompt). Alex On 1/20

Re: Connection Pool Woes

2006-01-20 Thread Alex Turner
ction, but some pages are pure JSP. Alex. On 1/20/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Alex Turner [mailto:[EMAIL PROTECTED] > > Subject: Re: Connection Pool Woes > > > > It looks like the connection

Re: Setting up connection pools "on the fly"...

2006-01-20 Thread Alex Turner
s. You can easily create a datasource on the fly in a servlet. I don't know if this is the 'right' answer, but it works for me. Alex On 1/20/06, Warrick Wilson <[EMAIL PROTECTED]> wrote: > I've got a project where there's a basic interface, with some basic > d

root context

2006-01-21 Thread ALEX HYDE
Is it posible to set the root context to be a directory that doesn't yet exist, ie, a war file, that is yet to be exploded. Tomcat complained it could not find the context. - Yahoo! Photos – NEW, now offering a quality print service from just 8p a

Re: Connection Pool Woes

2006-01-23 Thread Alex Turner
why I shouldn't use JSTL sql library. Alex. On 1/23/06, Chris McCormack <[EMAIL PROTECTED]> wrote: > Its poor practise to have a sql: jstl tag in production ready code. > > > How do you deal with this when using pure JSTL sql calls using a > > connection? How does JSTL

Re: Connection Pool Woes

2006-01-23 Thread Alex Turner
How does registering my pooling datasource with a naming directory help connection management? (Honest question - I really don't know) Alex. On 1/23/06, Asad Habib <[EMAIL PROTECTED]> wrote: > You should use JNDI with your connection pool to ensure that connections >

Re: problems running Tomcat

2006-02-08 Thread ALEX HYDE
You could try: http://10.2.254.103:8080 Riccardo Roasio <[EMAIL PROTECTED]> wrote: Hi, i'm triyng to install Tomcat; i do like this: tar xzvf apache-tomcat.tar.gz mv apache-tomcat /usr/local/tomcat cd tomcat export TOMCAT_HOME=/usr/local/tomcat and i triyed to run it with usr/local/tomcat/

Symlinked directories

2006-02-08 Thread Alex Turner
Hi, I'm using tomcat 5.5.12 on linux, and I'm wondering how I can get tomcat to follow symlinks in a web app directory? I have $CATALINA_ROOT/webapps/ROOT/pictures -> /service/stuff/pictures, but tomcat ignores the symlink Thanks,

Re: jdbc context

2006-02-13 Thread ALEX HYDE
You might use JNDI in a way that's not tied to the servlet engine. This could seperate it from the servlet engine altogether, maybe LDAP or something. Hadraba Petr <[EMAIL PROTECTED]> wrote: Hi, maybe helps this, but it's working on Tomcat 5.5.15:-( http://mail-archives.apache.org/mod_mbox/t

Adding a Customized authenticator

2006-02-25 Thread Alex Jalali
Hello, I would like to extend the DigestAuthenticator class or BaseAuthenticator and use that instead of the tomcat default. I have done that but I don't know how to have it referenced in web.xml under security-constraint. Or maybe in server.xml similar to the way you can create a customized Ream

Adding a Customized authenticator

2006-02-25 Thread Alex Jalali
> Hello, > > I would like to extend the DigestAuthenticator class or BaseAuthenticator > and use that instead of the tomcat default. I have done that but I don't > know how to have it referenced in web.xml under security-constraint. Or > maybe in server.xml similar to the way you can create a cus

RE: Adding a Customized authenticator

2006-02-25 Thread Alex Jalali
So where would this go? under ?? can you be more specific. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Saturday, February 25, 2006 1:15 PM To: users@tomcat.apache.org Subject: Re: Adding a Customized authenticator "Alex Jalali&quo

RE: How to separate tomcat instances?

2006-02-28 Thread Alex Jalali
To save some disk space you could have one complete set of the binary distribution and from your 3 directories, create symbolic links to static files. They are most everything except config and log files and the startup scripts. This is also good when you are upgrading tomcat or want to make change

RE: Where is org.apache.catalina.realm.DataSourceRealm ?

2006-02-28 Thread Alex Jalali
It is contained within /tomcat/server/lib/catalina-optional.jar After you create the class placed it under /tomcat/server/classes For some reason when I place it in WEB-INF/classes, tomcat couldn't find it. Maybe my class path error anyway For configuration this is an example for mysql. I ext

Optimizing tomcat

2006-03-02 Thread Alex Jalali
Hello, I have the following setup. Java jdk 1.4.2 tomcat 5.0.19 Apache 2.0 mod_jk 2.0 ok there are 3 instances of tomcat and one of them with 4 webapps contexts. and 3 large applications that are used a lot. And I do some preloading of some data from database into objects at start up... About e

Re: DataSourceRealm Configuration Question (5.5.15)

2006-03-02 Thread Alex Jalali
It can be in the context. I have mine within the > Can a JNDI DataSourceRealm be defined in my web app's context.xml file, > or must it be in the container's server.xml file? > > Thanks > > > - > To unsubscribe, e-mail: [EMAIL PRO

Re: Quick question

2006-03-02 Thread Alex Jalali
You would have to add those to the ../WEB-INF/lib/ In this case for javax.mail.* you would need to downlaod the java mail API and put the mail.jar under that folder. Any package that you place in that folder will be added to your class path automaticly. (for that conetext) so there is no need to d

Re: Accessing the webapps

2006-03-03 Thread Alex Jalali
If I understand you correctly, then you need to set this property of context Hi all, > > I'm currently using Tomcat 5.0.28 On Linux. > I have a webapps which is myfirstwebapp > It is under $CATALINA_BASE/webapps. > > When i use a web browser using http://localhost:8080/myfirstwebapp, it > works

Re: Testing DataSourceRealms

2006-03-03 Thread Alex Jalali
> > I'm working on setting up BASIC authentication using container managed > security in Tomcat 5.5.15. However, It's not working so now I'm > wondering if my set up is wrong. The JNDI DataSource definitely works, > I'm not so sure about the realm. Is there another way to test it? > Would you mi

RE: Testing DataSourceRealms

2006-03-03 Thread Alex Jalali
DataSourceRealms response inline... -Original Message- From: Alex Jalali [mailto:[EMAIL PROTECTED] Sent: Fri 3/3/2006 4:09 PM To: Tomcat Users List Subject: Re: Testing DataSourceRealms > > I'm working on setting up BASIC authentication using container managed > secu

RE: Testing DataSourceRealms

2006-03-03 Thread Alex Jalali
ealms response inline... -Original Message- From: Alex Jalali [mailto:[EMAIL PROTECTED] Sent: Fri 3/3/2006 4:09 PM To: Tomcat Users List Subject: Re: Testing DataSourceRealms > > I'm working on setting up BASIC authentication using container managed > security in Tomcat 5.5

RE: Testing DataSourceRealms

2006-03-03 Thread Alex Jalali
I know I was making a point about privileged... -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, March 03, 2006 8:31 PM To: Tomcat Users List Subject: RE: Testing DataSourceRealms > From: Alex Jalali [mailto:[EMAIL PROTECTED] > Subject: RE: T

Upgrade has broken my jndi

2006-03-07 Thread ALEX HYDE
Hi All, I've seen this one all over the user group but I seem to have come to a dead end with this. I have upgraded from tomcat 4 to 5 and I can't seem to get my app working again. The part that has broken is the jndi datasource look-up. I notice that I'm definitly not the first to experience th

Re: Upgrade to Tomcat 5.5 has broken my jndi

2006-03-08 Thread ALEX HYDE
I don't see them declare the "factory" attribute in 5.5, you didn't tell > us what version you were on > > Filip > > ALEX HYDE wrote: > > Hi All, > > > > I've seen this one all over the user group but I seem > > to have come to a

RE: User authentication

2006-03-08 Thread Alex Jalali
Hello all, Whatr is best way to create loging authentication if u had multipal login form/pages. please help me out. When you say multiple form pages, are they all the same? Or do they login to different webapps? If different webapps, you could use the SingleSignOn Can you explain more about

Apache Tomcat Redirect Match

2006-03-09 Thread ALEX HYDE
Hi All, Has Tomcat got an equivelent of Apache's HTTP's Redirect Match? Thanks alot - Yahoo! Photos – NEW, now offering a quality print service from just 8p a photo.

Re: How print HTTPResponse before sent to client?

2006-03-09 Thread Alex Jalali
This is a good tool to use http://sourceforge.net/project/showfiles.php?group_id=55568&release_id=115444 > Hi. > > I use TomCat 5.5. on Windows and need to print the HTTPResponse stream > that i send > It is only a short text (50 characters or so) and i need to see it to > help me with the debugg

Re: Architecture question for all you gurus out there

2006-03-09 Thread Alex Jalali
It’s always better to not have fat clients and put as much of the logic on the server side. You say that this is a webapp client? So that means that your forms are static. So your only choice is to use script language that runs on client machine. This is also a bad thing. Since you don't know much

Re: TomCat + mod_jk performance

2006-03-17 Thread Alex Jalali
es of Apache, then you can run tomcat stand-alone. for testing load you can use Jmeter http://jakarta.apache.org/jmeter/index.html -- Alex Jalali I(2) Drive Team! I(2) Drive Online Storage http://www.i2driv

RE: TomCat + mod_jk performance

2006-03-17 Thread Alex Jalali
erver that has two CPU's run faster or it wouldn't make any diffrence? do you know of any tests done for clusters >> From: Alex Jalali [mailto:[EMAIL PROTECTED] >> Subject: Re: TomCat + mod_jk performance >> >> If you have lots of static html pages then apache

Re: Better Linux Distribution for production environment

2006-03-23 Thread Alex Turner
Hat tested better, perhaps, but it doesn't matter if it doesn't come with what I need. Alex On 3/23/06, korbben <[EMAIL PROTECTED]> wrote: > > > Hi all, > Which Linux distribution can i choose for production environment ? > (server: > 4go ram, 1 processor, Apac

Re: Recommended Specs for Oracle 10g db server

2006-03-25 Thread Alex Turner
which can generate some good reports. Alex On 3/25/06, Mohan Wickramasinghe <[EMAIL PROTECTED]> wrote: > > We have 12 jboss nodes using a single oracle 10g db server with following > specs... > > 4GB RAM > Dual CPU HT 3.2GHz Intel > RHEL 4 smp > > We see load avera

  1   2   3   4   >