Re: tomcat and OSX

2002-10-22 Thread Ian McFarland
Tomcat on OS X is pretty vanilla Tomcat. I cover all the configuration stuff in my book: Mastering Tomcat Development. (I use it all the time.) Other than configuration, though, Tomcat on OS X is pretty similar to Tomcat on any other Unix. If you use OS X Server, you even get Tomcat

[MVC] best practice: Filter or Controller?

2002-10-22 Thread garrett smith
Hey, I am using a controller servlet. Maybe I should be using a filter, instead. If the action is successful, the location will be the successURL, otherwise, it will be failureURL. In my controller's init, I use config.getInitParam to get successURL and failureURL. In web.xml, I have the init

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

2002-10-22 Thread Nicholas Pappas
This doesn't sound like a Tomcat issue-- why not check the String class or something similar in Java-- you're writing your servlet in java, Tomcat is serving it. Carson, Chuck wrote: No, this is not necessarily html output. -Chuck -Original Message- From: Josh G

Re: Unable to use getGeneratedKeys() through dbpc

2002-10-22 Thread Martin Jacobson
shawn wrote: Thanks for the input Steve, I agree that it SHOULDN'T be dbpc, but it looks as if it is. Actually the driver does support it quite nicely. Everything works great if I create my connection manually. Things only break if I retrieve the connection from jndi ( and thus dbpc ).

Class.forName(dbDriver).newInstance()

2002-10-22 Thread Z.BEAT
Here is a code excerpt: --- String dbDriver = org.gjt.mm.mysql.Driver; try { Class.forName(dbDriver).newInstance() } catch(ClassNotFoundException cnf) { out.println(cnf); } - When I go to compile this servlet, I have been getting

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

