A Problem with Apache, Mod_jk and Tomcat

2005-02-24 Thread John Martyniak
I just put up a new app on Mac OSX server, Apache 2.0.47, mod_jk 1.2.4 and Tomcat 5.5.4. I currently have it configured to work in the following ways: http://apps:8080/appname <--- straight out of the box. http://app/appname <-- mod_jk and virtual hosts. When I run the application through the

Re: Having a problem when accessing servlets.

2004-12-28 Thread Dennis Payne
different. (something to look at for the developers?) >>> [EMAIL PROTECTED] 12-27-2004 02:01 >>> I am having a problem when accessing servlets in all applications from My tomcat webserver. It seems like the Tomcat is having a problem when executing the servlets. Before this all the appli

Having a problem when accessing servlets.

2004-12-27 Thread alis asma alias
I am having a problem when accessing servlets in all applications from My tomcat webserver. It seems like the Tomcat is having a problem when executing the servlets. Before this all the applications worked but I realize after I got comment from one of the users this morning , it does not work. it

RE: a problem with a first app

2004-11-15 Thread Shapira, Yoav
Hi, >The question regarding the 5.5* rpm version is still without an answer, >because i did searched on web but with no results. The best source for RPMs seems to be JPackage.org, and they're at 5.0.27 it would appear: http://www.jpackage.org/rpm.php?id=3004. Even there were such an RPM, I'd re

Re: a problem with a first app

2004-11-13 Thread Alessandro Ronchi
Il giorno sab, 13-11-2004 alle 17:00 +0100, Alessandro Ronchi ha scritto: > I didn't managed to get webdav working, and I have some other troubles. > If i follow the simple instructions written here > http://sxs.thexdershome.com/internet_serving/c292.html to deploy a jsp > page, I get the error at

a problem with a first app

2004-11-13 Thread Alessandro Ronchi
I didn't managed to get webdav working, and I have some other troubles. If i follow the simple instructions written here http://sxs.thexdershome.com/internet_serving/c292.html to deploy a jsp page, I get the error at the bottom of the page. Another question: is there any tomcat 5.5.* rpm file for

Re: to Jacob Kjome - Re: help to resolve a problem with XSLT generation

