Re: Tomcat 11 mutlipart strict configuration problem

2024-12-17 Thread anand raj
Thanks for replies yes we do have mismatch using jaxrs-Jersey Api and Tomcat Filter causes issues so when choose to use Jersey filters it works fine and makes sense after seeing the responses. On Tue, 17 Dec, 2024, 12:51 am Christopher Schultz, < ch...@christopherschultz.net> wrote: > Mark, > > O

Re: Tomcat 11 mutlipart strict configuration problem

2024-12-16 Thread Christopher Schultz
Mark, On 12/16/24 5:52 AM, Mark Thomas wrote: On 16/12/2024 10:10, anand raj wrote: Hi all, In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart feature.Also an inbound filter in front reading request.getparamater fails with "unable to process parts as no multi-part conf

Re: Tomcat 11 mutlipart strict configuration problem

2024-12-16 Thread Mark Thomas
On 16/12/2024 10:10, anand raj wrote: Hi all, In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart feature.Also an inbound filter in front reading request.getparamater fails with "unable to process parts as no multi-part configuration has been provided." In Tomcat 11 it fail

Tomcat 11 mutlipart strict configuration problem

2024-12-16 Thread anand raj
Hi all, In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart feature.Also an inbound filter in front reading request.getparamater fails with "unable to process parts as no multi-part configuration has been provided." In Tomcat 11 it fails. In Tomcat 10 same setup works continu

Re: Tomcat - Sentry configuration problem

2020-11-11 Thread Martin Grigorov
On Wed, Nov 11, 2020 at 3:16 PM Tamás Barta wrote: > Hi, > > > Why do you use 1.7.29 ? > > Because our company has a Sentry server supports this version of clients. > > > Do you specify this class name in logging.properties ? Is > this class in 1.7.29 ? > > Yes and yes. If I add sentry jars to cl

Re: Tomcat - Sentry configuration problem

2020-11-11 Thread Tamás Barta
Hi, > Why do you use 1.7.29 ? Because our company has a Sentry server supports this version of clients. > Do you specify this class name in logging.properties ? Is this class in 1.7.29 ? Yes and yes. If I add sentry jars to classpath, sentry works well. Exceptions are sent to the server and vis

Re: Tomcat - Sentry configuration problem

2020-11-11 Thread Martin Grigorov
Hi, On Wed, Nov 11, 2020 at 11:20 AM Tamás Barta wrote: > Hi, > > The ways you wrote is not usable, because they cause the following problem: > > Handler error > java.lang.ClassNotFoundException: io.sentry.jul.SentryHandler > at java.net.URLClassLoader.findClass(URLClassLoader.java:381)

Re: Tomcat - Sentry configuration problem

2020-11-11 Thread Tamás Barta
Hi, The ways you wrote is not usable, because they cause the following problem: Handler error java.lang.ClassNotFoundException: io.sentry.jul.SentryHandler at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

Re: Tomcat - Sentry configuration problem

2020-11-11 Thread Martin Grigorov
Hi, On Wed, Nov 11, 2020 at 10:36 AM Tamás Barta wrote: > Hi, > > Now it is a Spring Boot web application project without embedded tomcat. > There is no library in war with javax.servlet api classes. There error is > the same: > > 11-Nov-2020 09:34:06.719 SEVERE [localhost-startStop-1] > org.apa

Re: Tomcat - Sentry configuration problem

2020-11-11 Thread Tamás Barta
Hi, Now it is a Spring Boot web application project without embedded tomcat. There is no library in war with javax.servlet api classes. There error is the same: 11-Nov-2020 09:34:06.719 SEVERE [localhost-startStop-1] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild:

Re: Tomcat - Sentry configuration problem

2020-11-10 Thread Christopher Schultz
Tamás, On 11/10/20 15:42, Tamás Barta wrote: This is the content of setenv.sh: CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/sentry-1.7.29.jar CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/slf4j-api-1.7.24.jar CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/jackson-core-2.8.10.jar The web application wit

Re: Tomcat - Sentry configuration problem