2002-10-22 Thread Panos Skondras
Leave out the .newInstance().. E.g Class.forName(oracle.jdbc.driver.OracleDriver); Connection con = DriverManager.getConnection(URL); Z.BEAT wrote: Here is a code excerpt: --- String dbDriver = org.gjt.mm.mysql.Driver; try {

Re: JK2 connector and virtual hosting

2002-10-22 Thread Umberto Nicoletti
Hi, you can find my configuration attached. Anyway I have the following problem of code exposure: if you request one of the sites with a name that's not registered in workers2.properties you can easily get to view the source code of the jsp. Maybe somebody can help? Thanks in advance, Umberto

Re: Does tc-4.12 have bugs with nested jsp tags?

2002-10-22 Thread Zsolt Koppany
Thank you, you were right. Zsolt On Monday 21 October 2002 19:18, Tim Moore wrote: -Original Message- From: Zsolt Koppany [mailto:zkoppany;web.de] Sent: Sunday, October 20, 2002 5:42 PM To: [EMAIL PROTECTED] Subject: Does tc-4.12 have bugs with nested jsp tags? Hi,

can't generate md_jk.conf, apache/tomcat interface only works manually

2002-10-22 Thread Matt Price
didn't receive the below so sending again -- please respond directly to me as well as I'm not 100% sure I'm subscribed to the list. thanks, m - hi, I've been having trouble with mod_jk.conf. I'm running Tomcat 4.1.12 with Apache 1.3, both on a mostly

can't generate md_jk.conf, apache/tomcat interface only works manually

2002-10-22 Thread Matt Price
hi, I've been having trouble with mod_jk.conf. I'm running Tomcat 4.1.12 with Apache 1.3, both on a mostly Woody (stable) Debia box. The Tomcat packages are from the 'unstable' branch of the distribution, though. Apache works fine on its own, Tomcat works fie on its own, and I've now

Re: tomcat and OSX

2002-10-22 Thread Robert L Sowders
I received 6 OS-X servers today. All came preinstalled. Nice box. rls Bill Barker [EMAIL PROTECTED] Sent by: news [EMAIL PROTECTED] 10/21/2002 11:27 PM Please respond to Tomcat Users List To: [EMAIL PROTECTED] cc: Subject:Re: tomcat and OSX Martina

Re: can't generate md_jk.conf, apache/tomcat interface only works manually

2002-10-22 Thread Robert L Sowders
Here's an explantion from the howto on J Turners website. Read the rest at http://www.johnturner.com/howto/apache1-tomcat404-howto.html 3) Edit server.xml in CATALINA_HOME/conf. - look for a line that says Server and has a port of 8005. Add the following directly below: Listener

sites suddenly give internal server error

2002-10-22 Thread Albert Csaba
Hi, I've setuped a few month ago on a Linux box jakarta-tomcat-4.0.4 jdk1.3.1_04 jakarta-ant-1.4 mod_jk on apache 1.3.6 with virtualhosts. It worked fine, till a few days ago, when suddenly started giving the error The server encountered an internal error or misconfiguration and was unable to

Re: problem on deployment

2002-10-22 Thread Robert L Sowders
If you view it with the manager app does it show it as running? I assume that you are trying to access it via http stand-alone at port 8080. What does your directory structure for your webapp look like? Do you have a WEB-INF directory with a web.xml file, etc, etc. It's hard to help without

ajp12 stops listen to port 8007

2002-10-22 Thread Alona Samardin
Hi! We are using Tomcat3.2.3 with IIS server. Sometimes (it happens in the middle of load of 20 virtual users of LoadRunner) ajp12 stops listen to port 8007 (IIS-tomcat port) and as the result all requests fail,since tomcat in port 8080 (tomcat directly port) still working. Is this some known

Re: sites suddenly give internal server error

2002-10-22 Thread Robert L Sowders
Looks like Tomcat is not running. Look for the process with ps. Those old versions had memory leaks if my memory hasn't leaked it that is :-) rls Albert Csaba [EMAIL PROTECTED] 10/22/2002 03:15 AM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED]

Re: sites suddenly give internal server error

2002-10-22 Thread Albert Csaba
Yes, you're right, it stops. I found this error in catalina.out Exception during startup processing java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: javax/net/ServerSocketFactory at java.lang.Class.forName0(Native Method) at

Re: Domainwide JSESSIONID cookie?

2002-10-22 Thread Jan Kunzmann
Hi, Craig R. McClanahan wrote: On Mon, 21 Oct 2002, Jan Kunzmann wrote: [...] Is there any way to force Tomcat to create a domainwide JSESSIONID cookie without any context path (just for the whole mysite.com)? Doing this would also be a security vulnerability, because it would mean

RE: [OFF-TOPIC] - RE: How to capture the ROOT cause of EXCEPTION

2002-10-22 Thread Bodycombe, Andrew
You could try this: try { ... } catch(Exception e) { Throwable cause = e.getCause(); if (cause != null) cause.printStackTrace(); else System.err.println(ROOT CAUSE is null); } Andy -Original Message- From: Nagpal, Vikas [mailto:vinagpal;utmb.edu]

tomcat+dbcp+restart database=no valid connections!?

2002-10-22 Thread psalazar
Greetings, I have tomcat 4 working with dbcp 1.0. Apparently when I restart my database (postgresql), all the next returned connections throw exceptions (java.net.SocketException: Broken pipe)!! The dbcp hasn't a connection recover or something like that?? thanks, Pedro Salazar. -- pedro

[tomcat] Pre compiled jsp's

2002-10-22 Thread Kyrre Lugg
Hi, On our target we do not have javac, and therefore I wish to deploy class files generated by ant tasks jspc and finally javac. Where do I place the class files for the jsp's, and how do I tell tomcat not to worry about the original jsp pages at all? Kyrre Lugg -- To unsubscribe, e-mail:

Re: [MVC] best practice: Filter or Controller?

2002-10-22 Thread Tim Funk
If your not knee deep in code yet - see struts. An MVC framework that does exactly this stuff. And it does it as a controller Servlet (no filters). Struts has its own user and dev mailing lists where you can get more help. garrett smith wrote: Hey, I am using a controller servlet. Maybe I

Setting up multiple ports HOWTO?

2002-10-22 Thread Anthony Nolan
Another way to do this is to create a new directory containing: conf, webapps, work and temp directories. Customise the server.xml in this new conf directory to use the port that you want. Before you start tomcat set a variable called CATALINA_BASE to point to this new directory. When you run

Re: tomcat+dbcp+restart database=no valid connections!?

2002-10-22 Thread psalazar
I got it! I must define a 'validationQuery' or the connections won't be tested. thanks, Pedro Salazar. On Tue, 22 Oct 2002, psalazar wrote: Greetings, I have tomcat 4 working with dbcp 1.0. Apparently when I restart my database (postgresql), all the next returned connections throw

REPOST: How to use JspC with ANT

2002-10-22 Thread Felipe Schnack
I'm trying to pre-compile my JSPs using an Ant script and JspC, but I'm getting the following error: 2002-10-21 02:45:49 - uriRoot implicitly set to /home/felipes/cvs/w2/web [java] java.lang.LinkageError: loader constraints violated when linking org/w3c/dom/Document class

Re: REPOST: How to use JspC with ANT

2002-10-22 Thread Kyrre Lugg
Felipe Schnack wrote: I'm trying to pre-compile my JSPs using an Ant script and JspC, but I'm getting the following error: Maybe you should consider using the jspc task which is shipped with ant? http://jakarta.apache.org/ant/manual/OptionalTasks/jspc.html Kyrre -- To unsubscribe,

Kaffe

2002-10-22 Thread Sébastien Lardière
Is someone does run Tomcat with Kaffe JVM url:http://www.kaffe.org/ Is there any known bug, tips for install or running, or does I forget this idea immediatly ? -- Sébastien Lardière-?) Quiris Informatique /\\ _\_v -- To unsubscribe, e-mail:

Re: REPOST: How to use JspC with ANT

2002-10-22 Thread Felipe Schnack
Thanks man, sometimes we make things more difficult than they are :o) On Tue, 2002-10-22 at 11:47, Kyrre Lugg wrote: Felipe Schnack wrote: I'm trying to pre-compile my JSPs using an Ant script and JspC, but I'm getting the following error: Maybe you should consider using the jspc