2004-08-27 Thread Jacob Kjome
ed). Jake Quoting Eugene <[EMAIL PROTECTED]>: > Hello Jacob, thank you for reply. Yes I thought that maybe this is a > problem... the thing is the clients wants "the latest" (they're > scientists, not programmers;)). So, I've installed for them JDK-J2SE > 5

to Jacob Kjome - Re: help to resolve a problem with XSLT generation

2004-08-26 Thread Eugene
Hello Jacob, thank you for reply. Yes I thought that maybe this is a problem... the thing is the clients wants "the latest" (they're scientists, not programmers;)). So, I've installed for them JDK-J2SE 5.0Beta2. Technically the docs of the application tells that I free t

Re: help to resolve a problem with XSLT generation

2004-08-26 Thread Jacob Kjome
#x27;s endorsed directory is the latest and greatest. Don't override it. Jake At 10:31 PM 8/26/2004 -0300, you wrote: Hi, guys! I have a problem. I am running Apache 2.0.50 + Tomcat5.0.27(mod_jk2) on Windows Server 2003. We have upgraded it from Apache 2.0.46+Tomcat 4.0.27(mod_jk). This c

help to resolve a problem with XSLT generation

2004-08-26 Thread Eugene
Hi, guys! I have a problem. I am running Apache 2.0.50 + Tomcat5.0.27(mod_jk2) on Windows Server 2003. We have upgraded it from Apache 2.0.46+Tomcat 4.0.27(mod_jk). This combination worked fine but for some reasons we should periodically upgrade it to a newest versions. Anyway, I've started

hi, everyone.This is a problem of how to use JRockit as the jvm of Tomcat5

2004-03-13 Thread stanley
When I set JAVA_HOME to the path of JRockit, The Tomcat will not work as it does when I use jvm from Sun why? I install the JRockit right and set the path right Thanks stan

hi, everyone.This is a problem of how to use JRockit as the jvm of Tomcat5

2004-03-13 Thread stanley
When I set JAVA_HOME to the path of JRockit, The Tomcat will not work as it does when I use jvm from Sun why? I install the JRockit right and set the path right Thanks stan

A problem and some questions

2004-02-19 Thread Dale, Matt
Hi, The problem is we need to deploy an application to 3-400 users. Currently the application is being used by significantly less users on a reasonably beefy machine but that machine is really the server for something else so we'd like to get tomcat off of it. Our plan is to use several single

RE: I have a problem!!!

2003-08-18 Thread Hookom, Jacob
ssage- From: Jean-Francois Arcand [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 9:01 AM To: Tomcat Users List Subject: Re: I have a problem!!! Send an email to [EMAIL PROTECTED] -- Jeanfrancois RobDel wrote: >Good morning, > >I need know if can use tomcat to inegration betwee

Re: I have a problem!!!

2003-08-18 Thread Jean-Francois Arcand
Send an email to [EMAIL PROTECTED] -- Jeanfrancois RobDel wrote: Good morning, I need know if can use tomcat to inegration between Java e Flash using Flash Remoting MX with JavaBean. Sorry by my english, but i am brazilian. Bye Robson Del Angelo ---

Re: A problem with configuring tomcat with apache.

2003-07-28 Thread John Turner
mod_webapp is no longer actively developed, and has some problems that will most likely never be addressed unless someone wants to revive the project. The recommended connectors are JK (mod_jk.so) or JK2 (mod_jk2.so). There are pros and cons to either, which you choose is up to you. http://jak

Re: A problem with configuring tomcat with apache.

2003-07-28 Thread J. Joe Wang
Hi John, Then what do you think I should use? Thanks, Joe On Mon, 2003-07-28 at 12:17, John Turner wrote: > Sounds like you have mod_webapp loaded anyway. Is it statically linked > or somehing? > > Sorry, I don't use mod_webapp (and you shouldn't, either! ;) ), so I > can't help much beyond t

Re: A problem with configuring tomcat with apache.

2003-07-28 Thread John Turner
Sounds like you have mod_webapp loaded anyway. Is it statically linked or somehing? Sorry, I don't use mod_webapp (and you shouldn't, either! ;) ), so I can't help much beyond the basic Apache-related config stuff like LoadModule and AddModule. John J. Joe Wang wrote: Hi John, Thanks for t

Re: A problem with configuring tomcat with apache.

2003-07-28 Thread Eric J. Pinnell
Hi, This is the mod_webapp config that comes with Solaris. I think I ran it for about a day or two. in httpd.conf the last line is: include /etc/apache/tomcat.conf tomcat.conf: LoadModule webapp_modulelibexec/mod_webapp.so AddModule mod_webapp.c WebAppConnectionconn

Re: A problem with configuring tomcat with apache.

2003-07-28 Thread J. Joe Wang
Hi John, Thanks for the reply! Yeah, there is only one LoadModule/AddModule pair for mod_webapp. Here is the LoadModule/AddModule block in my httpd.conf. LoadModule php4_modulelibexec/libphp4.so LoadModule webapp_module libexec/mod_webapp.so AddModule mod_webapp.c The line 1035 is

Re: A problem with configuring tomcat with apache.

2003-07-28 Thread John Turner
Are you sure there is only one LoadModule/AddModule pair for mod_webapp? What is on line 1037 of httpd.conf? John J. Joe Wang wrote: Dear all, I am trying to configure tomcat 4.0.4 with apache 1.3.26 on redhat 7.2. The installation of apache is a normal one. i.e. ./configure, make, make install

A problem with configuring tomcat with apache.