2020-11-10 Thread Tamás Barta
Hi, This is the content of setenv.sh: CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/sentry-1.7.29.jar CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/slf4j-api-1.7.24.jar CLASSPATH=$CLASSPATH:$CATALINA_BASE/sentry/jackson-core-2.8.10.jar The web application without this sentry configuration works well f

Re: Tomcat - Sentry configuration problem

2020-11-10 Thread Christopher Schultz
Tamás, On 11/10/20 13:18, Tamás Barta wrote: Hi, I tried to configure Sentry with Tomcat but I failed. I would like to use the Java Logging appender. I guess I have to add sentry jars to bootstrap jars, so I created setenv.sh with this content: jackson-core-2.8.10.jar sentry-1.7.29.jar slf4j-a

Tomcat - Sentry configuration problem

2020-11-10 Thread Tamás Barta
Hi, I tried to configure Sentry with Tomcat but I failed. I would like to use the Java Logging appender. I guess I have to add sentry jars to bootstrap jars, so I created setenv.sh with this content: jackson-core-2.8.10.jar sentry-1.7.29.jar slf4j-api-1.7.24.jar Of course I set logging.propertie

Re: Tomcat7 and Tomcat8 bug or configuration problem

2014-10-13 Thread Mark Thomas
On 13/10/2014 22:52, C. Kaeppelin wrote: > Dear Sir, > I only replaced in the web.xml file of webapps examples > > /jsp/security/protected/* > by > > /jsp/plugin/* > then in my browser i typed : > localhost:8080/examples/jsp/plugin/plugin.jsp > After authentication i did not get

Tomcat7 and Tomcat8 bug or configuration problem

2014-10-13 Thread C. Kaeppelin
Dear Sir, I only replaced in the web.xml file of webapps examples /jsp/security/protected/* by /jsp/plugin/* then in my browser i typed : localhost:8080/examples/jsp/plugin/plugin.jsp After authentication i did not get the clock as usual with tomcat 6. Do the test please. Thank

RE: Tomcat 6.0.24 java emailing configuration problem

2012-03-26 Thread Huanyuan Sheng
: Tomcat Users List Subject: Re: Tomcat 6.0.24 java emailing configuration problem On 25 Mar 2012, at 04:03, Huanyuan Sheng wrote: > When I run the application the server gives the following error: > > javax.mail.Session cannot be cast to javax.mail.Session. > > No email is sent.

Re: Tomcat 6.0.24 java emailing configuration problem

2012-03-25 Thread Pid *
On 25 Mar 2012, at 04:03, Huanyuan Sheng wrote: > When I run the application the server gives the following error: > > javax.mail.Session cannot be cast to javax.mail.Session. > > No email is sent. This is usually indicative of a classpath error - meaning that you have the class specified in tw

Tomcat 6.0.24 java emailing configuration problem

2012-03-24 Thread Huanyuan Sheng
I am trying to configure javax.mail for our application running under Servlet Engine: 2.5 JSP Engine: 2.1 Application Server: Apache Tomcat/6.0.24 But emailing never works. The smtp server is up and running on the server. We can send email via the command line from localhost. Please h

Re: Tomcat and MS LDAP Configuration Problem

2011-09-14 Thread Rudy Gireyev
Thank you for your reply Konstantin. > In short: > 1. When session cookie is created in recent versions of Tomcat,  the > Path parameter in it is set to   webappName + "/". > > 2. Requests to "webappName" are usually automatically redirected to > "webappName + /" (Tomcat sends response code 302),

Re: Tomcat and MS LDAP Configuration Problem

2011-09-14 Thread Konstantin Kolinko
2011/9/14 Rudy Gireyev : > Thank you P for the response. I admit I don't 100% understand what you mean by > "Sounds like the session isn't being maintained in between requests." > Is this something that I'm doing wrong? Or is this something outside > of my control? > > The strange thing is that thi

Re: Tomcat and MS LDAP Configuration Problem

2011-09-14 Thread Rudy Gireyev
Thank you P for the response. I admit I don't 100% understand what you mean by "Sounds like the session isn't being maintained in between requests." Is this something that I'm doing wrong? Or is this something outside of my control? The strange thing is that this very same code works just fine and

Re: Tomcat and MS LDAP Configuration Problem

2011-09-14 Thread Pid
On 13/09/2011 23:35, Rudy Gireyev wrote: > If I change the url-pattern to /* then the user is authenticated each > and every time the application is accessed and the > request.getRemoteUser() is then set to that user name. But then I > cannot store anything in the session of the application. When I

Tomcat and MS LDAP Configuration Problem

2011-09-13 Thread Rudy Gireyev
I've run into a problem that I can't seem to resolve. :( I have to configure Tomcat to work with Microsoft LDAP. I'm using Tomcat 7, and both servers are running on Windows 2003. I managed to configure a JNDI Realm in server.xml and it seems to be able to connect to LDAP and authenticate the user w

RE: LockoutRealm configuration problem

2010-06-30 Thread Robillard, Greg L
Thanks, I will remove that as well. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, June 29, 2010 11:00 PM To: Tomcat Users List Subject: RE: LockoutRealm configuration problem > From: Robillard, Greg L [mailto:greg.l.robill...@lmco.

RE: LockoutRealm configuration problem

2010-06-29 Thread Caldarale, Charles R
> From: Robillard, Greg L [mailto:greg.l.robill...@lmco.com] > Subject: LockoutRealm configuration problem One more thing... > Jun 29, 2010 3:00:25 PM org.apache.catalina.loader.WebappClassLoader > validateJarFile > > INFO: validateJarFile(C:\Program Files\Apache Software &

RE: LockoutRealm configuration problem

2010-06-29 Thread Robillard, Greg L
Thanks, I will deploy the new driver. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, June 29, 2010 4:08 PM To: Tomcat Users List Subject: Re: LockoutRealm configuration problem On 29/06/2010 21:14, Robillard, Greg L wrote: > username="

Re: LockoutRealm configuration problem

2010-06-29 Thread Pid
On 29/06/2010 21:14, Robillard, Greg L wrote: > username="fltwinds" password="fltwinds" > driverClassName="org.gjt.mm.mysql.Driver" Old school! MySQL have a nice shiny new Connector/J driver, "com.mysql.jdbc.Driver", much better to use that unless you have a really good reason.

RE: LockoutRealm configuration problem

2010-06-29 Thread Robillard, Greg L
That was it, thanks. -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Tuesday, June 29, 2010 3:34 PM To: Tomcat Users List Subject: Re: LockoutRealm configuration problem 2010/6/30 Robillard, Greg L : > When LockoutRealm is added to configuration, tom

Re: LockoutRealm configuration problem

2010-06-29 Thread Konstantin Kolinko
2010/6/30 Robillard, Greg L : > When LockoutRealm is added to configuration, tomcat will not start and I > receive the following errors.  All runs well when the wrapper is not used. > > Apache Tomcat 6.0.20 Server The last released 6.0.x version is 6.0.26. The 6.0.28 release candidate build is a

LockoutRealm configuration problem

2010-06-29 Thread Robillard, Greg L
When LockoutRealm is added to configuration, tomcat will not start and I receive the following errors. All runs well when the wrapper is not used. Apache Tomcat 6.0.20 Server Server.xml configuration: ... ... Catalina ERROR: Jun 29, 2010 2:46:57 PM o

RE: SSL Configuration Problem, can not open https://localhost:8443

2009-06-17 Thread Caldarale, Charles R
> From: yuting lv [mailto:yutin...@gmail.com] > Subject: Re: SSL Configuration Problem, can not open > https://localhost:8443 > > I found another tcnative-1.dll file under C:\windows\system32 > directory too, I would remove it - that .dll should only be in Tomcat's b

Re: SSL Configuration Problem, can not open https://localhost:8443

2009-06-17 Thread yuting lv
> From "Caldarale, Charles R" > Subject RE: SSL Configuration Problem, can not open > https://localhost:8443 > Having multiple Tomcats installed on the same disk is not a problem. I have > four different > versions installed on my laptop, some with, some wit

RE: SSL Configuration Problem, can not open https://localhost:8443

2009-06-16 Thread Caldarale, Charles R
> From: yuting lv [mailto:yutin...@gmail.com] > Subject: Re: SSL Configuration Problem, can not open > https://localhost:8443 > > should not I put two tomcat on the same disk, isn't it? Having multiple Tomcats installed on the same disk is not a problem. I have fou

Re: SSL Configuration Problem, can not open https://localhost:8443

2009-06-16 Thread yuting lv
Thanks Mark, you solved my problem that confused me two days. In fact, there are two tomcat on my disk D, one is for netbeans, one is for usual test app. The tcnative-1.dll file is not in the tomcat which I used to test https://localhost:8443 SSL configuration, I found this file in another tomcat w

Re: SSL Configuration Problem, can not open https://localhost:8443

2009-06-16 Thread Mark Thomas
yuting lv wrote: > these are my steps, is something wrong? Yes. > step 1: generate tomcattest.keystore file under C:\key directory, about 2KB > > %JAVA_HOME%\bin>keytool -genkey -alias tomcattest -keyalg RSA -keypass > changeit -storepass changeit -keystore C:\key\tomcattest.keystore > -validity

SSL Configuration Problem, can not open https://localhost:8443

2009-06-16 Thread yuting lv
Hello, i am a newer to tomcat, when use tomcat ssl 8443 port I met a problem. Who can give me some suggestion? Thanks! system environment: windowsXP tomcat5.5.26 jdk1.6.0_02(jdk and jre both on D:\program file\java) these are my steps, is something wrong? step 1: generate tomcattest.keys

Tomcat 6.0.18 custom JAASRealm configuration problem.

2009-06-01 Thread Andy Basu
Hi all, I have been trying to use a custom JAASRealm loginmodule in my code and running into exception or 403 access denied error message. I have searched for an answer in the Tomcat FAQ, on the net using general google search, searched the bugs list. But did not get an exact answer to the pro

Re: tomcat redirect, configuration problem?

2007-05-20 Thread David Smith
Redirection is up to the application. The *only* redirection I know of in tomcat is the redirect for logins, but this doesn't appear to be that. --David kky wrote: Hi, i've tried to install tomcat on linux gentoo and windows, same problem with both os: going at http://127.0.0.1:8080/hcf_c

tomcat redirect, configuration problem?

2007-05-20 Thread kky
Hi, i've tried to install tomcat on linux gentoo and windows, same problem with both os: going at http://127.0.0.1:8080/hcf_coge/index.html or http://127.0.0.1:8080/hcf_coge/ i'm redirected to : HTTP Status 404 - /hcf_coge/html/index.html ---

Re: Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10

2007-04-09 Thread Rashmi Rubdi
Sorry, I couldn't pinpoint to that specific config -- because I don't know about it yet. I'm glad your problem's fixed. -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] F

RE: Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10

2007-04-09 Thread Mark Plutowski
seen with Eclipse as well. Thanks again for your help Rashmi, Mark -Original Message- From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 10:27 AM To: Tomcat Users List Subject: Re: Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10 On 4/9/07, Mark

Re: Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10

2007-04-09 Thread Rashmi Rubdi
On 4/9/07, Mark Plutowski <[EMAIL PROTECTED]> wrote: I never needed to set CLASSPATH before, and the only thing it points to now is QTJava.zip. Unset the classpath temporarily to see if it solves anything. My Tomcat6 settings in IDEA are exactly as they were for Tomcat5. Something else must

RE: Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10

2007-04-09 Thread Mark Plutowski
I'm still stumped. I take it you're running IDEA & Tomcat6? What versions? Thanks, Mark -Original Message- From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Sent: Sunday, April 08, 2007 10:23 PM To: Tomcat Users List Subject: Re: Configuration problem: IntelliJ 6.0.5 and

Re: Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10

2007-04-08 Thread Rashmi Rubdi
I too use IDEA, but I point IDEA to an installation of Tomcat that I installed manually (downloaded the ZIP file and unzipped it to a folder under C:\) Does the Tomcat you are using come with IDEA or did you install it? Have you set a CLASSPATH System Environment Variable? Having an incomplete

Configuration problem: IntelliJ 6.0.5 and Tomcat6.0.10

2007-04-08 Thread Mark Plutowski
It is nice that IDEA now supports Tomcat 6, but whereas Tomcat5 builds and runs just fine, I can't build on Tomcat6, using exactly the same settings I had used for Tomcat5 (except where needed to point at Tomcat6 --- of course). I've researched this online, and have come up short after having

Re: Virtual Host Configuration problem, Help needed!!!

2007-03-29 Thread Mark Thomas
jit.mehta wrote: > Hi! I want to configure Virtual Host on my Tomcat 5 standalone server but I'm > unable to run it. http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html HTH, Mark - To start a new topic, e-mail: u

Virtual Host Configuration problem, Help needed!!!

2007-03-29 Thread jit.mehta
m/Virtual-Host-Configuration-problem%2C-Help-needed%21%21%21-tf3485535.html#a9730541 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mai

Re: Re: apache22 + mod_jk + tomcat55 on FreeBSD - configuration problem (maybe ?)

2007-03-08 Thread Mario Pavlov
This worked :) thank you very much man! :) >JkMount works with respect to URLs, not file system pathes: > >Use > > JkMount /jsp-examples/* damnjk > >instead of > > JkMount /usr/local/tomcat5.5/webapps/jsp-examples/* damnjk > >There might be further config bugs after fix

Re: apache22 + mod_jk + tomcat55 on FreeBSD - configuration problem (maybe ?)

2007-03-08 Thread Joe Riopel
On 3/8/07, Rainer Jung <[EMAIL PROTECTED]> wrote: Mario Pavlov wrote: > and I've edited the config files to look like this: > for apache httpd and mod_jk > /usr/local/etc/apache22/httpd.conf > [CODE] > ServerRoot "/usr/local" Is your httpd working at all? I am not 100% sure but the server root

Re: apache22 + mod_jk + tomcat55 on FreeBSD - configuration problem (maybe ?)

2007-03-08 Thread Rainer Jung
JkMount works with respect to URLs, not file system pathes: Use JkMount /jsp-examples/* damnjk instead of JkMount /usr/local/tomcat5.5/webapps/jsp-examples/* damnjk There might be further config bugs after fixing this one :) Regards, Rainer Mario Pavlov wrote: Hello guys I

apache22 + mod_jk + tomcat55 on FreeBSD - configuration problem (maybe ?)

2007-03-08 Thread Mario Pavlov
Hello guys I'm trying to set up apache to redirect requests to tomcat on my FreeBSD-6.2-STABLE but I can't get this to work please help me :) here is what I do: so first I've installed the latest ports apache-2.2.4 mod_jk-ap2-1.2.21,1 tomcat-5.5.20 and I've edited the config files to look like th

RE: [TOMCAT 5.5] Context configuration problem

2006-10-26 Thread Caldarale, Charles R
> From: Omar Adobati [mailto:[EMAIL PROTECTED] > Subject: Re: [TOMCAT 5.5] Context configuration problem > > adding that line make me able just to point the browser to > myhost.localhost but not to show what I need. You need to read the doc for the , , , and (not - the

Re: [TOMCAT 5.5] Context configuration problem

2006-10-26 Thread Omar Adobati
To: Sent: Thursday, October 26, 2006 6:35 AM Subject: [TOMCAT 5.5] Context configuration problem > Good Morning all, > > I need to setup a local virtual host, call it "myhost.localhost". I'm > using a linux box, and so I edited the /etc/hosts file adding the > line

Re: [TOMCAT 5.5] Context configuration problem

2006-10-26 Thread Martin Gainty
Sent: Thursday, October 26, 2006 6:35 AM Subject: [TOMCAT 5.5] Context configuration problem > Good Morning all, > > I need to setup a local virtual host, call it "myhost.localhost". I'm > using a linux box, and so I edited the /etc/hosts file adding the > line: &g

[TOMCAT 5.5] Context configuration problem

2006-10-26 Thread Omar Adobati
Good Morning all, I need to setup a local virtual host, call it "myhost.localhost". I'm using a linux box, and so I edited the /etc/hosts file adding the line: 127.0.0.1myhost.localhost Now, I need some help. I read on the tomcat's doc that I can set up the into the $TOMCAT_HOME/conf/Catali

Re: Tomcat 5.5 configuration problem

2006-05-08 Thread Mark Thomas
Tom Bednarz wrote: > With my current configuation the tomcat startup page appears. If I look > in the manager application, I see the two hosts 'localhost' and > 'my.mycompany.com'. Under both hosts I see the SAME list of > webapplications. This is because they use the same appBase. For different ap

Tomcat 5.5 configuration problem

2006-05-04 Thread Tom Bednarz
I like to define a HOST which is bound to one of my webapplications. I have the following directory structure: $CATALINA_HOME/webapps/app1 $CATALINA_HOME/webapps/app2 $CATALINA_HOME/webapps/app3 server.xml: Now I like that users can type: http://my.mycompany.

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-18 Thread Marc Farrow
to everyone who offered suggestions. It got me going down the > right path. > > Scott > > -Original Message- > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: Monday, April 17, 2006 7:29 AM > To: Tomcat Users List > Subject: Re: Tomcat 5.5.16 configurati

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-18 Thread Scott Smith
t: Monday, April 17, 2006 7:29 AM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND do you have more than one docBase specified? also, servlet.jar etc should not be in your WEB-INF/lib Scott Smith wrote: > OK, I removed the unnecessary Contexts (at least th

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-17 Thread Filip Hanik - Dev Lists
al Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 6:58 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND maybe I should read the docs ;) yes, any container can have it, Filip Hanik - Dev Lists wrote: exactl

FW: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-15 Thread Arshad Mahmood
Hi, Do you really need that resource-ref in the web.xml. Your resource is defined under Context so you shouldn't need one. Other than that Your code looks fine and I can't see any problems with it. Regards. Hi, Why have you got servlet-api.jar under your WEB-INF/lib. You should Be using the se

Re: Tomcat 5.5 SSL Configuration problem, can't connect!

2006-04-14 Thread Bill Barker
I would *really* like to see more of your log, since this is a classic "this can't happen" bug. "Jana Nguyen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi there, I am running Tomcat 5.5 on RH Linux as user 'tomcat', I'm trying to get tomcat to run on a secure port 8443 instead

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
ers List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND maybe I should read the docs ;) yes, any container can have it, Filip Hanik - Dev Lists wrote: > exactly, the realm element doesn't belong there, read up on the docs > > Scott Smith wrote: >> I am also doing

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 6:57 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND also, did you check your logs yet? I bet there is a nice little error message in there for y

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Filip Hanik - Dev Lists
initialize yet. This app used to use the struts tag, but I'm trying to move it to jndi. -Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 5:05 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND Wh

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
hmood [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 6:37 PM To: users@tomcat.apache.org Subject: FW: Tomcat 5.5.16 configuration problem--THIRD RESEND Hi, Do you really need that resource-ref in the web.xml. Your resource is defined under Context so you shouldn't need one. Other

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Filip Hanik - Dev Lists
the error message. -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 4:56 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND check your log files upon startup, your myapp.xml doesn't

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Filip Hanik - Dev Lists
Original Message- From: Marc Farrow [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 5:05 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND What are you trying to accomplish with the tag? On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTE

FW: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Arshad Mahmood
Hi, Do you really need that resource-ref in the web.xml. Your resource is defined under Context so you shouldn't need one. Other than that Your code looks fine and I can't see any problems with it. Regards. On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > check your log files u

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
2006 5:05 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND What are you trying to accomplish with the tag? On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > check your log files upon startup, your myapp.xml doesn't have a doc

RE: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
2006 4:56 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.16 configuration problem--THIRD RESEND check your log files upon startup, your myapp.xml doesn't have a docBase attribute to associate it with the app itself. . Scott Smith wrote: > Sorry, I sent this so many times. Hopefully,

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Marc Farrow
What are you trying to accomplish with the tag? On 4/14/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > check your log files upon startup, your myapp.xml doesn't have a docBase > attribute to associate it with the app itself. > path="/myapp">. > > Scott Smith wrote: > > Sorry,

Re: Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Filip Hanik - Dev Lists
check your log files upon startup, your myapp.xml doesn't have a docBase attribute to associate it with the app itself. . Scott Smith wrote: Sorry, I sent this so many times. Hopefully, I have all of the typos out of it this time... I have specified the following as myapp.xml in the c

Tomcat 5.5.16 configuration problem--THIRD RESEND

2006-04-14 Thread Scott Smith
Sorry, I sent this so many times. Hopefully, I have all of the typos out of it this time... I have specified the following as myapp.xml in the conf\Catalina\locahost directory: In my web.xml file I have: jdbc/MyDB javax

Recall: Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
Scott Smith would like to recall the message, "Tomcat 5.5.16 configuration problem". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.5.16 configuration problem

2006-04-14 Thread Marc Farrow
in your code you are looking for context named "jdbc/MediaBrowserDB", however your name in your context and web.xml is "jdbc/MyDB". Unless this is a typo from trying to put code to the list, i would check that. On 4/14/06, Scott Smith <[EMAIL PROTECTED]> wrote: > > Sorry, I hit send too soon- > >

Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
Sorry, I hit send too soon- I have specified the following as myapp.xml in the conf\Catalina\locahost directory: In my web.xml file I have: jdbc/MyDB javax.sql.DataSource Container But, when I execut

Recall: Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
Scott Smith would like to recall the message, "Tomcat 5.5.16 configuration problem". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5.5.16 configuration problem

2006-04-14 Thread Scott Smith
I have specified the following as myapp.xml in the conf\Catalina\locahost directory: In my web.xml file I have: jdbc/MyDB javax.sql.DataSource Container But, when I execute the code DataS

Tomcat 5.5 SSL Configuration problem, can't connect!

2006-04-13 Thread Jana Nguyen
Hi there, I am running Tomcat 5.5 on RH Linux as user 'tomcat', I'm trying to get tomcat to run on a secure port 8443 instead of 8080. I uncommented the "SSL HTTP/1.1 Connector" entry in $CATALINA_HOME/conf/server.xml and generated a host certificate as user 'tomcat'. The .keystore file got gene

Datasource configuration problem

2006-03-31 Thread rao krishna
We configure datasource in tomcat 5.0 for oracle 9i. but we stuck hereit is showing error. we added in server.xml factory org.apache.catalina.users.MemoryUserDatabaseFactory pathname conf/tomcat-users.xml

Re: mod_jk specific configuration problem

2006-03-17 Thread Christian Lete
Thanks for the help, its working now ;) Cheers Christian Ryan McDonald wrote: apache + mod_jk, but I'd need 2 sets of worker.properties, one per each virtual host, ie, virtual host 1 would forward requests to Tomcat A and Tomcat B, and virtual host 2, would follow the requests to Tomca

Re: mod_jk specific configuration problem

2006-03-17 Thread Ryan McDonald
apache + mod_jk, but I'd need 2 sets of worker.properties, one per each virtual host, ie, virtual host 1 would forward requests to Tomcat A and Tomcat B, and virtual host 2, would follow the requests to Tomcat C and Tomcat D. I have noticed that the JkWorkersFile directive cant be used pe

mod_jk specific configuration problem

2006-03-17 Thread Christian Lete
Hello everyone, I have come accross a problem, I need the following setup apache + mod_jk, but I'd need 2 sets of worker.properties, one per each virtual host, ie, virtual host 1 would forward requests to Tomcat A and Tomcat B, and virtual host 2, would follow the requests to Tomcat C and T

catalina.policy configuration problem

2006-01-09 Thread Gaël Lams
Hi all, I want to start Tomcat using the security manager I've an application that needs to have access to a folder outside the web applications folder (which is /opt/jakarta/tomcat/webapps). I added the following lines to the catalina.policy file: // Permissions granted to access /var/opt/jaka

[CONFIGURATION] Problem with Context configuration!

2005-12-15 Thread John Maine
Hello Folks: I am currently upgrading from Tomcat 5.0.28 to 5.5.12. I have built my application using Jetspeed 1.5 and I am having problems with Context configuration. On Tomcat 5.0.28, the servlet mappings work fine! For e.g., The URL http://localhost:8080 would automatically resolve to the jet

Configuration problem

2005-10-13 Thread Kanagasabapathy
Hi, I am trying to setup a secured website for my company. I have also imported the SSL certificate into the server. Am using Suse linux enterprise server version 9 in the server and tomcat version 4.0 as the webserver, Now my question is that How to configure port 443 through a connector in th