Strange Tomcat http behaviour

2002-10-22 Thread Gunter D' Hondt
Hello, I'm using TC4.1.12 on W2K and I'm using the HTTP port 8080 from Tomcat as the webserver. Now I've got a webpage with 4 frames where in all 4 frames the same jsp-page is being loaded but with different page parameters. Now the strange thing is that sometimes I get the wrong jsp-page in a

DBCP logAbandoned parameter

2002-10-22 Thread Mehdi . Nejad
Hello, Ive implemented my connection pool on Tomcat 4.1.12, in my apllication context, using theorg.apache.commons.dbcp.BasicDataSourceFactory. Pleased to say its working fine. I have a question though about some of the options I saw in the dbcp example, including such parameters as

Digested Passwords and Oracle 8.1.7

2002-10-22 Thread Graham Lounder
Hey all! I was wondering if any has ever tried to use a Tomcat Realm directly to Oracle's Username/Password table. I found the table in SYSTEM.DBA_USERS which has the username and encrypted password. The problem is, I have no way of digesting the password. Does anyone know the algorithm Oracle

RE: Digested Passwords and Oracle 8.1.7

2002-10-22 Thread Wagoner, Mark
I don't think you are supposed to be able decrypt the passwords. In fact, I would hope that you can't or Oracle would have a big problem. -Original Message- From: Graham Lounder [mailto:lounder;caris.com] Sent: Tuesday, October 22, 2002 8:28 AM To: [EMAIL PROTECTED] Subject: Digested

RE: Digested Passwords and Oracle 8.1.7

2002-10-22 Thread Graham Lounder
I need the algorithm so I can encrypt a password. The Tomcat Realm would then compare the encrypted password to the encrypted password in the database. I don't need to decrypt the password. Graham -Original Message- From: Wagoner, Mark [mailto:MWagoner;wild-flavors.com] Sent: October

AW: Problems binding tomcat to a single IP

2002-10-22 Thread Ingo Eisenkrämer
As I'm not using tomcat under windows, I can't offer much direct help, but two tips to verify who is responsible: The Tomcat is responsible. I started the IIS with IPs 81.27.227.201 Port 81 and the Tomcat on 81.27.227.200 Port 80 and everything is fine. Now I tried to start the IIS

