Re: RH8 vs RH9 problem (resolved)

2003-08-24 Thread Jaap Stelwagen
This problem is solved. Just in time actually, it had to be live tomorrow. The solution was particular for jCharts: it uses X11 to generate the charts (I guess) and therefore it needed a special configuration. Jaap On Sun, 2003-08-24 at 00:21, Jaap Stelwagen wrote: > Hi, > > I have two systems

Re: Tools for benchmarking & profiling Tomcat

2003-08-24 Thread markw
I have not gotten jmeter to support mutually authenticated SSL. Is this possible? > jmeter > > -Tim > > Steph Richardson wrote: >> I guess this is more of a generic http server question than a tomcat >> one, but I'm looking for recommended toolset(s) to use in >> benchmarking the performace of ou

Re: security hole on windows/ Tomcat with JRE 1.4.2 (b28)

2003-08-24 Thread Tim Funk
Search the archives - I think this a JDK 1.4.2 related bug. -Tim Asaf Barkan wrote: The syndrome is that when typing: http://myurl:8080/myfile.jsp%20 http://myurl:8080/myfile.jsp%20 The JSP code is delivered to the client. I have checked this on the followed platforms: Win2k server (SP3) JRE

Re: at engine or vhost level ?

2003-08-24 Thread Tim Funk
I believe there should be no performance diff. If you have the Valve at the vhost level - it may take more memory since you have many AccessLogValve instances instead of one shared instance across the engine. -Tim [EMAIL PROTECTED] wrote: Hi all. Performance-wise, should AccessLogValve be moved

Service-Engine-Host - which is superficial?

2003-08-24 Thread Torsten Schlabach
Dear list, I am trying to set up a somewhat complex virtual hosting with Apache and Tomcat. Having done some experiments, I wonder which setup I should go for. What I don't understand is: I can have several services, engines and hosts nested. I can see what different hosts within one engi

Re: Problems build mod_jk on Solaris 9

