Re: Servlet as Virtual Include in ASP file

2002-10-22 Thread Garrett Smith
Maybe you can include the asp from the servlet. default.asp -> controller controller action: include real asp resource (/incl/default.asp) controller action: do some stuff I don't know if IIS let's you get away with that. Sorry for your situation (having to use asp). --- Kurisu QT <[EMAIL PROTEC

RE: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-22 Thread Tref Gare
;-) Thanks for your reply. Many apologies, my transcription efforts were not as good as they should have been. Rest assured that I didn't have any "wokers" in my workers.properties and that the port etc was set. However I'm confused by your first comment >Immediately following the

Re: Security RISK !

2002-10-22 Thread Robert L Sowders
This doesn't really pose a problem with a correctly configured connector that is setup to handle all *.jsp and servlet requests. rls Nikola Milutinovic <[EMAIL PROTECTED]> 10/22/2002 11:00 PM Please respond to "Tomcat Users List" To: Tomcat Users List <[EMAIL PROTECTED]>

mod_webapp for Apache2 Tomcat4 Windows2000

2002-10-22 Thread Peng Annie
> Hi there, > > Where can I find mod_webapp for Apache2 Tomcat4 Windows2000? The directory > about this is empty on apache website. > > BR, > > Annie

Re: [HOWTO] VIRTUAL HOSTING, APACHE 2.0.43, JK2, TOMCAT 4.1.12

2002-10-22 Thread Umberto Nicoletti
Here: http://marc.theaimsgroup.com/?l=tomcat-user&m=103247495107476&w=2 Colin Bendell wrote: > > Where did you find the documentation for the directive 'JkUriSet'? I > have been looking hard and long for that directive and have resigned > myself to using the jk connector. > > Thanks! > > /col

Re: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-22 Thread Robert L Sowders
Answers intermixed below, "Tref Gare" <[EMAIL PROTECTED]> 10/22/2002 07:20 PM Please respond to "Tomcat Users List" To: <[EMAIL PROTECTED]> cc: Subject:mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8 >Hi Folks, >We're having more th

RE: Manager?

2002-10-22 Thread Bryan Dollery
Hi Craig, All of this is really informative and very useful, thanks for taking the time. Cheers, Bryan > -Original Message- > From: Craig R. McClanahan [mailto:craigmcc@;apache.org] > Sent: Wednesday, October 23, 2002 7:01 PM > To: Tomcat Users List > Subject: Re: Manager? > > > > > O

RE: Sorry - Forgot subject : Tomcat 4.1.12 & IBM HTTP Server 1.3.19.3

2002-10-22 Thread Tref Gare
Kristian, Whilst I'm unsure how this applies to the IBM http server, I've heard nothing but grief from deployments of mod_webapp to Windows systems. Whilst I'm no expert (I've spent the last week with headaches of my own on Solaris Systems). I did manage to get tc4.1.12 and Apache 2.0.43 ru

Re: Installing Tomcat 4.1.12 under Win2k, Apache 1.3.22, PHP4.1.2

2002-10-22 Thread Robert L Sowders
To have Apache act as the front end for Tomcat you will need a connector that both will understand. Several are provided, for almost all platforms and web servers. Some have been used for a longer period of time and are thus considered more "stable" than the others. So it all boils down to,

Sorry - Forgot subject : Tomcat 4.1.12 & IBM HTTP Server 1.3.19.3

2002-10-22 Thread Kristian A. Leth
I'm having a bit troubles with configuring Tomcat 4.1.12 LE for use with IBM HTTP Server 1.3.19.3 (Powered by Apache) on Windows 2000 Server. I'm trying to configure the connection through the webapp connector ( mod_webapp) - Is this the right track or am I tracing shadows ? If it's the right way t

Re: Do I need to delete the app directory for new deployment?

2002-10-22 Thread Craig R. McClanahan
On Tue, 22 Oct 2002, Billy Ng wrote: > Date: Tue, 22 Oct 2002 22:56:54 -0700 > From: Billy Ng <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Do I need to delete the app directory for new deployment? > > I notice if I j