Re: Symbolic Link

2002-10-22 Thread Tobias Höglund
Hi In my /usr/local/tomcat/jakarta-tomcat-4.1.12/RELEASE-NOTES-4.1.txt file I found the below: --- Symlinking static resources: --- Unix symlinks will not work when used in a web application to link resources located outside the web application

Re: DBCP logAbandoned parameter

2002-10-22 Thread Glenn Nielsen
DBCP logging and removal of abandoned connections works for me. Check all your logs, the stack traces should be there. If you don't find any stack traces post your DBCP xml config after obfuscating any sensitive data like passwords of course. Glenn [EMAIL PROTECTED] wrote: Hello, Ive

RE: REPOST: How to use JspC with ANT

2002-10-22 Thread jon wingfield
We're still using 4.0.x in production. We use(d) an ant/jspc target and got the same error message. It went away when I forked the java process: java classname=org.apache.jasper.JspC fork=yes failonerror=yes output=compile-jsp.log ... ;) -Original Message- From: Felipe Schnack

jiveLastVisited

2002-10-22 Thread Reynir Hübner
What is the cookie named jiveLastVisited for ? Is this something tomcat specific ? Thanx -reynir -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Symbolic Link

2002-10-22 Thread Ganesh.K.Rao
It does. But I simply couldn't hold of the details listing how and where I am suppose to use this attribute. I did try the following in server.xml without much success, Context path=/stuff docBase=stuff debug=0 reloadable=true crossContext=false Resources

re: symbolic linking

2002-10-22 Thread Alexander Piavka
Here is the patch i got from Torsten Fohrer that solves the bug with symbolic linking in 4.1.12 -- Forwarded message -- Date: Thu, 17 Oct 2002 17:16:14 +0200 From: Torsten Fohrer [EMAIL PROTECTED] To: 'Alexander Piavka' [EMAIL PROTECTED] Subject: AW: tomcat 4.1 does not resolve

Re: multiple servlet instances?

2002-10-22 Thread Jacob Kjome
Well, there still can be multiple instances. For instance, if you access the servlet in different ways. Every mapping of the servlet will beget a new instance. If you have a servlet class com.mycompany.MyServlet that you've given the name myservlet, then the following will beget two

Java version

2002-10-22 Thread Altug B. Altintas
Hi, I need j2sdk-1_3_1_03-windows-i586.exe because of nohup bug, formally i need java1.3.1_01, java1.3.1_02 or java1.3.1_03 for windows.. I couldn't find these releases on java.sun.com, any one who know the exact URL of these relases ?? Regards Altug. -- To unsubscribe, e-mail:

Re: Java version

2002-10-22 Thread Jean-Francois Arcand
http://java.sun.com/j2se/1.3/ -- Jeanfrancois Altug B. Altintas wrote: Hi, I need j2sdk-1_3_1_03-windows-i586.exe because of nohup bug, formally i need java1.3.1_01, java1.3.1_02 or java1.3.1_03 for windows.. I couldn't find these releases on java.sun.com, any one who know the exact URL of

RE: Java version

2002-10-22 Thread Javier Rodriguez
Try this: http://java.sun.com/webapps/download/AutoDL?BundleId=7083 But this is only the JRE 1.3.1_05... -Mensaje original- De: Altug B. Altintas [mailto:altuga;riskturk.com] Enviado el: martes, 22 de octubre de 2002 15:30 Para: Tomcat Users List Asunto: Java version Hi, I need

Re: DBCP logAbandoned parameter

2002-10-22 Thread Mehdi . Nejad
sounds like I may have missed something here.. What dbcp xml config ? I have seen no reference to such a file before. Cheers, Med Glenn Nielsen

Re: log4j stability and compatibility ???

2002-10-22 Thread Jacob Kjome
Well, Apache2 is native code and Log4j is for debugging in Java, so Apache2 is pretty irrelevant. It should work fine in Tomcat as long as you put log4j in the WEB-INF/lib of each webapp that you want debugging in. Log4j needs to log in its own universe. Putting it in a global classloader

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