2003-07-28 Thread J. Joe Wang
Dear all, I am trying to configure tomcat 4.0.4 with apache 1.3.26 on redhat 7.2. The installation of apache is a normal one. i.e. ./configure, make, make install. The installation of tomcat 4.0.4 is also a normal one. And I followed the install.txt come with webapp_module. i.e. (1)copy mod_weba

RE: Having a problem with IIS and Tomcat 4.1.24 config (solved)

2003-07-04 Thread Timothée Pourbaix
Hello Jeff, I read carrefully the post about your problem and I'm happy that it's solved. In fact, you just applied another configuration (jk2) between Tomcat and IIS and did not solved your initial config. So, for your info, here is how to solve it: You missed to create the Virtual Directory in

RE: Having a problem with IIS and Tomcat 4.1.24 config (solved)

2003-06-11 Thread Jeff Cummings
7:18 PM To: 'Tomcat Users List' Subject: RE: Having a problem with IIS and Tomcat 4.1.24 config Thanks Dav, That being said - where do I get isapi_redirector2.dll, documentation and examples of jk2.properties workers2.properties files. Jeff -Original Message- From: David Le

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-11 Thread David Legg
ECTED] -Original Message- From: Jeff Cummings [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 00:18 To: 'Tomcat Users List' Subject: RE: Having a problem with IIS and Tomcat 4.1.24 config Thanks Dav, That being said - where do I get isapi_redirector2.dll, documentation and examples of

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-10 Thread Jeff Cummings
ubject: RE: Having a problem with IIS and Tomcat 4.1.24 config Hi Jeff, What you need to be aware of (and this took a while to sink in for me) is there are at least two different connectors out there; JK1 and JK2. Each has a different set of files associated with it and the formats are different too.

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-10 Thread David Legg
ginal Message- From: Dominic Parry [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 09:27 To: Tomcat Users List Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config Hi Jeff Those lines belong in workers.properties not uriworkermap.properties You can point it to the logs folder, but it&#

Re: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-10 Thread Dominic Parry
mings To: 'Tomcat Users List' Sent: Tuesday, June 10, 2003 12:48 AM Subject: RE: Having a problem with IIS and Tomcat 4.1.24 config Excuse my ignorance, but I am not sure which file these lines belong to. Is it the uriworkermap.properties file? What is shm.file a log file? Cou

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread Jeffrey Cummings
- From: Dominic Parry [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 1:52 PM To: Tomcat Users List Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config Hi Sure can, here is an examples of mine: # Define the communication channel [shm] file=C:\Program Files\Apache Group\Tomcat 4.1

Re: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread John Turner
essage - From: John Turner To: Tomcat Users List Sent: Monday, June 09, 2003 6:25 PM Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config I'm pretty sure Jeffrey did...at least as far as I can tell. Do you have some examples of the correct way? John On Mon, 9 Jun 2003 18:

Re: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread Dominic Parry
your uri's in workers.properties > - Original Message - From: John Turner To: Tomcat Users List > Sent: Monday, June 09, 2003 6:13 PM > Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config > > > > Sorry, I'm stumped, and I don't use IIS enough

Re: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread John Turner
: John Turner To: Tomcat Users List Sent: Monday, June 09, 2003 6:13 PM Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config Sorry, I'm stumped, and I don't use IIS enough (hardly at all) to help out with nitty gritty stuff. Hopefully someone else has more insight. John O

Re: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread Dominic Parry
you need to specify your uri's in workers.properties - Original Message - From: John Turner To: Tomcat Users List Sent: Monday, June 09, 2003 6:13 PM Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config Sorry, I'm stumped, and I don't use IIS en

Re: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread John Turner
build_worker_map, done [jk_worker.c (102)]: wc_open, done Jeff -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 9:00 AM To: Tomcat Users List Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config Thanks. Did you install the filter? AF

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread Jeffrey Cummings
, removing old ajp13 worker [jk_worker.c (235)]: build_worker_map, done [jk_worker.c (102)]: wc_open, done Jeff -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 9:00 AM To: Tomcat Users List Subject: Re: Having a problem with IIS and Tomcat 4.1.24

Re: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread John Turner
: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 8:25 AM To: Tomcat Users List Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config I don't use IIS, but: [Sat Jun 07 09:18:40 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/localhost/tomcat/is

RE: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread Jeffrey Cummings
/*=ajp13 /admin/*=ajp13 Jeff -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2003 8:25 AM To: Tomcat Users List Subject: Re: Having a problem with IIS and Tomcat 4.1.24 config I don't use IIS, but: [Sat Jun 07 09:18:40 2003] [jk_uri_worker_

Re: Having a problem with IIS and Tomcat 4.1.24 config

2003-06-09 Thread John Turner
I don't use IIS, but: [Sat Jun 07 09:18:40 2003] [jk_uri_worker_map.c (477)]: Attempting to map URI '/localhost/tomcat/isapi_redirect.dll' [Sat Jun 07 09:18:40 2003] [jk_uri_worker_map.c (599)]: jk_uri_worker_map_t::map_uri_to_worker, done without a match Looks to me like one of your properti

Having a problem with IIS and Tomcat 4.1.24 config

2003-06-07 Thread Jeffrey Cummings
I am trying to setup tomcat 4.1.24 with IIS. I get the following message HTTP Status 404 - /tomcat/isapi_redirect.dll _ type Status report message /tomcat/isapi_redirect.dll description The requested resource (/tomcat/isapi_redirect.dll) is not available. _ Apache Tomcat/4.1.24

Having a problem with IIS and Tomcat 4.1.24 config

2003-06-07 Thread Jeffrey Cummings
I am trying to setup tomcat 4.1.24 with IIS. I get the following message HTTP Status 404 - /tomcat/isapi_redirect.dll _ type Status report message /tomcat/isapi_redirect.dll description The requested resource (/tomcat/isapi_redirect.dll) is not available. _ Apache Tomcat/4.1.24 M

RE: having a problem with undeploy in tomcat web manager

2003-03-31 Thread Blohm, Ed
31, 2003 9:21 AM To: Tomcat Users List Subject: Re: having a problem with undeploy in tomcat web manager Did you originally use the Ant manager tasks to "deploy" the application? If not, you need to use "install" and "remove". "deploy" and "undep

Re: having a problem with undeploy in tomcat web manager

2003-03-31 Thread Jacob Kjome
Did you originally use the Ant manager tasks to "deploy" the application? If not, you need to use "install" and "remove". "deploy" and "undeploy" are a special case for remote deployment of a .war file using HTTP PUT which normal browsers don't support. So, if you didn't use the Ant manager

having a problem with undeploy in tomcat web manager

2003-03-31 Thread Blohm, Ed
I am having problems with the tomcat web manager. When I try to undeploy my webapp using the ant task undeploy, I get an error that looks like: undeploy: [undeploy] FAIL - Cannot remove document base for path / I can stop, start and reload my webapp using the ant tasks, but not undeploy or remo

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Mike Jackson
M > To: Tomcat Users List > Subject: R: Still a problem with tomcat-apache integration > > > I'm from Italy and now I'm not at work > I'll check them tomorrow at work > Thank you for now > > anyway the workers contains this > > # BEGIN workers.properti

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
gt; -Messaggio originale- > Da: Mike Jackson [mailto:[EMAIL PROTECTED] > Inviato: giovedì 6 marzo 2003 0.57 > A: Tomcat Users List > Oggetto: RE: Still a problem with tomcat-apache integration > > > Take a look at your mod_jk.log and see if there's anything in there

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
sure > -Messaggio originale- > Da: Filip Hanik [mailto:[EMAIL PROTECTED] > Inviato: giovedì 6 marzo 2003 0.56 > A: Tomcat Users List > Oggetto: RE: Still a problem with tomcat-apache integration > > > and you started tomcat before apache, not the other way a

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
ith a foo.fakedomain.com? and then test it? simo > -Messaggio originale- > Da: Filip Hanik [mailto:[EMAIL PROTECTED] > Inviato: giovedì 6 marzo 2003 0.29 > A: Tomcat Users List > Oggetto: RE: Still a problem with tomcat-apache integration > > > >1) when I access the site

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Mike Jackson
tta [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 3:55 PM > To: Tomcat Users List > Subject: R: Still a problem with tomcat-apache integration > > > I can access the pages directly with tomcat... it's the first thing I've > done... even before trying the

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Filip Hanik
and you started tomcat before apache, not the other way around? -Original Message- From: Simone Chiaretta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:55 PM To: Tomcat Users List Subject: R: Still a problem with tomcat-apache integration I can access the pages directly

R: Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
I can access the pages directly with tomcat... it's the first thing I've done... even before trying the connector Simo > -Messaggio originale- > Da: Mike Jackson [mailto:[EMAIL PROTECTED] > Inviato: giovedì 6 marzo 2003 0.29 > A: Tomcat Users List > Oggetto:

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Mike Jackson
blem). --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Simone Chiaretta [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 3:26 PM > To: Tomcat User List > Subject: Still a problem with tomcat-apache integration > > > Dear All, >

RE: Still a problem with tomcat-apache integration

2003-03-05 Thread Filip Hanik
ta [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 3:26 PM To: Tomcat User List Subject: Still a problem with tomcat-apache integration Dear All, please don't shoot me, but I've a problem making tomcat serve jsp for apache. My configuration is: red hat 8.0 apache 2.0.44 tomcat

Still a problem with tomcat-apache integration

2003-03-05 Thread Simone Chiaretta
Dear All, please don't shoot me, but I've a problem making tomcat serve jsp for apache. My configuration is: red hat 8.0 apache 2.0.44 tomcat 4.1.18 jk_mod for 2.0.43 I followed the step by step guide provided by john turner on his site but I still have problem first I see that he

Re: A problem with Tomcat and port 8080

2003-02-17 Thread Peng Tuck Kwok
Something is running on port 8080, it looks like the old tomcat is running. You could try and kill all java processes in your machine to be sure then start up your new copy. Michael Harrison wrote: I'm running (or trying to) Tomcat 4.0.6 on RedHat 8.0 for PC. I installed Tomcat from a binary (ie

A problem with Tomcat and port 8080

2003-02-17 Thread Michael Harrison
I'm running (or trying to) Tomcat 4.0.6 on RedHat 8.0 for PC. I installed Tomcat from a binary (ie. I just unpacked it and moved it into /usr/local. I ultimately hope to run it connected to Apache (2.0.44) through an ajp13 connector, but for now I just want the server to run by itself on port 80

Re: A problem with Tomcat and port 8080

2003-02-16 Thread jmong
Date: Sunday, February 16, 2003 1:52 pm Subject: Re: A problem with Tomcat and port 8080 > I deleted my old Tomcat install, and I moved the new installation > into the > old one's place. I made sure there were no 'java' processes > running, and > that Apache w

Re: A problem with Tomcat and port 8080

2003-02-16 Thread Michael Harrison
130) Thanks for the suggestion, Jake, but there's something else at work here. Maybe I should just reinstall Apache and Tomcat, again. Michael - Original Message - From: "Jake Robb" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sund

Re: A problem with Tomcat and port 8080

2003-02-16 Thread Jake Robb
To me, the obvious answer is that your old version of Tomcat is still running. To kill a process that won't die, use `kill -9 [PID]`. -9 is the "strongest" kill signal you can send. The kernel won't let the process ignore or catch the signal. What I would do, though, is remove your old Tomcat i

A problem with Tomcat and port 8080

2003-02-16 Thread Michael Harrison
I'm running (or trying to) Tomcat 4.0.6 on RedHat 8.0 for PC. I installed Tomcat from a binary (ie. I just unpacked it and moved it into /usr/local. I ultimately hope to run it connected to Apache (2.0.44) through an ajp13 connector, but for now I just want the server to run by itself on port 80

Re: A problem with 4.1.18

2003-01-11 Thread Paul Yunusov
On Saturday 11 January 2003 03:40 pm, Peter Lee wrote: > I asked this earlier, but I still got problems with it. I upgraded to > 4.1.18, but I got some problems with security constraints. > > I have applied a security constraint on a particular url pattern. Only > certain users with a special rolen

Re: RES: Is there a problem with tomcat JNDI resources (I don't thinkso)

2002-12-20 Thread Jon Eaves
Iran Marcius wrote: If I'm not mistaken, I read somewhere that using GlobalNamingResource with ResourceLink (inside Context) make unnecessary to put resource-ref in web.xml. Tomcat naming examples didn't use it too. I may have been the perpetrator of that particular piece of information. It was

ENC: Is there a problem with tomcat JNDI resources (I don't think so)

2002-12-20 Thread Iran Marcius
[mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 20 de dezembro de 2002 13:52 Para: 'Tomcat Users List' Assunto: RES: Is there a problem with tomcat JNDI resources (I don't think so) If I'm not mistaken, I read somewhere that using GlobalNamingResource with ResourceLink (insi

RES: Is there a problem with tomcat JNDI resources (I don't think so)

2002-12-20 Thread Iran Marcius
PROTECTED]] Enviada em: sexta-feira, 20 de dezembro de 2002 12:09 Para: 'Tomcat Users List' Assunto: RE: Is there a problem with tomcat JNDI resources (I don't think so) Hi, I've got this in my web xml for the app..Not doing global though. - DB Connection jdbc/shi

RE: Is there a problem with tomcat JNDI resources (I don't think so)

2002-12-20 Thread Kevin Passey
bject: Is there a problem with tomcat JNDI resources (I don't think so) Hi fellows. I think I'm doing something wrong, but I can't get a JNDI Datasource configured in GlobalNamingResource section. Here is my configuration:

Is there a problem with tomcat JNDI resources (I don't think so)

2002-12-20 Thread Iran Marcius
Hi fellows. I think I'm doing something wrong, but I can't get a JNDI Datasource configured in GlobalNamingResource section. Here is my configuration: factory org.apache.commons.dbcp.BasicDataSourceFactory driverClassName

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread Mark R. Diggory
John Holman wrote: > Mark > >>> >>> Looking up roles as the administrator (or anonymously if >>> connectionName and connectionPassword are not specified) is a >>> deliberate design decision. >>> >>> John. >> >> >> >> ?? But, if you've already established a connection with the users >> principl

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread John Holman
Mark >> >> Looking up roles as the administrator (or anonymously if >> connectionName and connectionPassword are not specified) is a >> deliberate design decision. >> >> John. > > > ?? But, if you've already established a connection with the users > principle and credentials, why would ever wa

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread Mark R. Diggory
Thank you for responding John, John Holman wrote: > Providing a connectionName and connectionPassword does *not* cause > JNDIRealm to lookup the password. It will still authenticate by > binding as the user unless you specify the userPassword configuration > attribute. I'm working with docum

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread John Holman
Providing a connectionName and connectionPassword does *not* cause JNDIRealm to lookup the password. It will still authenticate by binding as the user unless you specify the userPassword configuration attribute. Looking up roles as the administrator (or anonymously if connectionName and connec

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-07 Thread Mark R. Diggory
Looking over the JNDIRealm Code I notice that in the bindAsUser method that the users principle and credentials are stripped out of the context. It is after this point that the JNDI search request is made to gather the roles from the ldap server. Shouldn't it be *after* the search for the role

Re: Unable to find setter: a problem with custom tag in TC 4.0.4b2

2002-06-01 Thread Vernon Wu
I don't run the PetStore at all, but use a small portion of the framework with a litte modification. I don't observe any compatible problem other than the tag names changed in the new tld file. Here is the jsp file. ~ <%@ page contentType='text/html; charset=UTF-8' %

Re: Unable to find setter: a problem with custom tag in TC 4.0.4b2

2002-06-01 Thread Phillip Morelock
Are you just running the pet store example, cold or with your own edits? how old is it? You must be running tomcat 4, right? maybe the example is for 3, although in theory most stuff is backward compatible... Also, it might help of course to see some jsp -- I assume you're already doing everyth

Re: Unable to find setter: a problem with custom tag in TC 4.0.4b2

2002-06-01 Thread Vernon Wu
Thanks very much, Philip for your quick response. You are right. Theoretically, the numItems should be declaimed as a private but not protected attribute. I, however, don't think that is the cause, but why the TC keeps a blind eye on the setter method. The fragment of code is based on petsto

Re: Unable to find setter: a problem with custom tag in TC 4.0.4b2

2002-06-01 Thread Phillip Morelock
I don't know if this is the desired answer, and don't have time to think about the Java language issues here, but a quick fix would be to change: protected int numItems = -1; to private int numItems = -1; Then remove the overrides from Search and FullSearch classes. Then ensure that all acce

Unable to find setter: a problem with custom tag in TC 4.0.4b2

2002-06-01 Thread Vernon Wu
Hi, all, I run into an error message on Tomcat 4.0.4b2 when I use a custom tag in a JSP file. The error message is: /jsp/fullsearchlist/content.jsp(4,0) Unable to find setter method for attribute: numItems The code fragment is the followings: public abstract class ListTag extends TagSup

a problem

2002-03-17 Thread Zeynep Y Tekþen
hi, i am wondering that when i run a servlet which has mainly does the following works correctly: String commandLine = "java weka.classifiers.j48.J48 -t iris.arff"; Process process = Runtime.getRuntime().exec(commandLine); in this code piece i wonder the java command works well with tomcat4. th

Help tracking down a problem please.

2002-02-04 Thread Mario Felarca
Hello, I am using Apache 1.3.22+mod_jk+mod_ssl(2.8.5 I believe)+Tomcat 3.3a on Win2K. Currently, we have a context that has all data (i.e. images, scripts, applets) served up through Tomcat. The request comes in via HTTPS and on particularly heavy pages, for example ones that have a lot of ima

RE: a problem with in integrating tomcat4 with apache

2002-01-21 Thread Anton Brazhnyk
Hi, > -Original Message- > From: yilmaz [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 10:56 AM > To: Tomcat Users List > Subject: Re: a problem with in integrating tomcat4 with apache > > > Okey, no one replied my previous question. so assume >

Re: a problem with in integrating tomcat4 with apache

2002-01-21 Thread yilmaz
trying to play it? this way users won't think that there is a problem with this site. thank you very much cheers :) - Original Message - From: "yilmaz" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 10:08 AM

a problem with in integrating tomcat4 with apache

2002-01-20 Thread yilmaz
Hi everybody, we are havoing trouble in adjusting apache and tomcat configuration so that all the static files such as mp3,avi, swf, etc will be served by apache and jsp,servlets and class files will be served by tomcat. So far may seem very familiar for most of you. However, our problem is that w

A problem with manager and Valves...

2001-12-24 Thread Richard S. Huntrods
> >I believe the RemoteAddrValve uses regular expression, so try a leading >period as I'm not sure how reg exp treats a leading asterik. > >'.*' should allow all > >Charlie > >I also noticed that this should be 'allow', not 'accept' > >Charlie Charlie, Thank you so much. It turned out to be th

RE(2): A problem with manager and Valves...

2001-12-24 Thread Cox, Charlie
> > > > accept="*.*.*.*"/> > > > > I also noticed that this should be 'allow', not 'accept' Charlie -- To unsubscribe: For additional commands: Troubles with the list:

RE: A problem with manager and Valves...

2001-12-24 Thread Cox, Charlie
ecember 22, 2001 1:35 PM > To: [EMAIL PROTECTED] > Subject: A problem with manager and Valves... > > > Greetings! > > I have the manager servlets working quite fine - even have the HTTP > version running. I added the user to "tomcat-users.xml", edited > "

A problem with manager and Valves...

2001-12-22 Thread Richard S. Huntrods
Greetings! I have the manager servlets working quite fine - even have the HTTP version running. I added the user to "tomcat-users.xml", edited "server.xml" to enable the manager (it was commented out), and even edited the manager/WEB-INF/web.xml to change it to "HTMLManagerServlet". However, if

Re: Noted a problem with configure on mod_webapp

2001-10-03 Thread jean-frederic clere
I have forwarded this issue to APR - That looks like an APR problem - Nikola Milutinovic wrote: > > Hi all. > > This is more for developers, but here goes. OS is Tru64 UNIX 4.0F (a.k.a. Digital >UNIX (a.k.a. DEC OSF/1)). I'm using native CC of Tru64. "configure" script in APR >erroneously de

Noted a problem with configure on mod_webapp

2001-10-03 Thread Nikola Milutinovic
Hi all. This is more for developers, but here goes. OS is Tru64 UNIX 4.0F (a.k.a. Digital UNIX (a.k.a. DEC OSF/1)). I'm using native CC of Tru64. "configure" script in APR erroneously detects the presence of on the system and that consequently bugs the whole mod_webapp.so. mod_webapp.so,

A problem, please help

2001-04-23 Thread Pradeep Kumar
hello group, I am using tomcat 3.2.1 on win2k box with IIS. I am able to run all the example context. I have a context called "at"...and I am not able to run my servlet. I get the message "resource not allowed" on the browser (HTTP 405 error). The isapi log file says the following error. [jk_i

have a problem in mapping files in tomcat

2001-03-22 Thread Shankar Gowda
hi all, i have problem in mappling files in the tomcat say if i have /webapps/myproject/tempFiles then what should i give in my hyperlink is it ../tempFiles or ./tempFiles replyme soon __ Do You Yahoo!? Get email at your own domain with Yahoo! Mai

Re: Problem building mod_jk - I think I have a problem

2001-03-13 Thread Martin Mauri
EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 11:39 AM Subject: Problem building mod_jk - I think I have a problem Hi world,   The problem is that when I try to compile it I get errors regarding to the .c files of the distribution which means that the so

Re: Problem building mod_jk - I think I have a problem

2001-03-13 Thread Mike Jennings
od_jk - I think I have a problem Hi world,   The problem is that when I try to compile it I get errors regarding to the .c files of the distribution which means that the sources have errors, is there any possibility to download a good source or a built version for Solaris?   t

Re: Problem building mod_jk - I think I have a problem

2001-03-13 Thread Martin Mauri
ROTECTED]> > Subject: Problem building mod_jk - I think I have a problem > Date: Tue, 13 Mar 2001 16:39:25 -0300 > > Hi world, > > The problem is that when I try to compile it I get errors regarding to the > .c files of the distribution which means that the sources ha

Re: Problem building mod_jk - I think I have a problem

2001-03-13 Thread Dennis Daniels
are you downloading .tar or RPM if it's RPM expect problems good luck dgd Original Message Follows From: "Martin Mauri" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Problem building mod_jk - I think I have a problem Date

Problem building mod_jk - I think I have a problem

2001-03-13 Thread Martin Mauri
Hi world,   The problem is that when I try to compile it I get errors regarding to the .c files of the distribution which means that the sources have errors, is there any possibility to download a good source or a built version for Solaris?   thanks...   Martin

Is this a problem?

2000-11-06 Thread Mike Campbell
When I run tomcat, I get the following error. JSP's seem to execute OK, however.Is this a problem? If so, how do I fix it? Thanks java.lang.SecurityException: sealing violation at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)