Re: Manager?

2002-10-22 Thread Craig R. McClanahan
On Wed, 23 Oct 2002, Bryan Dollery wrote: > Date: Wed, 23 Oct 2002 16:55:40 +1300 > From: Bryan Dollery <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Manager? > > Hi, > > Tomcat 4.1.12 question: > > 1. Install and Dep

Re: Security RISK !

2002-10-22 Thread Nikola Milutinovic
Sigurður Bjarnason wrote: Hi all The question is.. is there any security risk if I Have the Apache DocumentRoot pointing straight to the webapps folder ?! First of all, Apache cannot handle JSPs and has no knowledge of Servlets. Second, if both Apache and Tomcat-via-connector access the same d

tomcat's web xml

2002-10-22 Thread Mark Goking
in your web.xml suppose your login page is login.jsp so when you go to a url, it shows u the login page before you are able to access the page that you wish to access how can you set it in the configuration such that when the webserver shows you the login page, it simulates a redirection so th

Do I need to delete the app directory for new deployment?

2002-10-22 Thread Billy Ng
I notice if I just copy the was file and not delete the old app directory, tomcat will not extract the new war file. Is there any setting in the web.xml to enforce tomcat to extract the war file after restarting? Thanks! Billy Ng

RE: Database Issues

2002-10-22 Thread Sexton, George
Change: database.default.url=jdbc:postgresql://localhost/jetspeed to database.default.url=jdbc:postgresql://localhost:5432/jetspeed Also, make sure that PostgreSQL is accepting TCP connections. Check the postgresql.conf (on RedHat this is /var/lib/pgsql/data). If you have connection problems, s

RE: Servlet as Virtual Include in ASP file

2002-10-22 Thread Nicholas Orr
What is the default.asp?page= actually doing? When I was doing ASP I would do this only to include something out of a database. You may find that what default.asp is doing is not very complex and you could just replicate it in your servlets. I don't know, but you haven't really given enough infor

Re: Jasper redistribution issues

2002-10-22 Thread Bill Barker
Tomcat (including Jasper) are distributed with the Apache License http://www.apache.org/LICENSE. In particular, you are free to bundle Jasper, subject to the rules in the license. "Eugene Zhuravlev" <[EMAIL PROTECTED]> wrote in message news:003601c279eb$f6f015c0$2301a8c0@;Labs.IntelliJ.Net... > H

RE: mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-22 Thread Tref Gare
In the hope that someone can clarify how this has worked or that this will help someone else, I seem to have resolved the issue we were having getting mod_jk working with Apache 2.0.43 and Tomcat 4.1.12. As far as I can make out the problem was associated with the automatically configured m

Re: Tomcat/log4j Question

2002-10-22 Thread Jacob Kjome
Log4j requires its own logging universe in the default setup. The easiest way to do this in a servlet container is to put the log4j jar in WEB-INF/lib of each web application you have. You can put a log4j.properties or a log4j.xml in WEB-INF/classes for default configuration initialization.

Re: Manager?

2002-10-22 Thread Kwok Peng Tuck
I think(?) it should go to the {CATALINA_HOME}/webapps directory. Bryan Dollery wrote: Hi, Tomcat 4.1.12 question: 1. Install and Deploy manager functions - what's the difference? The documents mention something about deploy copying and install not doing so, but I can't find any more informat

Manager?

2002-10-22 Thread Bryan Dollery
Hi, Tomcat 4.1.12 question: 1. Install and Deploy manager functions - what's the difference? The documents mention something about deploy copying and install not doing so, but I can't find any more information on this. I've looked back through this list's archives and can't find any other mentio

Re: session replication

2002-10-22 Thread Jean-Francois Arcand
Euhmm..turn off the JMX stuff by commenting the follwoing in server.xml: debug="0"/> debug="0"/> --> This will turn off JMX and the exception will disappears. The next step is to file a bug against Tomcat :-) by including your stack trace -- Jeanfrancois Ricardo

Re: InvocationTargetException upon server start

