Re: unexpected java.lang.NoClassDefFoundError:javax/management/MBeanRegistration

2003-08-14 Thread Jean-Francois Arcand
Dmitry Beransky wrote: I'm trying to integrate a custom compiled Tomcat 4.1.27 with Intellj IDEA (using a third-party plugin allowing invocation of Tomcat 4.1 from inside IDEA). Tomcat quits almost immediately with the following exception: java.lang.reflect.InvocationTargetException at su

Re: integration of apache2.0.40 & tomcat4.1.27

2003-08-14 Thread 苗启广
ÔÚ 2003-08-09 13:14:00 ÄúдµÀ£º >Hi all,of you ? Could you tell me ? Thanks~~ > > I have installed RH9 and it contains apache2.0.40. Then I installed >tomcat4.1.27 by binary. After that I want to integrate them to work >together by using jk2. What is the easy way to integrate them? Any >doc

Re: Automatic switch from http to https doesn't work for IE, does for Netscape

2003-08-14 Thread 苗启广
ÔÚ 2003-08-09 16:30:00 ÄúдµÀ£º >Tomcat 4.0.6of you ? Could you tell me ? Thanks~~ >Windows 2000 >IE 5, SP3 >Netscape 7.02 > > >I have a website which is part public, part secure. There are html entries >such as "< a href=members/index.jsp >" in the public area which will >jump to the secure are

Re: ServletContext.getInitParameter() for a Bean?

2003-08-14 Thread Ben Souther
On Sunday 10 August 2003 01:00 am, you wrote: > What is recomended technique for reading initialization parameters from a > Bean? I get the init params from web.xml in a servlet's init method and pass them to the beans setXxx methods. I prefer to control all of the beans state/lifecycle... from

security hole on windows tomcat?

2003-08-14 Thread Spam Email
I came across what appears to be a security hole when running tomcat. I'm not sure how widespread it is, but my linux server is safe, yet my windows XP, tomcat 4.1.24 is vulnerable. I found that if you append %20 to a jsp page it shows the source code instead of displaying the page: http://192

RE: Oracle connection pooling

2003-08-14 Thread Cristopher Daniluk
I agree. I think its something else, but the real problem is - why doesn't the Oracle connection pool at least check the TCP state of the conn before it works? Is it because it sucks and shouldn't be used? As best I can tell, we're following all the documentation for the oracle pool to the letter.

Incremental JSP offline compilation

2003-08-14 Thread Johann Uhrmann
Hello, is there a way to compile JavaServer Pages offline with ant? I am currently using the jspc ant task, but it has some significant disadvantages: - no support for incremental compilation - no support for the compilation of directory trees (afaik every single page has to be mentioned in the

Sharing session between webapps

2003-08-14 Thread Aymeric Alibert
Hi, I have two web applications running on the same Tomcat server. One is used for administration (webapp1) of the other one (webapp2). I would like my administration application to be able to set some session values in 'webapp2' and then redirect to 'webapp2'. The goal is to bypass the login

RE: security hole on windows tomcat?

2003-08-14 Thread Angus Mezick
Ok guys, What could I have turned on that would have allowed this bug to happen? I can make it happen in both tomcat and tomcat through apache. (Most recent of both) I can provide a site where it DOES happen so you guys can see what is happening. > -Original Message- > From: Cox, Charlie

RE: Possible to start Tomcat but not deploy webapp?

2003-08-14 Thread Shapira, Yoav
Howdy, In a nutshell, no. You don't want a webapp deployed on startup, don't have it present on startup. ;) There are workarounds that can get you close: e.g. don't have the webapp there on startup, set autoDeploy="false" for the host, start the server, then deploy the webapp. Or contribute a

Strange error message in catalina.out

2003-08-14 Thread Zsolt Koppany
Hi, when I execute "shutdown.sh" I get strange error messages in catalina.out. How can I fix it? I use tc-4.1.24 von RedHat-9. Zsolt SEVERE: Caught exception trying to unlock accept. java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method)

RE: security hole on windows tomcat?