2003-08-24 Thread ASET Systems Administrator
> From [EMAIL PROTECTED] Sun Aug 24 10:54:11 2003 > X-Envelope-Sender: [EMAIL PROTECTED] > Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> > X-Authentication-Warning: boobie.icky.org: eric owned process doing -bs > Date: Sun, 24 Aug 2003 10:51:07 -0400 (EDT) > From: "Eric J. Pinnell" <[EMAIL PRO

RE: [ Apache / Tomcat ]

2003-08-24 Thread Michele Neylon:: Blacknight Solutions
Which version of Apache? Which OS? If it's RH with 1.3* have a look at John Turner's howto: http://www.johnturner.com/howto/apache-tomcat-howto.html M Mr. Michele Neylon Blacknight Solutions http://www.blacknightsolutions.com # This messag

Shared Webapp

2003-08-24 Thread Keith and Cielena Jarrell
I am able to put classes in the \shared\classes and have all of my hosts access a common class. Is there a way to set a user directory as a shared webapp like that? I am trying to move all of my webapps outside of the installed directories. I have a directory F:\www\common\classes and I want to

security hole on windows/ Tomcat with JRE 1.4.2 (b28)

2003-08-24 Thread Asaf Barkan
The syndrome is that when typing: http://myurl:8080/myfile.jsp%20 http://myurl:8080/myfile.jsp%20 The JSP code is delivered to the client. I have checked this on the followed platforms: Win2k server (SP3) JRE 1.4.2 (b28) IIS 5/Tomcat HTTP 1.1 connector It works but it is not consistent (coul

Re: Problems build mod_jk on Solaris 9

2003-08-24 Thread Eric J. Pinnell
> and I get the error: > could not find /usr/local/apache/bin/apxs > configure: error: You must specify a valid --with-apxs path Apxs is a perl script. Make sure that it is finding perl. Basically make sure that apxs is working. -e --

Re: problem installing basic app

2003-08-24 Thread asolomon
before I was using the servlet-mapping and it didn't work but now it is working... Looks like I needed a break. Thanks - Original Message - From: "Atreya Basu" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, August 24, 2003 11:09 PM Subject: Re: problem inst

at engine or vhost level ?

2003-08-24 Thread achana
Hi all. Performance-wise, should AccessLogValve be moved to engine level rather than have one valve per vhost ??? TIA :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem installing basic app

2003-08-24 Thread Atreya Basu
What I do for this is the following: HelloWorld tutorials.ch1.HelloWorldServlet HelloWorld /helloworldservlet Actually, Because I use JK2 I just call all of my servlets with the .jsp extension so all of my servlets are hit up with something like: http://mydomain.com/tools/helloworld.jsp

failure notice

2003-08-24 Thread Ovh Redirect Technology
Hi, This is an ORT (Ovh Redirect Technology) SMTP server. >> ORT did not find out any redirect email --- Below this line is a copy of the message. Received: by ORT (Ovh Redirect Technology) ver:0.99 < [EMAIL PROTECTED] > [EMAIL PROTECTED] >> NONE (no found)

Re: problem installing basic app

2003-08-24 Thread asolomon
How would you register a webapp's servlet and that servlet's url-mapping when the invoker servlet mapping is disabled...??? I hope that sounds right. I just uncommented the invoker mapping in conf/web.xml but if this is a security risk I would like to know the other way to go about installing n

Re: problem installing basic app

2003-08-24 Thread Jacob Kjome
You really need to read the release notes. The invoker servlet is disabled by default in all Tomcat releases. This started quite a while ago now. To re-enable, uncomment the servlet-mapping for the invoker servlet in the conf/web.xml. Jake At 08:50 AM 8/24/2003 -0700, you wrote: please help

Problems build mod_jk on Solaris 9

2003-08-24 Thread root
Greetings: I have searched the archive, and cannot seem to find the answer to my problem. Environment: Solaris 9 Apache 1.3.27 TomCat 4.1.27 TomCat Connectors 4.1.27 (source) GNU libtool 1.4 GNU autoconf 2.51 GNU make 3.80 Perl 5.8.0

failure notice

2003-08-24 Thread Ovh Redirect Technology
Hi, This is an ORT (Ovh Redirect Technology) SMTP server. >> ORT did not find out any redirect email --- Below this line is a copy of the message. Received: by ORT (Ovh Redirect Technology) ver:0.99 < [EMAIL PROTECTED] > [EMAIL PROTECTED] >> NONE (no found)

Re: [ Apache / Tomcat ]

2003-08-24 Thread Dan McCullough
There are many great HOW TO's the problem is that some of the pieces are not working or impossible to find. Some how tos. http://daydream.stanford.edu/tomcat/install_web_services.html http://www.massconfusion.com/tim/notes/installing_jakarta_tomcat-4.1.17.txt http://raibledesigns.com/tomcat/ind

[ Apache / Tomcat ]

2003-08-24 Thread Schalk
Hi there Can anyone help with configuring Apache and Tomcat so they can talk to each other. I have successfully installed PHP but my main concern is having Apache and Tomcat talking/exchanging Any help will be appreciated. Kind Regards Schalk Neethling Volume4.Development.Multimedia.B

Re: Total Linux Newbie Question

2003-08-24 Thread Luke Vanderfluit
Hi Mike, Good move! > Could someone please help me with a very basic question when running Tomcat under > Linux: When I > start Tomcat in the Linux terminal using "./startup.sh" I don't get to see any of > the Tomcat > output.In Windows I would get to see a scrolling DOS Window. open th

problem installing basic app

2003-08-24 Thread asolomon
please help... I have a problem installing simple "hello world" servlets on tomcat 4.1.27 and 4.1.24 for some reason they wont' run the classes when I type the url in the web browser. Here is my error message is below. I also double checked my web.xml file and this file is correct. I also tried

starting out

2003-08-24 Thread Dan McCullough
First off this is not my first Tomcat install, but this is the first time that I dont have my install disk. Basically a disk with all the parts on there other then Apache. I have a Redhat 9 install, looking to install Tomcat with mod_jk for Apache. I am having problems with 1.4 JDK/JRE getting