2002-10-22 Thread Jean-Francois Arcand
Seems to be related to a parsing error. Are you sure your web.xml file is a proper XML instance? Try to validate your XML file againts the DTD included in the DOCTYPE element of the file. -- Jeanfrancois Becky Phaneuf wrote: Hello, After installing Tomcat 4.1.12 I copied a relatively simple w

Re: problem on deployment

2002-10-22 Thread Jean-Francois Arcand
In ${CATALINA_HOME}/conf/tomcat-user.xml, add a user and a role like this Then restart Tomcat. -- Jeanfrancois Billy Ng wrote: If you copied the war file to the TOMCAT_HOME/webapps directory, TC should recognize it and expand it for you. Is it expanded? Look in the webapps directory, do y

RE: tomcat 3.3.1 ThreadPool Bug?

2002-10-22 Thread Larry Isaacs
The property name is case sensitive. Thus, maxThreads="256" will work, but maxthreads="256" won't. Cheers, Larry > -Original Message- > From: Nagesh Nayudu [mailto:nagesh@;supportsoft.com] > Sent: Tuesday, October 22, 2002 9:52 PM > To: 'Tomcat Users List' > Subject:

mod_jk Internal Server Error

2002-10-22 Thread chris . hanrahan
Greetings, I am running Apache 1.3.27 and Tomcat 3.3.1 under Red Hat Linux. Apache is on one server, and Tomcat is on a different server. I have configured apache to send all requests for .jsp files to the Tomcat server. Here is the workers.properties file from the apache server: worker.baluxa

Re: problem on deployment

2002-10-22 Thread Billy Ng
> If you copied the war file to the TOMCAT_HOME/webapps directory, TC should > recognize it and expand it for you. Is it expanded? Look in the webapps > directory, do you see a new directory there with the same name as your war > file?. If you still have the Tomcat http connector running then go

Re: multiple servlet instances?

2002-10-22 Thread Craig R. McClanahan
On Wed, 23 Oct 2002, Jon Eaves wrote: > Date: Wed, 23 Oct 2002 11:53:29 +1000 > From: Jon Eaves <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: multiple servlet instances? > > Craig R. McClanahan wrote: > > > > On M

mod_jk - Apache 2.0.43 - Tomcat 4.1.12 config issues on Solaris 8

2002-10-22 Thread Tref Gare
Hi Folks, We're having more than a few problems in this process so far. Any help will be as always gratefully received. A: we've been unable to compile a fresh connector in either jk or jk2 flavour. Each one fails at a late stage of compile listing copious parse errors in the jni.h incl

Re: Broken Link to Catalina Javadoc

2002-10-22 Thread Warner Onstine
Funny I reported this almost a week ago and have heard nothing, even filed a bug on it. -warner - Original Message - From: "Adam Sherman" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 1:28 PM Subject: Broken Link to Catalina Javadoc > ht

Broken Link to Catalina Javadoc

2002-10-22 Thread Adam Sherman
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/index.html Doesn't exist. I actually the docs too, are they anywhere else? Thanks, A. -- Adam Sherman Software Developer Teach and Travel Inc. +1.613.241.3103 -- To unsubscribe, e-mail:

Re: multiple servlet instances?

2002-10-22 Thread Jon Eaves
Craig R. McClanahan wrote: On Mon, 21 Oct 2002, Nick Wesselman wrote: Date: Mon, 21 Oct 2002 18:07:42 -0500 From: Nick Wesselman <[EMAIL PROTECTED]> Reply-To: Tomcat Users List <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: multiple servlet instances? the book was

tomcat 3.3.1 ThreadPool Bug?

2002-10-22 Thread Nagesh Nayudu
Hi, I am running Tomcat3.3.1 on Solaris. I specified the maxthreads for the AJP13 connector as 256. But, when I load test the web.app., I get a log message in stdout: ThreadPool: All threads are busy, waiting. Please increase maxThreads or check the servlet status200 200 Looks like the max threads

URI mapping looks in root not webapp