2003-08-14 Thread Angus Mezick
Charlie, How do you fix this within apache? > -Original Message- > From: Cox, Charlie [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 10:15 AM > To: 'Tomcat Users List' > Subject: RE: security hole on windows tomcat? > > > do you have apache on the front end and are you only

RE: [OT] how to pronounce Apache ?

2003-08-14 Thread Zille Hassan
Sorry No offense But arent you a perfectionist ?? -Original Message- From: Antony paul [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 12:20 PM To: tomcat mail list Subject: [OT] how to pronounce Apache ? Hello, I would like to know how to pronoune Apache in US English. I

Possible to start Tomcat but not deploy webapp?

2003-08-14 Thread Leo Yamamoto
Say I have three webapps - the manager webapp, webapp A and webapp B. Is it possible for me to configure Tomcat such that when I start it up, only the manager and webapp A come online? Webapp B should either be in an undeployed state or in the "stopped" state, as if I had stopped it with the manage

RE: [OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Angus Mezick
That 404 means they got a page not found error. This is just some script kiddie looking for problems. I wouldn't worry about it. If you want to creat a servlet mapping that grabs these requests and then pipes them off into the lala land of the never-ending-connection, please do. It would help re

Re: security hole on windows tomcat?

2003-08-14 Thread John Turner
Let's see the Tomcat-only link. John Angus Mezick wrote: Ok guys, What could I have turned on that would have allowed this bug to happen? I can make it happen in both tomcat and tomcat through apache. (Most recent of both) I can provide a site where it DOES happen so you guys can see what is h

Hardware loadbalancing with JK2

2003-08-14 Thread Mark Gastel
Hi, I am trying to get hardware load balancing to work between apache 2.0.46/mod_jk2, a cisco css and tomcat 4.1.27. The way this works is an ajp13 service has been created on the css. Apache talks to this css ajp service which is split among several tomcat instances... Now the problem: Because

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Hi, Mike Thanks a lot!!! I also searched some documents online. One of them said, when we install the Apache, we need to set the "domain name" and "server name" as "localhost". I simply left them in default values. So I am reinstalling the apache. Do you think that will make difference? I will ch

Re: security hole on windows tomcat?

2003-08-14 Thread Paul Sundling
I never changed the mime-mapping when I installed it. I run tomcat manually or as a manual service. When I tried running tomcat as an automatic service, it had trouble. The only changes I made were in configs specific to webapps. The problem is present on the unmodified examples webapp. Th

Context Parameter not set after manager stop-start

2003-08-14 Thread Christian Traber
Hi, I have a Context Parameter in my server.xml Context. If I stop and start my Context with the manager-application the Parameter is no longer set! Reload works. I'm using tomcat-4.1.24. Is this an error? Regards, Chirstian -

Problem in Integrating Tomcat with Apache

2003-08-14 Thread Xingqun Jiang
Hi, I tried to integrate Tomcat (on port 8080) with Apache (on port 80). When I tested on the local machine(192.168.2.3), the following two urls pointed to the same page: http://localhost/examples/jsp/dates/date.jsp http://localhost:8080/examples/jsp/dates/date.jsp However, when I tested on ano

RE: security hole on windows tomcat?

2003-08-14 Thread Cox, Charlie
can you turn on debug for the defaultservlet - set it to 99 in conf/web.xml and post the log. > -Original Message- > From: Angus Mezick [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 12:39 PM > To: Tomcat Users List > Subject: RE: security hole on windows tomcat? > > > Nope, b

mod_jk problem with serving jsp from apache root dir...from tomcat alias dir is ok

2003-08-14 Thread Mike Klein
This has to be brain freeze of something...this s/be so simple...and probably is. I'm running tomcat 4.1.24-LE-jdk14 and Apache 1.3.27. I've got jsps coming up on the web server port (via alias'd tomcat examples dir), in addition to default of tomcat 8080 port...of course. However, when I added t

Does anyone know the cause of this exception ?

2003-08-14 Thread Mufaddal Khumri
The root cause below told me that the Cataglog_jsp.java threw an error at Line 75. Line 75 in that file is: JspRuntimeLibrary.include(request, response, "/include/header.jsp", out, true); The above code corresponds to the following line in Catalog.jsp: Does anybody know what could cause the

Re: Japanese Characters in JSP's

2003-08-14 Thread Bill Barker
I don't know why cp1251 et. al. work (probably they are single-byte encodings, and shift_jis is multi-byte). However, try adding: <[EMAIL PROTECTED] contentType="text/html; charset=shift_jis" %> to your page. This will tell Tomcat that the Writer should use "shift_jis" as it's encoding. Since yo

Re: [OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Michael Teter
This is the age old IIS worm working its magic. It's either Code Red or Code Red 2 or whatever. In any case, you can safely ignore it if Tomcat is the one reporting it. And unfortunately, you're unlikely to get anywhere by trying to contact the offending server owner or ISP. Just ignore it,

RE: security hole on windows tomcat?

2003-08-14 Thread Cox, Charlie
can you turn on debugging for the default servlet(conf/web.xml) and also turn on the requestdumpervalve(server.xml) and post the log. > -Original Message- > From: Paul Sundling [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 8:43 PM > To: Tomcat Users List > Subject: Re: securi

Re: Problem in Integrating Tomcat with Apache

2003-08-14 Thread Mike Millson
On Sun, 2003-08-10 at 13:31, Xingqun Jiang wrote: > Hi, Mike > > Thanks a lot!!! I also searched some documents online. One of them said, > when we install the Apache, we need to set the "domain name" and "server > name" as "localhost". I simply left them in default values. So I am > reinstalling

Re: Hardware loadbalancing with JK2

2003-08-14 Thread Eric J. Pinnell
Hi, Using the CSS between Apache and Tomcat seems a bit overkill as Tomcat provides all the functionality that a CSS would. However I think you can get it to work. All you need is a single worker to the CSS. From there the CSS should bust it out and spread it across the various Tomcats. There w

Connection Pool / Connection Bean ?

2003-08-14 Thread Rick Roberts
Is there a good, free ConnectionPool, ConnectionBean available? -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com * *** ---

RE: Hardware loadbalancing with JK2

2003-08-14 Thread Mark Gastel
Hi Eric, Thanks. At this point I'm a bit more comfortable using a hardware loadbalancer over the jk2 stuff. we've been using a css in production for well over a year. Unlike tomcat or apache I've seen very little movement in the jk2 code base and the documentation is very confusing at times. M

RE: JkMount causing problems - info from my httpd.conf file

2003-08-14 Thread batristain
When I added the jkmount statements it gives me the 500 error message. If I comment them out the site will load. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 8:18 AM To: Tomcat Users List Subject: Re: JkMount causing problems - info from m

Re: security hole on windows tomcat?

2003-08-14 Thread Kwok Peng Tuck
Can't replicate your problem, tried both linux and win2k Version of tomcat is the same as yours. Paul Sundling("Webdaddy") wrote: I came across what appears to be a security hole when running tomcat. I'm not sure how widespread it is, but my linux server is safe, yet my windows XP, tomcat 4.1.

RE: I've taken the JkMount statements out

2003-08-14 Thread batristain
Yes b/c I set it down a different path so I know it's the one I built. Also I have tested it with ./httpd -l to make sure the mod_so.c was compiled. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:17 AM To: Tomcat Users List Subject: Re: I'

RE: JkMount causing problems

2003-08-14 Thread batristain
yes -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 2:41 PM To: Tomcat Users List Subject: Re: JkMount causing problems You have no mod_jk.log, even with JkLogLevel set to "info"? John [EMAIL PROTECTED] wrote: > The local host file doesn'

Re: Antwort: Re: Antwort: Tomcat 3.3.1 -> Tomcat 4.1.x (Xerces), WebAppClassloader debug level

2003-08-14 Thread Jacob Kjome
At 07:50 AM 8/12/2003 +0200, you wrote: The third party software is excelon. There are no other web applications running inside this tomcat instance. I'm just wondering if Tomcat itself could run into a problem when I replace the xerces version. Yep, it should be able to. Further, it's documen

Re: [OT] how to pronounce Apache ?

2003-08-14 Thread Nikola Milutinovic
> Apache has NOTHING to do with indigenous American people. > It stands for "a patchy" software. If that's a pun, it's a bit out of place. If it's a joke, so be it. If it is an oppinion, then you got something mixed up - what's the feather on the web site for? Nix.

Re: dynamic install and reload (resend)

2003-08-14 Thread Jacob Kjome
the task is what you want if the Ant build is not on the same machine as Tomcat. It does an HTTP PUT to a remote server. Just change the manager url to deploy to different hosts. Jake At 09:46 PM 8/11/2003 -0700, you wrote: Jake - thanks for your persistance here... While your feedback is c

Re: Where to put js scripts on tomcat server...

2003-08-14 Thread Don Reese
Hi Jacob, With your confirmation as to where the files should be, I was able to track down the issue and it is now resolved. Case sensitivity was the issue - fixed that and now all is well. Don Reese - Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List" <

Re: I've taken the JkMount statements out

2003-08-14 Thread John Turner
Just to be sure, are you sure you are using the Apache that you built, and not the Apache that you had before? Do you have more than one Apache on your system, and more than one set of config files? What operating system is this? John [EMAIL PROTECTED] wrote: I only get the 500 error when I

Tomcat 4.1x with IIS 6 on Windows server 2003

2003-08-14 Thread Bala Kiran
Has anybody configured Tomcat 4.1x with IIS 6.0 on Windows server 2003? Please advise me. I'm trying to configure the same, but I'm getting "404 - Page Can not be displayed" error. I checked the log. It does not seem like raising any red flags. But, here is the log info. Any help is highly apprecia

RE: JkMount causing problems - info from my httpd.conf file

2003-08-14 Thread batristain
Yes I do have NameVirtualHost *:80 And in my apache log files I don't have an error message This is what the error log says [Mon Aug 11 14:54:02 2003] [notice] Apache/1.3.28 (Unix) mod_jk/1.2.2 mod_ssl/2. 8.15 OpenSSL/0.9.7b configured -- resuming normal operations [Mon Aug 11 14:54:02 2003] [noti

Re: How to install Apache / Tomcat non-root

2003-08-14 Thread John Turner
Whichever user account you are using at the time you extract the Tomcat binaries will be the owner of the Tomcat directory tree. You have to install Apache as root since it binds to port 80. You define the unprivileged user in httpd.conf. As far as not using su, just login as the web server us

RE: Forwarding control

2003-08-14 Thread James Michelich
Mike, Your suggestion worked out perfectly! Thanks for the help. One other quick question, if you don't mind - since sendRedirect() doesn't send along the request object, is there another way to access it from the target url while still using this method? Thanks, James

Help on workers2 and jk2 properties files

2003-08-14 Thread EPC
Hi All, I had successfully configured TC 5 + Apache 2 using mod_jk2 on Win2k. But I couldn't found any documentation about the details of files workers2.properties and jk2.properties. Can some one help me out on this, by providing some info about all the options and their meaning which we can

RE: Problem Generating ID

2003-08-14 Thread Bodycombe, Andrew
You may find the java.text.DecimalFormat class useful. -Original Message- From: N.B.Bopanna [mailto:[EMAIL PROTECTED] Sent: 12 August 2003 10:57 To: [EMAIL PROTECTED] Subject: Problem Generating ID Hi All, I am generating a ID to use as primary key in my table with the follwing code.

Re: tomcat shutdown

2003-08-14 Thread John Turner
You can't have two Tomcats with the same shutdown port. You'll have to change the shutdown scripts to use the new port number (look for "8005" and replace with whatever port you choose). John Chris Daly wrote: no. do i have to change the port number in server.xml so that its differenet from

RE: mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referencedsymbol not found"

2003-08-14 Thread Eric J. Pinnell
Odd. When I use the source file below I never have to declare JAVA_HOME or give configure the directory of the VM. I'm not sure if it uses JAVA_HOME or if you have to give it to configure. -e On Tue, 12 Aug 2003, J.P. Wadkin C9951627 wrote: > Yep. I tried building with specific connector sourc

Re: tomcat shutdown

2003-08-14 Thread Chris Daly
no. do i have to change the port number in server.xml so that its differenet from the following what do i change in the shutdown.sh or shutdown.bat if anything ? cheers chris At 11:11 12.08.2003 -0400, you wrote: Did you change the default shutdown ports for both instances? If you did, di

Tomcat 5.0.6 logging to console

2003-08-14 Thread Daniel Haynes
How do I get my app logging to a console on Tomcat 5.0.6 (Windows 2000) binary install. Setting swallowOutput="true" or “false” for the app context seems to make no difference when starting Tomcat using the windows menus that tomcat added. Do I have to start Tomcat another way ?

RE: security hole on windows tomcat?

2003-08-14 Thread Cox, Charlie
sorry, I overlooked where you mentioned it was the default install. please post a link Charlie > -Original Message- > From: Cox, Charlie [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 12:15 PM > To: 'Tomcat Users List' > Subject: RE: security hole on windows tomcat? > > > did

Re: getRemoteUser()

2003-08-14 Thread Jacob Kjome
Add the following to jk2.properties request.tomcatAuthentication=false That tells Tomcat to take its authentication information from the jk or jk2 connector which gets it from Apache. Jake At 03:22 PM 8/12/2003 +0100, you wrote: I'm having some difficulty making the getRemoteUser() method

Re: integration of apache2.0.40 & tomcat4.1.27

2003-08-14 Thread John Turner
Hmmm...looks like a path problem, but I'm not good enough with make to really figure it out. The solution is probably pretty easy, though. John Mike Millson wrote: On Mon, 2003-08-11 at 11:14, John Turner wrote: Nice doc. Question: - is there a reason you used the 4.1.24 connectors source,

i can't stop tomcat

2003-08-14 Thread Chris Daly
hi i made a copy of an app and its tomcat 1.4 container (connecting it to a different port). basically i cant now stop tocamt and am getting the a connection refused error ? how do i stop it ? its running with apache on a unix sunsolaris . cheers chris ---

RE: getRemoteUser()

2003-08-14 Thread Johnson, David
Cool, that worked just fine. Many Thanks, Dave > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 12, 2003 4:04 PM > To: Tomcat Users List > Subject: Re: getRemoteUser() > > > > Add the following to jk2.properties > > request.tomcatAuthenti

Antwort: Re: Antwort: Tomcat 3.3.1 -> Tomcat 4.1.x (Xerces), WebAppClassloaderdebug level

2003-08-14 Thread Oliver Wulff
The third party software is excelon. There are no other web applications running inside this tomcat instance. I'm just wondering if Tomcat itself could run into a problem when I replace the xerces version. Further, it's documented in the classloader-howo paper that I can deploy my own xerces v

"Official" support matrix

2003-08-14 Thread Long, Christian (Christian)
Can anyone point me to a list of supported OS and web servers for tomcat? Specifically, I'd like to know which version(s) of tomcat work under IIS 6.0 on Windows 2003. I've seen a few messages saying "I think it works" or "it doesn't seem supported" but I'd like a more definitive answer if avail

RE: security hole on windows tomcat?

2003-08-14 Thread Angus Mezick
ARGH! This has gone to just being an apache problem. Tomcat seems to have self corrected. I am very confused but will keep looking. Apache still does it though. > -Original Message- > From: Cox, Charlie [mailto:[EMAIL PROTECTED] > Sent: Monday, August 11, 2003 12:40 PM > To: 'Tomcat Us

Re: security hole on windows tomcat?

2003-08-14 Thread Eric J. Pinnell
Yup. WinXP Tomcat 4.1.27 http://localhost:8080/examples/jsp/num/numguess.jsp%20 = 404 it's interesting on 4.1.24. I have been goofing around with the examples and sometimes I get source and on others I just get freaky output. For example snoop.jsp doesn't show any source but just blank header

404 with 3.2.3

2003-08-14 Thread Rick Lutowski
Am at the end of my rope trying to get tomcat 3.2.3 to run a simple webapp on my debian linux server. The same tomcat binary runs the webapp fine on my development debian linux system in tomcat standalone mode, but gets a 404 error (page not found) when run with apache on the server box. Figured

RE: security hole on windows tomcat?

2003-08-14 Thread WATKIN-JONES,ADAM (HP-UnitedKingdom,ex1)
fwiw, windows server 2003 standard edition j2sdk 1.4.2 jakarta-tomcat-4.1.27-LE-jdk14 zip (not exe) http://localhost:8080/examples/jsp/num/numguess.jsp%20 problem appeared in opera 7.11 viewed page in ie 6 and got 404 subsequently got 404 in opera flicked around other samples in opera and saw sim

RE: security hole on windows tomcat?

2003-08-14 Thread Eric J. Pinnell
I think at this point this might be a worthwile canidate for Sun's bugparade. At least get it on their radars (if they don't know about it already). It's interesting that the bug doesn't show up in Tomcat 4.1.27. When 1.4.2 was released 4.1.24 was the latest stable build. Regardless the JDK/apps

RE: Forwarding control

2003-08-14 Thread Mike Cherichetti \(Renegade Internet\)
James, Use response.sendRedirect() instead of the RequestDispatcher. That will change the URL in the browser. If you want to stick with the RequestDispatcher, you'll have to add some logic to catch a resubmission of the same data (possibly use a hidden field in your forms with a unique identifie

Re: security hole on windows tomcat?

2003-08-14 Thread Paul Sundling
which operating system? Paul John Turner wrote: Appending "%20" to my Tomcat 4.1.1x URLs generates a 404. John Paul Sundling("Webdaddy") wrote: I came across what appears to be a security hole when running tomcat. I'm not sure how widespread it is, but my linux server is safe, yet my window

Re: integration of apache2.0.40 & tomcat4.1.27

2003-08-14 Thread John Turner
Nice doc. Question: - is there a reason you used the 4.1.24 connectors source, and not the source from http://jakarta.apache.org/builds/jakarta-tomcat-connectors? Also, I see that you had problems with specifying the location of mod_jk.so. You can add this as a parameter to the Listener eleme

Re: Including port no in req.getServerName() output.

2003-08-14 Thread Hans Wichman
Hi, how about ultraedit search and replace, http:// req.getServerName() by nothing just an idea... greetz Hans At 03:59 PM 8/12/2003 +0530, Antony paul wrote: 80% of the pages are completed(about 150 pages) so changing these pages is a tedious job. Antony Paul - Original Message - Fro

RE: two tomcats one hangs

2003-08-14 Thread Yiannis Mavroukakis
Are you 100% positive that both tomcat instances have different ports? This exception is seen when a port is already in use. I'd suggest you went through both server config files and double check :) -Original Message- From: Chris Daly [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 11:40 To

Re: I've taken the JkMount statements out

2003-08-14 Thread John Turner
So you have no JkMount in httpd.conf, and no Tomcat running, and you are still getting the 500 error? What Apache version are you using? How did you get it? Did you build it from source? If so, how (what options)? John [EMAIL PROTECTED] wrote: I believe the internal message is coming from

Re: Antwort: Tomcat 3.3.1 -> Tomcat 4.1.x (Xerces), WebAppClassloader debug level

2003-08-14 Thread Jacob Kjome
At 06:52 AM 8/12/2003 +0200, you wrote: It did run well with Tomcat 3.3.1 I found out that the included xerces version of this third party software uses xerces 1.4.x. So, I removed the xerces jars in common/endorsed and put the version 1.4.4 in there. Then, my application works again. Is that t

Re: JkMount causing problems - info from my httpd.conf file

2003-08-14 Thread John Turner
Then I'm stumped. What changed from when it was working? John [EMAIL PROTECTED] wrote: I promise there's no mod_jk.log and that's all that my apache log file says -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 8:16 AM To: Tomcat Users Lis

RE: integration of apache2.0.40 & tomcat4.1.27

2003-08-14 Thread Mike Millson
You can download these packages from RedHat's site. >From the redhat home page (www.redhat.com), click the download link on the right of the red header. Then, scroll down to the bottom of the downloads page and enter "httpd-devel" into the "Find latest rpms" form "By keyword" text box. Choose your

mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referenced symbol not found"

2003-08-14 Thread J.P. Wadkin C9951627
I'm trying to get mod_jk2 to work with Apache 2.0.43 on Solaris 8. I downloaded the mod_jk2 binary but Apache gives me this error message: Cannot load /usr/local/apache2/modules/mod_jk2.so into server: ld.so.1: /usr/local/apache2/bin/httpd: fatal: relocation error: file /usr/local/apache2/modules/

RE: Clustering applications

2003-08-14 Thread Filip Hanik
http://cvs.apache.org/~fhanik/ Filip > -Original Message- > From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 12, 2003 5:21 PM > To: Tomcat Users List > Subject: Re: Clustering applications > > > Hi, > > Tomcat 5 has this functionality. The code has been backported

Re: tomcat shutdown

2003-08-14 Thread Freek Segers
Hi, I've had this a couple of times. Took me quite a while to figure out what was wrong. With me it turned out that Tomcat hadn;t fully started yet when I was issuing the shutdown command. The reason was that when starting up Tomcat needs to parse several XML-files. These may have references to

Re: [OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Antony paul
Althoug it is an intranet application Tomcat is listening on the public IP address accessible from internet(temporary arrangement) and the IP address in the log is out side the intranet but of same ISP. The IIS is not running but we have some other web server program(probably apache) which listens

Re: mod_jk2 on Solaris 8 - "symbol apr_socket_timeout_set: referencedsymbol not found"

2003-08-14 Thread Eric J. Pinnell
Hi, Try to compile it with just: ./configure --with-apxs2=/path/to/apache/bin/apxs make -e On Tue, 12 Aug 2003, J.P. Wadkin C9951627 wrote: > I'm trying to get mod_jk2 to work with Apache 2.0.43 on Solaris 8. I > downloaded the mod_jk2 binary but Apache gives me this error message: > > Cannot

RE: Reloadable Servlet?

2003-08-14 Thread Shapira, Yoav
Howdy, I see what you mean -- thanks ;) The actual URL for the hotfix is http://www.apache.org/dist/jakarta/tomcat-4/binaries/ Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Johnson, David [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 13, 2003 9:53 AM >To: Tomc

RE: question marks appearing after deploy to production server

2003-08-14 Thread robert.tomlin
What is the server platform ? > Does anybody have a clue how this may happen? But anyway this is most likely a character set problem, where you are using a character set that does not contain the character you want. This has some good info about character sets: http://czyborra.com/charsets/iso8

RE: JkMount causing problems - info from my httpd.conf file

2003-08-14 Thread batristain
I promise there's no mod_jk.log and that's all that my apache log file says -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 8:16 AM To: Tomcat Users List Subject: Re: JkMount causing problems - info from my httpd.conf file You're positive t

tomcat shutdown

2003-08-14 Thread Chris Daly
hi i have two instances of tomcat runnign as a stand olone but on different ports - i can neither stop nor start either tomcat as all that i'm getting is Catalina.stop: java.net.ConnectException: Connection refused java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socke

Running servlet via SSL???

2003-08-14 Thread Carlos
Hi Forum, Is it possible to run/navigate to a servlet via an SSL connection? I have Apache and Tomcat 4.x installed in RedHat 7.x and I can navigate (with IExplorer) to a test servlet (which sends a hello message to standard output) with the following call: http:// ip>:8080//servlet/ But if I u

Re: Including port no in req.getServerName() output.

2003-08-14 Thread Antony paul
80% of the pages are completed(about 150 pages) so changing these pages is a tedious job. Antony Paul - Original Message - From: "Bodycombe, Andrew" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 3:41 PM Subject: RE: Including port no in re

RE: Question about Notify all online user

2003-08-14 Thread Shapira, Yoav
Howdy, The HTML probably looks something like this: The DB ping servlet checks on the database and if there's a change, its output includes javascript to bring up a popup window. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: engp0510 [mailto:[EMAIL PROTECTE

Re: How to install Apache / Tomcat non-root

2003-08-14 Thread John Turner
Yes, it is possible and recommended. 1. chown -R webuser:webuser $CATALINA_HOME 2. su - webuser -c $CATALINA_HOME/bin/startup.sh John Lars Nielsen Lind wrote: Hi. I want to install Apache and Jakarta-Tomcat as non-root user (they will use the same user account). Is this possible and what is the

RE: Stop, Start Applications - Using TOMCAT Manager , Multiple Services

2003-08-14 Thread Geiglein, Gary
There are two answers to your question. The long answer can be found be searching the archives of this group, this comes up about every couple of months. The short answer is to place this bat file in your TOMCAT_HOME/bin dir, edit the values and run it. Good luck -Original Message- From

RE: I've taken the JkMount statements out

2003-08-14 Thread batristain
ok -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 8:56 AM To: Tomcat Users List Subject: Re: I've taken the JkMount statements out Can we take it a step at a time? How about getting it to work without HTTPS? Just forget SSL for now. Jo

Re: jk2_init Error ??

2003-08-14 Thread Eric J. Pinnell
Hi, This message is also normal. JK2 is just initializing. I know it's not the best message. -e On Wed, 13 Aug 2003, NormW wrote: > I'll take the 'scoreboard' question... > It's the shared memory area for mod_jk2... it facilitates the creation the > /jkstatus page it is also saved to disk

RE: security hole on windows Apache -> Tomcat?

2003-08-14 Thread Angus Mezick
I ONLY see the problem in apache. So I think it is a config problem. Will the jk2 URI : [uri:www.SITENAME.org/*.jsp] catch www.SITENAME.org/index.jsp%20 ? When I turn on the accessvalve tomcat doesn't see this request. > -Original Message- > From: Jeff Tulley [mailto:[EMAIL PROTECTED] >

url-pattern and realms security

2003-08-14 Thread Madere, Colin
So I looked at the servlet spec, but it doesn't specify (as far as I read) how hierarchical security constraints should work and Tomcat 4.1.27 seems to not do hiarachical constraints :) Also searching the list I didn't turn up results of this type, although I swear I've seen this issue before...

Re: Question about Notify all online user

2003-08-14 Thread engp0510
Ben! Wah! Great! Could you give me more information about your implementation? I am not clear with iFrame. - Original Message - From: "Ben Souther" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 12:32 AM Subject: Re: Question about Notify a

Re: [OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Kwok Peng Tuck
It's in the intranet right ? Should be easy to track down :) Antony paul wrote: Hello, I have Tomcat standalone running on a local Intranet. The server is windows 2000 SP2. Today while checking the access log files I found the following lines xx.xx.xx.xx - - [11/Aug/2003:09:47:38 5050] "GET /s

RE: HttpSessionListener: Negative session count

2003-08-14 Thread Shapira, Yoav
Howdy, I would mention one other possibility, unrelated to synchronization, which may cause this behavior. If your session listener simply increments a counter on every sessionCreated() and decrements the counter on every sessionDestroyed(), it is vulnerable to this behavior. When the server is

RE: Reloadable Servlet?

2003-08-14 Thread Johnson, David
Also, if you're using Tomcat 1.4.27 then there's a bug which stops the reload from working properly. A hotfix is available from the jakarta website. Dave > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 1:59 PM > To: Tomcat Users Lis

How to use TAGX w/ Tomcat 5.0.7

2003-08-14 Thread Ammai.com
Hi, I have a JSPX page that uses a tag called xhtmlstrict.tagx. When I execute the jspx page it doesn't work and Tomcat reports an exception like this: org.apache.jasper.JasperException: org.apache.jasper.JasperException: null(4,15) The prefix "jsp" for element "jsp:doBody" is not bound. This

Re: security hole on windows tomcat?

2003-08-14 Thread Jeff Tulley
I've verified that this workaround stops the problem on Win XP's 1.4.2 and on NetWare's 1.4.2 Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com >>> [EMAIL PROTECTED] 8/12/03 7:08:50 PM >>> Sorry I've just realize this

RE: JNDI DataSource Realm

2003-08-14 Thread Scott Stewart
I posted this awhile back (for MySQL), but here it is again. Also, when you define your DataSource in this manner, you do not need the node in your context-specific web.xml files. The global DataSource definition

RE: two tomcats one hangs

2003-08-14 Thread Chris Daly
i'm getting this from teh catlina.out Catalina.start: LifecycleException: Error creating server socket (java.net.BindException): java.net.BindException: Address already in use LifecycleException: Error creating server socket (java.net.BindException): java.net.BindException: Address already i

Failed Authentication: 401 error-page strange behavior

2003-08-14 Thread Lukas Bradley
I'm attempting to use a combination of an error-page for 401 codes and BASIC authentication. My version is Tomcat 4.1.27 on Windows XP. Without the error-page, the authentication works fine. A username/password dialog is presented when attempting to enter the /sponsor, /webmaster, or /admin dire

Re: hardware recommendation, Tomcat with Apache web server

2003-08-14 Thread Paul Sundling
I found some benchmarks that used another app server, but it's the same kind of software as tomcat, so it's a good comparison. The clear answer is that a new opteron is what you should get and it's LITERALLY twice as good in the role of an application server(like tomcat): http://www.extremetech

Re: Getting mod_jk2 to run with Tomcat 4.1.27 and Apache 2.0.47

2003-08-14 Thread Richard Park
Stuart, I've currently got: -- Apache 2.0.47 Tomcat 5.0.7 mod_jk2 from here: http://apache.mirror.secondchapter.info/jakarta/tomcat-4/source/jakarta-tomcat-connectors-4.1.27-src.tar.gz -- Instead of installing with A

<    1   2   3   4   5   6   7   8   9   >