2002-10-22 Thread Jacob Kjome
Check out conversion patterns in pattern layout. Here is a sample from my log4j config file: layout class=org.apache.log4j.PatternLayout param name=ConversionPattern value=%-4r [%t] %-5p %c %x - %m%n/ /layout You can define any layout you want using the PatternLayout.

RE: Java version

2002-10-22 Thread WATKIN-JONES,ADAM (HP-UnitedKingdom,ex1)
Try the archive at http://java.sun.com/products/archive/index.html :) -Original Message- From: Altug B. Altintas Sent: 22 October 2002 14:30 Hi, I need j2sdk-1_3_1_03-windows-i586.exe because of nohup bug, formally i need java1.3.1_01, java1.3.1_02 or java1.3.1_03 for windows.. I

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

2002-10-22 Thread Umberto Nicoletti
I posted to this mailing list before with the subject: JK2 connector and virtual hosting, but got no answer. After some more reading through the ML archives and the documentation I eventually came up with a solution. Just to annoy some more people I wrote a little HOWTO ;-). Hope it will be

RE: Setting up multiple ports HOWTO?

2002-10-22 Thread Brett Neumeier
Josh G wrote: Hi, I was wondering if there's a simple way to have one instance of tomcat run two different applications, each on the root of a different port? Ie I'd like to run a test application on 8080, and a development app on 8081 or some such, preferrably without two tomcat

Help Needed

2002-10-22 Thread Ujwal Oswal
I am getting this exception in the tomcat logs directory when I am running tomcat4.1.12. I am not able to run my existing application because of this. Please help. 002-10-22 10:24:33 HostConfig[localhost]: Deploying web application directory tomcat-docs 2002-10-22 10:24:33

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

2002-10-22 Thread Michael Bowman
Does anyone know whether I can make multiple, different JNDI references to the same connection pool? I am using DBCP for the pooling. Thanks. Michael Bowman -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail:

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

2002-10-22 Thread Fabio Marsilio
Hi all, I have configured tomcat (4.0.5) with more (virtual) hosts. If I want to manage the apps of those virtual hosts with tomcat app manager, I must create a manager application inside every virtual host. so for example, to manage the applications of virtualhost1.com I must use the URL

Tomcat Connection Pooling

2002-10-22 Thread Lior Shliechkorn
Can someone please send me a link for reading information about Tomcat connection pooling? Thanks, lior - Do you Yahoo!? Y! Web Hosting - Let the expert host your web site

RE: Tomcat Connection Pooling

2002-10-22 Thread Steltner, Jorn HTC/DE/ESS
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: Dienstag, 22. Oktober 2002 16:55 To: Tomcat Subject: Tomcat Connection Pooling Can someone please send me a

re: symbolic linking

2002-10-22 Thread Ganesh.K.Rao
Even the patch doesn't fix my problem. I guess I have not explained my problem clearly. To be clear, I do not have my context outside ${TOMCAT_HOME}/webapps. But ${TOMCAT_HOME}/webapps/stuff/WEB-INF/classes directory is a symbolic link. My problem is, the classes underneath this symbolic link are

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

2002-10-22 Thread Donie Kelly
Can you update the HOW-TO to show how we could use SSL on all the virtual hosts, each with separate certificates and all listening on port 443 (different IP's of course). That would make me v. happy :) Thanks Donie -Original Message- From: Umberto Nicoletti

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. script

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

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 -

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

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 Subject:

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 wrote: On

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

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

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: mailto:tomcat-user-unsubscribe;jakarta.apache.org For

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 so I can

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 instances.

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 whether I

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? Hi all, I

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

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

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,

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: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

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

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 PROTECTED]

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: 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:

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 the

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 . . . .

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.

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) Files ~ \.properties$ Order allow,deny Deny from all Satisfy All /Files Directory ~ /WEB-INF/ Order

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!

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

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## IfModule !mod_jk.c LoadModule

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

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

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 Location * directives. * * This is used if you want to use the

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: 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

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

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

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 hosts. If

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 directory,

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 printf, it's

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

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: [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 the

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

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

  1   2   >