2002-10-22 Thread Lior Shliechkorn
Hello, I'm using IIS 5 and Win2000 server. I'm trying to have a url of a website mapped directly to a webapp www.xxx.com ---> c:\tomcat\webapp\AppName I tested the webapp normally under localhost and it works fine. I packed all the utility classes and the web.xml file is created. The director

Installing Tomcat 4.1.12 under Win2k, Apache 1.3.22, PHP4.1.2

2002-10-22 Thread Rainer Bruch
hi list, as a newbee on tomcat i need installation assistance (manual, etc.) for correct installation for tomcat 4.1.12 for following systemconfiguration: - win2k pro - apache 1.3.22 - php4.1.2 - j2sdk1.4.0_02 (including jre) how can i "include" the tomcat in my apache webserver and my php-script

Re: Startup Bootstrap error message

2002-10-22 Thread garrett smith
You brought up a good point. I sometimes have a stupid error in web.xml and this is not logged in the logfile. I would appreciate better logging mechanism for tomcat-start-up. --- Michael Langan <[EMAIL PROTECTED]> wrote: > Hello. > > Apologies for bringing up perhaps the oldest error in the bo

Re: SSL Servlet Client

2002-10-22 Thread Monte . Gardner
OK, I think I've got to where I understand the problem more clearly then i did yesterday. Here it is. When I followed the tomcat ssl how to and typed keytool -genkey -alias tomcat -keyalg RSA it created a keystore file called /root/.keystore in which a key aliased by 'tomcat' was stored. This ke

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-22 Thread Wu Yiqun
There was a site http://www.talika.org/. The author wrote a Tomcat ManagerX Servlet which can support virtual host. He sent out an email about it long time ago. I have successfully tested it with Tomcat 4.0.4 or some early version.(I cannot remember) You can have a try. Btw, developer such as Crai

RE: Tomcat Connection Pooling

2002-10-22 Thread garrett smith
It's on the tomcat page under documentation. click on tomcat 4.0 here: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html It's basically the same, but you have to download all the jars, so more work to set up. --- Lior Shliechkorn <[EMAIL PROTECTED]> wrote: > > Is this feature is not av

InvocationTargetException upon server start

2002-10-22 Thread Becky Phaneuf
Hello, After installing Tomcat 4.1.12 I copied a relatively simple web application called ISOdownload (1 jsp invoking 1 servlet that prints http headers) from my post-ant build directory to /webapps/ISOdownload/. Upon restarting Tomcat I received the exception below: - Oct 22,

Re: Apache/2 and Tomcat/4 not talking

2002-10-22 Thread Milt Epstein
On Tue, 22 Oct 2002, Jim Urban wrote: > I have spent the past two days trying to get Apache/2 to forward servlet > requests to Tomcat. Here are the particulars: > > Java 1.3.0 > Win 2K SP3 > Tomcat 4.0.4 > Apache/2 0.43 > AJP13 > SSL > > Mod_jk.conf > ## Auto generated on Tue Oct 22 12:01

Re: Tomcat/log4j Question

2002-10-22 Thread achana
Hi, Tomcat1.4 here, please elaborate and do be expansive. A new piece of software is always scary for me. TIA "Mr. Tomcat" wrote: > You may consider using Java 1.4's built-in logging mechanism instead. I > don't think log4j has much of an advantage over the built-in logger, so > I'm getting log4

Re: Database Issues

2002-10-22 Thread Kwok Peng Tuck
Try the jetspeed mailling list. this sounds like a configuration issue with jetspeed itself. [EMAIL PROTECTED] wrote: Apologies in advance for posting a repeat of earlier messages but I've yet to come across a solution to my problem... I'm attempting to get jetspeed working with PostgreSQL. Fo

Servlet as Virtual Include in ASP file

2002-10-22 Thread Kurisu QT
My company's website uses default.asp?page= to precede the actual file being called. Because my project uses servlets and must be integrated into the site, I'm going nuts trying to figure out if a servlet can be called as an virtual include in an ASP file. Or can I do the reverse-- call an ASP fil

