RE: [TC 3.2.3] SendRedirect + Mozilla problems

2001-09-25 Thread Ignacio J. Ortega
This problem should be fixed in Tomcat 3.3 RC1, please can you test that and confirm that do not occurs?.., thanks in advance.. a workaround for this problem is to issue a return just below the sendredirect.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Scott Jones [mailto:[E

Re: Tomcat 4.0 & Apache with Client Certs

2001-09-25 Thread Ricardo
This property is actually set to TRUE, but i can't get SSL properties. Ricardo Borillo Domenech Programació - Servei d'Informàtica Universitat Jaume I - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, S

RE: tomcat is crashing

2001-09-25 Thread Dmitri Colebatch
I dont know what the cause is, just that I've experienced the same problem... I'll be interested to hear if my approach fixes your problem too... let me know how you go with putting jaxp.jar back and renaming xerces to _xerces.jar cheers dim On Wed, 26 Sep 2001, Haresh Gujarathi wrote: > no,

Re: [JSP] get serial value in PostgreSQL

2001-09-25 Thread Dmitri Colebatch
from the postgres doco: SELECT last_value FROM seqname and you shouldn't have to worry about timing... sequence allocations will be on a per connection basis, so as long as you're not sharing connections between threads (you're not are you (o: ..) then you'll be ok. it is kinda off t

how to config mod_webapp to handle JSP

2001-09-25 Thread ykwan
Hi In mod_jk, I can use ¡§JkMount /*.jsp ajp12¡¨ to config Apache to pass handling of JSP to tomcat while others are still handled by Apache. In mod_webapp, I have tried the same, ¡§WebAppDeploy ROOT conn /*.jsp¡¨, but has no effect. Can anyone advise how do so in mod_webapp? Kenneth ___

Apache -> mod_webapp -> Tomcat 4 with multipart/form-data encodingproblem

2001-09-25 Thread Jaek
I've got a small test webapp that uses com.oreilly.servlet.MultipartRequest in order to allow file uploading. The following occurs while using Tomcat 4.0: When I go to the web-app directly via the Tomcat server via port 8080 everything works fine. When I go through Apache via mod_webapp to the

RE: tomcat is crashing

2001-09-25 Thread Haresh Gujarathi
no, I have not tried ibm jvm. Why do u say and (I feel) that it is some problem with xml libraries? -- haresh -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 10:36 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: tomcat i

load testing java application on tomcat

2001-09-25 Thread Haresh Gujarathi
I have a jsp-javabean-mysql-xml-RedHat6.x based application; I want to stress test it for say 500 concurrent users. How do I do it? what tools are available to assist in doing so? I have heard of JMeter, Rational Silk Route(I think) but never used any. regards haresh

Re: [JSP] get serial value in PostgreSQL

2001-09-25 Thread Micael Padraig Og mac Grene
Don't know PostgreSQL, but it must be a call of to get something like "lastId()". Watch not to leave any space in time between the two, if you have an active site, and even if you do not. -Original Message- From: Lester June Cabrera <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROT

RE: tomcat is crashing

2001-09-25 Thread Dmitri Colebatch
(o: by 'their own xml libraries' I mean xerces... someone correct me here, but try putting jaxp.jar back in, and renaming xerces.jar to _xerces.jar xerces has some of the classes in jaxp.jar but not all (I think), so you need to have both, but ensure that xerces is loaded first. I'll say again

[JSP] get serial value in PostgreSQL

2001-09-25 Thread Lester June Cabrera
After adding a record in PostgreSQL with id as serial, how do I get the value of id? Thanks, Lester

Re: Works on 8080 but not on 80, help!

2001-09-25 Thread Lester June Cabrera
Did you edit /conf/server.xml already? At 09:05 PM 9/25/01 -0700, you wrote: >It appears I have things working correctly on port 8080, but i'd like to >call JSP files from standard port 80 as well. I'm using mod_webapp with the >following lines in apache: > > WebAppConnection tomcatConnecti

Re: How to start/stop tomcat from a remote machine???

2001-09-25 Thread Jonathan Eric Miller
How about just SSHing into the box and restarting it using the startup.sh and shutdown.sh scripts? Jon - Original Message - From: "Siomara Pantarotto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 1:13 AM Subject: Re: How to start/stop tomcat from a remote

Re: Where to get mod_webapp

2001-09-25 Thread Jonathan Eric Miller
Why not just run Tomcat in standalone mode? Jon - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 1:26 PM Subject: RE: Where to get mod_webapp > That's fine for the Unix shops, but what about us Win32 shops? For > star

Works on 8080 but not on 80, help!

2001-09-25 Thread nykoping
It appears I have things working correctly on port 8080, but i'd like to call JSP files from standard port 80 as well. I'm using mod_webapp with the following lines in apache: WebAppConnection tomcatConnection warp 192.168.1.2:8008 WebAppDeploy webapp tomcatConnection /webapp WebAppDe

RE: tomcat is crashing

2001-09-25 Thread Haresh Gujarathi
There are 6/7 servlet applications running on it. Till then everything was fine. I added new application which uses Xalan, xerces heavily. I replaced the jaxp.jar and parser.jar of the tomcat/lib with the xalan.jar and xerces.jar. What do you mean by 'their own xml libraries' ? There is small di

Re: Limits of Web

2001-09-25 Thread Jonathan Eric Miller
Unless, Web forms are inadequate, I wouldn't use applets at all, I'd just make it completely server-side and use servlets. Jon - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 24, 2001 10:43 AM Subject: Re: Limits of Web > > When we started

SimpleRealm

2001-09-25 Thread Ben Incani
I can't get SimpleRealm to work under Win32. login window pops up but auth fails here are the config files... C:\tomcat\conf\tomcat-users.xml ... ... C:\tomcat\webapps\javamail\WEB-INF\web.xml ... JavaMail Test JavaMail

Re: Limits of Web

2001-09-25 Thread Jonathan Eric Miller
I think it depends on the requirements of the application. If all you need is data entry forms that contain elements such as text boxes, drop-down list, radio buttons, etc., then, you can do it no problem. In the end, you may find that it's actually a hell of a lot easier making them Web based. Th

Re: webapp Module

2001-09-25 Thread Jonathan Eric Miller
I don't think it has been released yet. I think I remember seeing something about how the Windows version was postponed in order to provide a stable UNIX version. Jon - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: "Tomcat-User" <[EMAIL PROTECTED]> Sent: Monday, September

Re: Tomcat 4.0 in Win2000 as service

2001-09-25 Thread Jonathan Eric Miller
I haven't tried this, but, I think you are right, it could be a permissions problem. Note, by default it uses .keystore in your home directory to store the certificate. You may want to copy the .keystore file under your Tomcat directory. Then, in server.xml for the HttpConnector, add a keystoreFil

Re: How to know which ajp in tomcat 4

2001-09-25 Thread Jonathan Eric Miller
I'm not really an expert on this, so, I could be wrong, but, I'm not sure if Tomcat 4 actually uses AJP. It uses something referred to as a WarpConnector. It's located at the bottom of the default server.xml file. Not sure if that uses AJP or not... Jon - Original Message - From: "tom ca

Re: Tomcat: can I use .htaccess files to protect html files

2001-09-25 Thread Jonathan Eric Miller
If you are using Tomcat in standalone mode, you can put something similar to the following in your web.xml file to do that. For more information, check out the Servlet 2.3 spec which you can get at the following URL. http://jcp.org/aboutJava/communityprocess/first/jsr053/index.html http://java

Distributed sessions

2001-09-25 Thread simon
Hello, I need some sort of distributed session management for Tomcat 3.2.3. Looking at the source and server.xml it looks like I could write a new SessionInterceptor and SessionManager to do the job. *** from server.xml *** *** However, I am concerned that this will not be

RE: [solution] installing *OFFICIAL (commercial)* SSL-certificate

2001-09-25 Thread Nick Torenvliet
Just wondering are you running tomcat4.0 standalone? P.S. Just want to let you know you are amazing -Original Message- From: pero [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 23, 2001 3:08 AM To: [EMAIL PROTECTED] Subject: [solution] installing *OFFICIAL (commercial)* SSL-certi

JavaBeans intercommunication or JavaBean JNDI access

2001-09-25 Thread Curt Johnson
I'm trying to figure out if I have something wrong in the way I'm designing this application or if this is a limitation of the J2EE architecture. I'm writing a web application running on Tomcat 4.0, using Servlets, JSPs and JavaBeans. I'm using PoolMan for DB pooling to a Postgres backend. I woul

Trouble compiling mod_webapp

2001-09-25 Thread Darren Greer
Hey all, after compiling/installing the lates apr, I went on to installing mod_webapp. However, I am receiving this while doing so: See text here: http://www.xafloc.com/error.txt Can someone shed some light on this. I have Tomcat 4.0 installed and apache 1.3.20. Thanks, Darren -- Darren

Re: How to use Tomcat 4 RC Resource Factory Parameter mail.smtp.host

2001-09-25 Thread Mark Miesfeld
On Tue, 25 Sep 2001 20:18:36 +0200, Lukas Simma wrote: : i changed the Parameter mail.smtp.host in the server.xml to the Name of the : Mailserver : : : : : mail.smtp.host : smtp.ideefix.net : : : but

Re: Resource Sharing

2001-09-25 Thread Craig R. McClanahan
To make sure that your native code can be used from more than one web app, you will need to ensure that it is loaded by a class that is also shared across web apps. The easiest way to do that is to put the class in a JAR file under the "lib" directory. Craig McClanahan On Tue, 25 Sep 2001 [EMA

[TC 3.2.3] SendRedirect + Mozilla problems

2001-09-25 Thread Scott Jones
Hello, My JSP application uses sendRedirect to redirect people to different pages after processing forms. When using Mozilla 0.9.2, 0.9.3, or 0.9.4 I get a bunch of headers up at the top of my page. If I refresh the page, then they go away... When I was using Tomcat 3.2.1, this problem happene

RE: Invalid virtual hostname ?, At the directive: WebAppDeploy ?

2001-09-25 Thread Nick Torenvliet
The ServerName and Port directives should be located in the httpd.conf file somewhere before the LoadModule, AddModule and WebAppConnection/Deploy. I moved ServerName up from its default position in the file, and added the Port directive just after it and everything worked fine. -Original Mes

RE: Tomcat 4.0 and Apache Server

2001-09-25 Thread Nick Torenvliet
You could try the CVS repository. Don't ask me about it, I hear its only for the very brave. -Original Message- From: Arnaud Héritier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 8:06 AM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat 4.0 and Apache Server Thanks for the a

Thank You

2001-09-25 Thread AJ
Thanks to all who replied, but especially to Mr. Elwin Ho for pointing me in the right direction so I didn't have to reinvent the wheel. My thanks again, AJ Lessig [EMAIL PROTECTED]

RE: Resource Sharing

2001-09-25 Thread Nutter, Mark
I could swear I just got an email from some other mailing list about how to set up Java classes so that unique resources are loaded only once, but I can't find it now. Meanwhile, have you checked out the related jGuru faq? http://www.jguru.com/faq/view.jsp?EID=455360 Cheers. Mark Nutter [EMAIL

Re: Catalina SSL failure

2001-09-25 Thread Jonathan Eric Miller
You need to use https://localhost:8443. Note, the "s" after "http". I've done that on accident a few times myself. What's up with those 5 little squares anyways? I would have expected it to print an error instead. A bug in IE? I get an error message when I try it with Netscape, which is what I wou

Re: Help needed

2001-09-25 Thread Janek Bogucki
LOL! (Although this might be more appropriate: tomcat apache configure HP-UX ) --- Jan Labanowski <[EMAIL PROTECTED]> wrote: > Start from going to: > > http://www.google.com > > and type in: > > tomcat apache configure > > and hit return. > > Jan > > __

Re: mod_webapp.so

2001-09-25 Thread Janek Bogucki
Hi Shine, Not quite what you want but this page describes a way of getting Oracle 8.1.x, which requires glibc 2.1.3 to run under Red Hat Linux 7.x, which uses glibc 2.2.10 http://www.zx81.org.uk/computing/oracle/oracle-howto/redhat7.html -yan --- shine <[EMAIL PROTECTED]> wrote: > Hello, i ge

Re: Help needed

2001-09-25 Thread Jan Labanowski
Start from going to: http://www.google.com and type in: tomcat apache configure and hit return. Jan On Tue, 25 Sep 2001 [EMAIL PROTECTED] wrote: > Hello All, > > I appologize for my lack of knowledge as I am new to this Apache-Tomcat > stuff. > > My problem is that I need to run Apache w

RE: Help needed

2001-09-25 Thread HO,ELWIN (HP-Cupertino,ex1)
AJ You can download this from HP. http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl ?group_type=category&group_name=ISS or http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProducts.pl ?group_name=HP%20Apache-based%20Web%20Server&group_image=cat_feature

Resource Sharing

2001-09-25 Thread ewright
Hi all, I have an application that uses a JNI to a .dll file. I have since started another application that I want to use the same .dll file but when I try to run it I get the following error: Exception Report: Cannot allocate servlet instance for path /mapstats/servlet/webade.sample.mapstas.Ma

mod_webapp.so

2001-09-25 Thread shine
Hello, i get the following error while trying to get apache working with tomcat. root@databank bin]# ./apachectl start ./apachectl start Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_webapp.so into server: /lib/libc.so.6: version `GLI

Help needed

2001-09-25 Thread AJ
Hello All, I appologize for my lack of knowledge as I am new to this Apache-Tomcat stuff. My problem is that I need to run Apache with Tomcat on HPUX 11.0. The Apache 1.3.20 installed well and is running. I don't seem to understand how to get the Tomcat installed and up and running. Nothing s

Re: Tomcat 4.0 Bug Status

2001-09-25 Thread Craig R. McClanahan
On Tue, 25 Sep 2001, Hunter Hillegas wrote: > Date: Tue, 25 Sep 2001 11:52:16 -0700 > From: Hunter Hillegas <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: Tomcat User List <[EMAIL PROTECTED]> > Subject: Tomcat 4.0 Bug Status > > Anyone know the status of this bug: > > http://nagoya.apach

Re: Is Tomcat 4.0 Backward Compatible with 3.2.3 App??

2001-09-25 Thread Craig R. McClanahan
On Tue, 25 Sep 2001 [EMAIL PROTECTED] wrote: > Date: Tue, 25 Sep 2001 09:53:26 -0700 > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Is Tomcat 4.0 Backward Compatible with 3.2.3 App?? > > How backward compatible is Tomcat 4.0? > > I have an application

Re: Limit access to manager app?

2001-09-25 Thread Craig R. McClanahan
One approach is to use the request filters capability that is available with Tomcat 4. This is documented in the Server Configuration Reference portion of the included documentation, under "Special Features" on the Context page. This is available online at: http://jakarta.apache.org/tomcat/to

Re: Tomcat 4.0 & Apache with Client Certs

2001-09-25 Thread Craig R. McClanahan
On Tue, 25 Sep 2001, Ricardo wrote: > Date: Tue, 25 Sep 2001 12:54:45 +0200 > From: Ricardo <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Tomcat 4.0 & Apache with Client Certs > > I'm using Tomcat 4.0 b5 standalone with client authentication. > In this

RE: Why won't tomcat run with jre

2001-09-25 Thread Cor Hofman
Alex, You could argue like that, but you could also choose to release the jsp source directly to your production site. The penalty is then paid by the first person that accesses that page. (because, if it is not pre-compiled it gets compiled on the spot). You could also decide to release the comp

RE: Why won't tomcat run with jre

2001-09-25 Thread Randy Layman
When we distribute our application to clients (initial and updates) we distribute a .WAR file. That .WAR contains the entire webapp. Yes, changing one JSP would cause you to have to run JSPC and javac before distribution, but that process would take place on your build server or

Re: Why won't tomcat run with jre

2001-09-25 Thread Brett M. Bergquist
You can use the IBM "jikes" compiler, which is redistributable provided you provide follow the licensing agreement and put the correct notices in your software and documentation. - Original Message - From: Alex Colic <[EMAIL PROTECTED]> To: Tomcat-User <[EMAIL PROTECTED]> Sent: Tuesday,

RE: Novice on Tomcat

2001-09-25 Thread Vel Periasamy
>Someone has a guide to make easy the configuration of >tomcat, specifically the server.xml and the >applications into the webapps directory? Refer the application developer's guide in Tomcat documentation. >how do i make a ".war" file? Jar utility can create a war file. The app dev guide talks

RE: Why won't tomcat run with jre

2001-09-25 Thread Alex Colic
Hi, what I mean is that servlets will work but JSP's will not. As for the JSPC I did not think about that but..lets say you want to make changes to the jsp page. Do you have to make the change, recompile the page and then replace it? If so does that not make it more difficult to manage the pages?

Re: How to unsubscribe?

2001-09-25 Thread Gary Dale
Søren Neigaard wrote: >Could anyone please guide me :) > goto http://jakarta.apache.org/site/mail2.html and click on the unsubscribe link for the list you want to stop.

RE: Why won't tomcat run with jre

2001-09-25 Thread Jim Rueschhoff
Tomcat (and all other java containers that support JSP) requires a JDK because it has to compile the JSP generated servlets on the fly. Without the JDK, it will not have access to the java compilers and associated support files. Jim -Original Message- From: Alex Colic [mailto:[EMAIL PRO

Novice on Tomcat

2001-09-25 Thread Tomcat User new
I've installed the latest version of Tomcat, and i would like make a directory "memory" into webapps directory. This is simple, i've created the directory, an a index.jsp very simple, but when i type in the browser http://localhost:8080/memory it doesn't work. I tried to put a lines in server.xml

Getting ClassNotFoundException for JasperLoader12 and AdaptiveClassLoader12

2001-09-25 Thread Chris Yunker
First, here is my system: SuSE: 7.2 Apache: Apache/1.3.19 (Unix) (SuSE/Linux) Java: JDK1.3 Jakarta: Jakarta-3.2.1 I'm running a JSP engine/Apache web server environment. Everything seems to be working fine except I get the following exception while it's loading the initial applets. Despite gett

Re: Email AJP.jar

2001-09-25 Thread Mike & Barb Kollier
Lee, you're a very trusting soul! Mike [EMAIL PROTECTED] wrote: > Can someone email me a fairly recent ajp.jar (For jk 13) so that i can use > it in Catalina. > > I would download and build the CVS files but i`m behind a firewall and > can`t get access to cvs.apache.org. > > Many thanks > > P.S

RE: Where to get mod_webapp

2001-09-25 Thread Jim Urban
That's fine for the Unix shops, but what about us Win32 shops? For starters, we are a Java shop and don't have a way to compile mod_webapp. Jim -Original Message- From: bruce [mailto:bruce]On Behalf Of Bruce Kaufman Sent: Tuesday, September 25, 2001 12:24 PM To: [EMAIL PROTECTED] Subjec

Re: what port should I use for mod_webapp

2001-09-25 Thread David Smith
I just did this config yesterday and ran into the same problem. The Port directive in httpd.conf should be 80 for the default web port unless you're running Apache on another port. Check the Apache docs for more info on it. Mod_webapp seems to require it explicitly defined as opposed to taki

RE: Why won't tomcat run with jre

2001-09-25 Thread Randy Layman
What do you mean by failing? Tomcat only needs the JDK if you are using JSPs. What we do is use JSPs in development and then use JSPC to convert the JSPs to servlets for testing and production. Randy > -Original Message- > From: Alex Colic [mailto:[EMAIL PROTECTED]]

RE: Why won't tomcat run with jre

2001-09-25 Thread Martin van den Bemt
See below.. > > I tried running tomcat with the jre and it failed. It will work aqainst a > full install of the jdk. If this is the case then why? That is correct, tomcat needs tools.jar which is included in the jdk (at least for compiling jsp pages). > Does this mean that every machine I insta

RE: how to integrate mod_jk into Tomcat 4.0

2001-09-25 Thread Brett Knights
Go to the jakarta.apache.org website and follow the documentation links for TC3.3 with respect to integrating Tomcat with Apache. For building and installing the ajp connector for TC4 go to http://jakarta.apache.org/site/cvsindex.html and follow the instructions for checking out the cvs module ja

How to use Tomcat 4 RC Resource Factory Parameter mail.smtp.host

2001-09-25 Thread Lukas Simma
Hello, i changed the Parameter mail.smtp.host in the server.xml to the Name of the Mailserver mail.smtp.host smtp.ideefix.net but when i test it with the semdmail example i always get following error

Re: mod_webapp on solaris 7

2001-09-25 Thread Ryan Bloom
On Tuesday 25 September 2001 10:55 am, Kelly Kleinfelder wrote: > When trying to "make" mod_webapp, I get the following error: > > libtool: ltconfig version `' does not match ltmain.sh version `1.3.5' > Fatal configuration error. See the libtool docs for more information. > make[4]: *** [apr_cpys

Why won't tomcat run with jre

2001-09-25 Thread Alex Colic
Hi, I tried running tomcat with the jre and it failed. It will work aqainst a full install of the jdk. If this is the case then why? Does this mean that every machine I install tomcat on needs the full jdk? If I write a web app and I want to demo it for a customer my setup must include the jdk a

mod_webapp on solaris 7

2001-09-25 Thread Kelly Kleinfelder
When trying to "make" mod_webapp, I get the following error: libtool: ltconfig version `' does not match ltmain.sh version `1.3.5' Fatal configuration error. See the libtool docs for more information. make[4]: *** [apr_cpystrn.lo] Error 1 I just installed libtool 1.4.2, the latest stable versio

Re: how to integrate mod_jk into Tomcat 4.0

2001-09-25 Thread Kelly Kleinfelder
Bernard, I'm not too sure about Windows, but under Solaris, mod_jk.so goes under apache/libexec. HTH. Kelly - Original Message - From: "Bernhard J. Hirschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 12:40 PM Subject: how to integrate mod_jk into T

Re: mod_webapp.so

2001-09-25 Thread Janek Bogucki
Hi Shine, RHL 6.2 has an earlier version of bash than RHL 7.x. I wonder if your error is due to the script using syntax unsupported in this earlier version. -yan --- shine <[EMAIL PROTECTED]> wrote: > Hello i am trying to integrate tomcat + apache > I got the following error when I compile t

mod_webapp.so

2001-09-25 Thread shine
Hello i am trying to integrate tomcat + apache I got the following error when I compile the program !! root@databank support]# ./configure --with-apxs==/usr/local/apache/bin/apxs loading cache ./config.cache ./configure: syntax error near unexpected token `if' ./configure: ./configure: line 575: `

Re: Where to get mod_webapp

2001-09-25 Thread Bruce Kaufman
I jjust downloaded it this morning from: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/src/ The README will explain how to build and install. Enjoy, Bruce Li Lin wrote: > I just joined the mail list yesterday. I have been reading the mail archive > but have not found exactl

Re: Generating directory trees

2001-09-25 Thread Janek Bogucki
Hi Doug, This thread talks about turning the directory listing feature off so you could try the reverse http://www.jguru.com/forums/view.jsp?EID=465139 Here's another message where turning the feature off is discussed http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg28280.html

How do I do this?

2001-09-25 Thread Peter
I'm very confused as to how to fix the following if anyone can help thanks. - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 24, 2001 12:25 PM Subject: Re: fixing the Https, Http problem > How do I change the default host as in which

Re: Where to get mod_webapp

2001-09-25 Thread Janek Bogucki
Hi Li, It is possible to build mod_webapp.so from the sources available via cvs. Start here http://jakarta.apache.org/site/cvsindex.html Download the jakarta-tomcat-connectors module and then read this file after the cvs checkout has finished jakarta-tomcat-connectors/webapp/README.txt

RE: Execution timeout

2001-09-25 Thread Chaber, Eric
Yeah that would really help example : 16596 root 10 0 25488 21M 13832 R 1.5 17.1 19:10 java when is this thread going to die ? -Original Message- From: Christof Soehngen [mailto:[EMAIL PROTECTED]] Sent: September 25 2001 11:03 To: [EMAIL PROTECTED] Subject: Execution timeou

Is Tomcat 4.0 Backward Compatible with 3.2.3 App??

2001-09-25 Thread ewright
How backward compatible is Tomcat 4.0? I have an application that I developed with tomcat 3.2 and deployed on JRun 3.0. Since then I have installed the final 4.0 and now have some changes to make to my application and I am getting all kinds of errors using the same .WAR file. I have re-install

how to integrate mod_jk into Tomcat 4.0

2001-09-25 Thread Bernhard J. Hirschmann
I want to use Tomcat 4.0 and the latest Apache webserver together on Win32. Combining both mod_jk should be the best, right? I copied "mod_jk.dll" into jakarta-tomcat-4.0/lib Also I copied the "mod_jk.conf" into jakarta-tomcat-4.0/conf When Tomcat starts now, a "mod_jk.conf-auto" should be gene

RE: Tomcat 4.0 and Apache Server

2001-09-25 Thread Li Lin
Could you tell us the URL of the page? I went to http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/bin/ but could not find the mod_webapp you talked about. Li -Original Message- From: Nick Torenvliet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 25, 2001 4:57 AM

Generating directory trees

2001-09-25 Thread Hewko, Doug
Hi! I hope that this is the proper mailing list, but it is the only one that seems logical. How could I set up Tomcat 4.0B6 to display a directory tree like the one contained in "http://www.apache.org/dist/";? I can get a tree to work off my local hard drive but am getting the "file not found" fr

Mapping request to html

2001-09-25 Thread Donie Kelly
I have a HTML which I want to map similar to mapping a servlet to / (root) in that the html file must get called not matter what the requested page was. I want this to happen in apache without letting tomcat see the request. Eg: www.mydomain.com/abcdef I want abcdef to be extracted from the Url

Where to get mod_webapp

2001-09-25 Thread Li Lin
I just joined the mail list yesterday. I have been reading the mail archive but have not found exactly what I need. Can someone give me some instruction as how to build mod_webapp from the souce file? How to build it? What to download? Once it is build, what do I need to do to get Tomcat 4.0 to

Re: WebAppDeploy syntax ?

2001-09-25 Thread Janek Bogucki
Hi Hans-Erik, Are you sure you actually need to set up a context in server.xml if you are using mod_webapp.so? I think Pier say that the entire Tomcat-Standalone Service can be removed from server.xml and mod_webapp will set of the context automatically thus avoiding conf data duplication. I've

Email AJP.jar

2001-09-25 Thread Lee . Lovell
Can someone email me a fairly recent ajp.jar (For jk 13) so that i can use it in Catalina. I would download and build the CVS files but i`m behind a firewall and can`t get access to cvs.apache.org. Many thanks P.S send to [EMAIL PROTECTED] not the tomcat group as a lot of people may get che

Re: I can see jsp examples

2001-09-25 Thread tom cat
>I have jakarta-tomcat-3.2.3 and although I can see the servlets examples >working properly, I cannot see the jsp examples working. The same error: >java.lang.NoClassDefFoundError: sun/tools/javac/Main > >any ideas? > >Thanx. > >Nick I have the same problem that Nick has so I hope someone an

Re: I can see jsp examples

2001-09-25 Thread Janek Bogucki
Hi Papadopoulos, This may be because the JSP engine can not find the Java compiler, javac. Make sure JAVA_HOME is set to the location of the JDK. It's like this on my system: $ echo $JAVA_HOME /usr/local/jdk1.3.1 hth, yan --- Papadopoulos Nikos <[EMAIL PROTECTED]> wrote: > > I have ja

TC4 and SendError behaviour [was RE: TC4 and Send Error]

2001-09-25 Thread Brett Knights
The problem appears to be in org.apache.catalina.core.StandardWrapperValve.status() This is run to respond to status messages but it calls org.apache.catalina.connector.HttpResponseBase.reset(int status, String message) which in turn calls HttpResponse.reset() HttpResponseBase already resets the

RE: I can see jsp examples

2001-09-25 Thread Larry Isaacs
To compile JSPs, Tomcat expects to use the javac Java compiler found in tools.jar. My guess is that your JAVA_HOME points to a JRE (which doesn't include "tools.jar") instead of a JDK (which does include "tools.jar" in its "JDK/lib" directory). Cheers, Larry > -Original Message- > From:

RE: problem with

2001-09-25 Thread Larry Isaacs
This is a known bug in Tomcat 3.1. It is fixed in Tomcat 3.2 and up (including 3.3 and 4.0). Larry > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 25, 2001 11:03 AM > To: [EMAIL PROTECTED] > Subject: problem with > > hi! > > I use

I can see jsp examples

2001-09-25 Thread Papadopoulos Nikos
I have jakarta-tomcat-3.2.3 and although I can see the servlets examples working properly, I cannot see the jsp examples working. The same error: java.lang.NoClassDefFoundError: sun/tools/javac/Main any ideas? Thanx. Nick

Remove "path" from cookies

2001-09-25 Thread Graham Leggett
Hi all, While creating a session in a servlet running under Tomcat v4.0, it is trying to set cookies like so: Set-Cookie: tester=1;Path=/ Set-Cookie: JSESSIONID=E820B50321B9E4B4D3121239A366B204;Path=/blah The problem is the /blah part - I have a reverse proxy which is mapping fake servlet URLs

problem with

2001-09-25 Thread Patrick . Pierra
hi! I use tomcat 3.1. I have a tag which call a servlet : This tag is in a Jsp which is include in other Jsp with : <%@ include file="../confirmLogin.jsp" %> When i put this include tag in a Jsp which is on my root directory that work well. But when i put this include tag in a Jsp which is

Webapp Connector for NT and Tomcat 4.0

2001-09-25 Thread Roger Varley
Hi Has the webapp connector module been released in binary format to connect Tomcat 4.0 and IIS 4.0 on an NT platform yet? If it has, where is it because I can't find it on the Tomcat download page. Regards Roger _ Do You Yahoo!? Get y

Re: Using tomcat as a proxy

2001-09-25 Thread Graham Leggett
Donie Kelly wrote: > We have a HTTP application written in C and we now need to add https > support. I was thinking that we could use tomcat as a proxy to accept the > request on one side and forward it over https... > > Any ideas on how we could do this? We could use apache using mod_proxy (I >

Using tomcat as a proxy

2001-09-25 Thread Donie Kelly
Hi We have a HTTP application written in C and we now need to add https support. I was thinking that we could use tomcat as a proxy to accept the request on one side and forward it over https... Any ideas on how we could do this? We could use apache using mod_proxy (I think) but tomcat is alrea

Re: SV: SV: Problems compiling mod_webapp

2001-09-25 Thread Rolf Ochsenbein
Yes! Thank you... It seems to work now... >> Ursprüngliche Nachricht << Am 25.09.01, 15:09:51, schrieb Hans-Erik Skyttberg <[EMAIL PROTECTED]> zum Thema SV: SV: Problems compiling mod_webapp: > Ok, you seem to be going through the same headache as I was, first

RE: Writing my own access logger

2001-09-25 Thread Randy Layman
Take a look at http://www.aswethink.com/employees/randy/tomcat/requestLogger.html - I've written a basic version of this that you can modify as you want. Randy If you do want to use this as your base, let me know since there are two threading issues that I haven't fixed yet. >

RE: Writing my own access logger

2001-09-25 Thread Larry Isaacs
Tomcat 3.3 has an AccessLogInterceptor which is disabled by default. It may give you would you want. Uncomment this module/interceptor in the server.xml if you want to give it a try. Currently, the only documentation for it is in the Javadoc for the AccessLogInterceptor class. After starting To

Re: newbie Servlet

2001-09-25 Thread Dmitri Colebatch
yes you do have to compile your servlets. jsps are the only thing that tomcat will compile for you. cheers dim On Sun, 23 Sep 2001, Isak Rickyanto wrote: > Sorry it is newbie.. > > I have myservlet.java > and i place in > tomcat/webapps/myapp/web-inf/classes > and i had modified web.xml in

mod_webapps in solaris ?

2001-09-25 Thread Hans-Erik Skyttberg
Hi! Is it possible to compile mod_webapps under Solaris 8 using gcc ? I tried just running configure, didn't work it's looking for some include files that come with glibc, and glibc isn't availible in Solaris... /Regards Hans - Erik Skyttberg Boxer TV Access AB Tegluddsv. 64 115 28 Stockholm +4

RE: newbie Servlet

2001-09-25 Thread Martin van den Bemt
You have to use compiled classes. Mvgr, Martin > -Original Message- > From: Isak Rickyanto [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 23, 2001 3:21 PM > To: Tomcat User Group > Subject: newbie Servlet > > > Sorry it is newbie.. > > I have myservlet.java > and i place in > to

AW: newbie Servlet

2001-09-25 Thread Ralph Einfeldt
Only JSP's are compiled automatically. Servlet have to be compiled by yourself. > -Ursprüngliche Nachricht- > Von: Isak Rickyanto [mailto:[EMAIL PROTECTED]] > Gesendet: Sonntag, 23. September 2001 15:21 > An: Tomcat User Group > Betreff: newbie Servlet > > > Sorry it is newbie.. > > I

SV: SV: Problems compiling mod_webapp

2001-09-25 Thread Hans-Erik Skyttberg
Ok, you seem to be going through the same headache as I was, first off if you donwloaded the tar.gz src file do this: Read the README.txt in the src tree and donwload the apr source via cvs, remove the apr tree in your current webapp-dir and move the one dl via cvs there instead. Now do: cd apr

  1   2   >