Re: Tomcat Connection Pooling

2002-10-22 Thread Kwok Peng Tuck
It is available. Lior Shliechkorn wrote: Is this feature is not available for tomcat 4.0.5? "Steltner, Jorn HTC/DE/ESS" <[EMAIL PROTECTED]> wrote:Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html -Original Message- From: Lior Shliechkorn

session replication

2002-10-22 Thread Ricardo de Souza Moura
Does anybody use the javagroups session replication with tomcat4.1.12 ? I read a article of theserverside: http://www2.theserverside.com/resources/articles/Tomcat/article.html about how to use javagroups session replication, but I am getting the error: java.lang.Exception: ManagedBean is not fou

Re: [HOWTO] VIRTUAL HOSTING, APACHE 2.0.43, JK2, TOMCAT 4.1.12

2002-10-22 Thread Robert L Sowders
Nice going Umberto, Umberto Nicoletti <[EMAIL PROTECTED]> 10/22/2002 07:07 AM Please respond to "Tomcat Users List" To: [EMAIL PROTECTED] cc: Subject:[HOWTO] VIRTUAL HOSTING, APACHE 2.0.43, JK2, TOMCAT 4.1.12 I posted to this mailing list before with t

RE: [HOWTO] VIRTUAL HOSTING, APACHE 2.0.43, JK2, TOMCAT 4.1.12

2002-10-22 Thread Robert L Sowders
That should be easy if you use the mod_ssl.so in Apache. You have to use IP based virtual hosts at 443. That's all. rls Donie Kelly <[EMAIL PROTECTED]> 10/22/2002 08:39 AM Please respond to "Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc:

Re: Apache/2 and Tomcat/4 not talking

2002-10-22 Thread Robert L Sowders
Where are the Jkmount statements. If you don't mount anything, then you'll have nothing to look at. Please see http://www.johnturner.com/howto/apache2-tomcat404-howto.html. Even though it's written for a Red Hat system, the configuration of Apache, Mod_jk, and Tomcat is relevant to your situat

Re: Please Help: Any tomcat/3rd party class that can do this?

2002-10-22 Thread Will Hartung
From: "Carson, Chuck" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 2:03 PM > > Cool, thanks. This was exactly what I was looking for. > > Thx, > Chuck > > http://www.google.com/search?q=printf+for+java Have you tried looking at something like Jasper Reports? It's one thing to want pr

Re: Tomcat/log4j Question

2002-10-22 Thread Mr. Tomcat
On Tue, 2002-10-22 at 12:59, Carson, Chuck wrote: > I am planning on using log4j within several tomcat based applications. > My question is, where is the best place to install log4j.jar? > > Shoud I place it in $TOMCAT_HOME/common/lib and also place the > log4j.properties file in the same director

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-22 Thread Randy Secrist
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 10:34 AM Subject: Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? > It depends on how you've configured your Tomcat virtual hos

Re: problem on deployment

2002-10-22 Thread Robert L Sowders
If you copied the war file to the TOMCAT_HOME/webapps directory, TC should recognize it and expand it for you. Is it expanded? Look in the webapps directory, do you see a new directory there with the same name as your war file?. If you still have the Tomcat http connector running then go to

Tomcat/log4j Question

2002-10-22 Thread Carson, Chuck
I am planning on using log4j within several tomcat based applications. My question is, where is the best place to install log4j.jar? Shoud I place it in $TOMCAT_HOME/common/lib and also place the log4j.properties file in the same directory, or should I place a copy of log4j.jar in the WEB-INF/li

RE: Resend: problem compiling JSPs in the Examples application on 4.1.12LE

2002-10-22 Thread Eddie Liang
Mark, What is workers.properties mean here? Thank Eddie Liang Database Architect Phone: 630-810-9669 x253 -Original Message- From: Mark Eggers [mailto:its_toasted@;yahoo.com] Sent: Tuesday, October 22, 2002 1:12 PM To: Tomcat Users List Subject: Re: Resend: problem compiling JSPs in

RE: Please Help: Any tomcat/3rd party class that can do this?

2002-10-22 Thread Carson, Chuck
Cool, thanks. This was exactly what I was looking for. Thx, Chuck -Original Message- From: Julius Davies [mailto:juliusdavies@;cucbc.com] Sent: Tuesday, October 22, 2002 9:57 AM To: Tomcat Users List Cc: Carson, Chuck Subject: RE: Please Help: Any tomcat/3rd party class that can do this

Re: sites suddenly give internal server error

2002-10-22 Thread Robert L Sowders
Hmmm, Can't really say what's definitely wrong. Are you preloading any new JSPs or servlet'. Something has changed, if you had a working system one day and the next it goes off like this. Have you upgraded anything lately, JSDK, JRE? Have the class paths been changed in anyway? rls

RE: [HOWTO] VIRTUAL HOSTING, APACHE 2.0.43, JK2, TOMCAT 4.1.12

2002-10-22 Thread Robert L Sowders
It's documented in the source or you could search for it at http://www.mail-archive.com/tomcat-user@;jakarta.apache.org/, it's come up before. >From the src, mod_jk2.c /** * Set a property associated with a URI, using native * directives. * * This is used if you want to use the native mapp

Time out

2002-10-22 Thread Webmaster - Unimed Piracicaba
Hi people! I am getting some problems with time out when a client tries to send a (around) 800kb file to my server via JSPSmartUpload. I think that if I set the timeout to a bigger time this problem will be solved, but I don't know how to do it... 1) How do I to re-set the timeout of tomcat (or a

re: symbolic linking

2002-10-22 Thread Alexander Piavka
This is the same problem i had and the patched solved it( i did not had to add allowlinking to the server.xml file) I just tried the same scenario you had mentioned beneath. I made symbolic link to class ${TOMCAT_HOME}/home/sys/jsp/WEB-INF/classes/Test.class -> ~piavka/servlets/Test.class and it

Apache/2 and Tomcat/4 not talking

2002-10-22 Thread Jim Urban
I have spent the past two days trying to get Apache/2 to forward servlet requests to Tomcat. Here are the particulars: Java 1.3.0 Win 2K SP3 Tomcat 4.0.4 Apache/2 0.43 AJP13 SSL Mod_jk.conf ## Auto generated on Tue Oct 22 12:01:16 CDT 2002## LoadModule jk_module modules/mod_j

RV: Runtime.exec()

2002-10-22 Thread Ricardo Arias
-Mensaje original- De: Ignacio J. Ortega [mailto:nacho@;siapi.es] Enviado el: Martes, 22 de Octubre de 2002 11:46 a.m. Para: 'Ricardo Arias' Asunto: RE: Runtime.exec() This is a user question please use [EMAIL PROTECTED] to ask this.. Saludos, Ignacio J. Ortega > -Original Messag

Re: iis_redirect.log file help

2002-10-22 Thread Lior Shliechkorn
You don't have to delete it, you can truncate it. Hightlight the text and delete and then just overwrite. That should work. I was running into the same problem. I don't think it matters whether Tomcat is on or not. Hope it helps, Lior - Do you Yahoo!? Y! We

Re: Security RISK !

2002-10-22 Thread Tim Funk
You'll want to protect your WEB-INF directory as well as any properties files. You can do that by using by the following in your httpd.conf: (This should be the syntax) Order allow,deny Deny from all Satisfy All Order allow,deny Deny from all Satisfy All Sigurður B

iis_redirect.log file help

2002-10-22 Thread Seth Brahler
i've got a log file that is building out of control. it is already up to 1 Gig. i've tried to delete it, but it tells me it is in use. i've stopped iis and i've stopped tomcat and i still can't delete it. how can i turn off logging to iis_redirect.log? i still want jasper.log to be created. th

Re: Resend: problem compiling JSPs in the Examples application on 4.1.12LE

2002-10-22 Thread Mark Eggers
Just a quick thought: Check your path separator (ps) definition in workers.properties. Make sure it's defined as: ps=\ Also, you might want to try the examples with http://localhost:8080/examples/jsp/dates/date.jsp to see if this gives you the same error. /mde/ just my two cents . . . . __

Re: Class.forName(dbDriver).newInstance()

2002-10-22 Thread Z.BEAT
Thanks! That worked. This is strange: Class.forName(dbDriver).newInstance(); compiles fine, with my JSP and JavaBean classes, but I have to use: Class.forName(dbDriver); in order for this Servlet to compile. Thanks again, Panos. --- Panos Skondras <[EMAIL PROTECTED]> wrote: > Leave out th

Re: Security RISK !

2002-10-22 Thread Dennis Muhlestein
One issue I am aware of, but may not apply, is that apache I think has a setting that can autofill in file extensions for you. If you put the files in the same folder you may want to check for that. If you map *.jsp to go to tomcat, index.jsp goes to tomcat. But if you type in /index apache, und

RE: Tomcat Connection Pooling

2002-10-22 Thread Lior Shliechkorn
Is this feature is not available for tomcat 4.0.5? "Steltner, Jorn HTC/DE/ESS" <[EMAIL PROTECTED]> wrote:Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html -Original Message- From: Lior Shliechkorn [mailto:liorshliech@;yahoo.com] Sent: Die

Re: Where can I download "isapi_redirect.dll"

2002-10-22 Thread Lior Shliechkorn
You can get the filter here: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/win32/i386/ Lior - Do you Yahoo!? Y! Web Hosting - Let the expert host your web site

Re[2]: multiple servlet instances?

2002-10-22 Thread Jacob Kjome
Hello Craig, Thanks for clearing up my partial disinformation :-) Jake Tuesday, October 22, 2002, 11:30:15 AM, you wrote: CRM> On Tue, 22 Oct 2002, Jacob Kjome wrote: >> Date: Tue, 22 Oct 2002 08:32:18 -0500 >> From: Jacob Kjome <[EMAIL PROTECTED]> >> Reply-To: Tomcat Users List <[EMAIL PROTE

Startup Bootstrap error message

2002-10-22 Thread Michael Langan
Hello. Apologies for bringing up perhaps the oldest error in the book but I'm a newbie at this and have searched everywhere for the solution and can get no satisfactory explanation. When starting up tomcat the following message is written to the catalina.out file; Exception in thread "main" java.

Tomcat 4.x nightly builds

2002-10-22 Thread John Trollinger
Anyone know where the 4.x nightly builds are. I followed the links on the website but the directories are empty. Thanks, John -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Please Help: Any tomcat/3rd party class that can do this?

2002-10-22 Thread Julius Davies
Chuck Carson, Try: http://www.google.com/search?q=printf+for+java Sorry if that's glib. :-) Anyway, looks like it's $20 USD to compile with sharkysoft's "printf for java" jar file - might save you a few hours. yours, Julius Vancouver, Canada > -Original Message- > From: Carson,

Jasper redistribution issues

2002-10-22 Thread Eugene Zhuravlev
Hello, Could anyone help me with the following question: Does Tomcat license allow 3-rd party tools to bundle Jasper jars? I'm asking because I haven't found any mentioning about certain libraries redistribution in the licence agreement. We are interested in bundling with our IDE the following lib

Database Issues

2002-10-22 Thread brendan . richards
Apologies in advance for posting a repeat of earlier messages but I've yet to come across a solution to my problem... I'm attempting to get jetspeed working with PostgreSQL. Following initial abortive attempts, I've installed the latest versions of both Tomcat (4.1.12) and Postgresql(7.2.3) to e

Re: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER?

2002-10-22 Thread Craig R. McClanahan
On Tue, 22 Oct 2002, Fabio Marsilio wrote: > Date: Tue, 22 Oct 2002 16:44:51 +0200 > From: Fabio Marsilio <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Tomcat Manager APP: manage VIRTUALHOST'S apps all TOGHETHER? > >

Re: Can I have multiple JNDI references to the same connection pool?

2002-10-22 Thread Craig R. McClanahan
On Tue, 22 Oct 2002, Michael Bowman wrote: > Date: Tue, 22 Oct 2002 10:34:35 -0400 > From: Michael Bowman <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Can I have multiple JNDI references to the same connection pool? > > Does anyone know

Re: multiple servlet instances?

2002-10-22 Thread Craig R. McClanahan
On Tue, 22 Oct 2002, Jacob Kjome wrote: > Date: Tue, 22 Oct 2002 08:32:18 -0500 > From: Jacob Kjome <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: multiple servlet instances? > > > Well, there still can be multiple

RE: Digested Passwords and Oracle 8.1.7

2002-10-22 Thread Craig R. McClanahan
On Tue, 22 Oct 2002, Graham Lounder wrote: > Date: Tue, 22 Oct 2002 09:35:11 -0300 > From: Graham Lounder <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Digested Passwords and Oracle 8.1.7 > > I need the algorithm

Where can I download "isapi_redirect.dll"

2002-10-22 Thread David Cochrane
Need support in identifying where I could download a copy of "isapi_redirect.dll" I'm running tomcat 4.04 on w2k server, running IIS5. I need a good contact that could walk a newbie through this. --Dave -- To unsubscribe, e-mail: For addi

RE: Digested Passwords and Oracle 8.1.7

2002-10-22 Thread Paul French
As far as I'm aware Oracle use their own propriety encryption algorithm and do not provide any mechanism to encrypt a password so that you can compare with passwords in the oracle data dictionary. I think the only answer is to implement your own user/password functionality and encrypt the password

Security RISK !

2002-10-22 Thread Sigurður Bjarnason
Hi all I am using apache 1.3 and tomcat 4.0.4 together I use apache to serve all the static content, witch I have a special directory for and Tomcat serve all the jsp and servlet stuff.. The question is.. is there any security risk if I Have the Apache DocumentRoot pointing straight to the we

Re: Domainwide JSESSIONID cookie?

2002-10-22 Thread Craig R. McClanahan
On Tue, 22 Oct 2002, Jan Kunzmann wrote: > Date: Tue, 22 Oct 2002 11:49:42 +0200 > From: Jan Kunzmann <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Domainwide JSESSIONID cookie? > > Hi, > > Craig R. McClanahan wro

Re: problem on deployment

2002-10-22 Thread Billy Ng
It has everything it need to run becuase the war file was ruuning fine in 4.0.3. How can I check it in manager app? Thanks! Billy Ng - Original Message - From: "Robert L Sowders" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 22, 2002 2:18 AM Subj

Re: tomcat and OSX

2002-10-22 Thread John B. Moore
Ian, Cool, Thanks... you are right that mod_webapp stuff is a pain.. I followed a HowTo I found for OS X and I could never to get it to work.. keep getting errors I'll get the book !! John.. Ian McFarland wrote: Tomcat on OS X is pretty vanilla Tomcat. I cover all the configura

Re: [HOWTO] VIRTUAL HOSTING, APACHE 2.0.43, JK2, TOMCAT 4.1.12

2002-10-22 Thread yoom nguyen
Umberto Thanks smart man!. I will let you know how I do. Thanks again. I am telling you, we need to get some more volunteers so we can get my proposal site up and running. People like you can share their excellent works. It is an enhancement to the existing Apache site. Yoom - Origina

problem compiling JSPs in the Examples application on 4.1.12LE

2002-10-22 Thread Nigel . Byrnes
hi all Today I attempted to upgrade from tomcat 4.1.10 to 4.1.12LE which also involved moving from jdk1.3 to jdk1.4. Before porting across my application code, I thought I'd give the examples application a whirl, to sanity check the installation. While the servlets work ok, I have compiling the JS

RE: Index.jsp page in apache and tomcat config....

2002-10-22 Thread Raj Mettai
I didn't configure apache to include mod_rewrite during installation. I have to redo the whole process of apache setup again to use mod_rewrite, Instead I have created an index.html with javascript code(see below) in it to redirect to index.jsp, it is working for me well so for.