Are there any successful website using Apache Tomcat + MySQL + Windows OS?

2003-06-16 Thread Denis
Just curious about the scalibility of this combination. - Denis

errors building the 1.2.4 jk connectors: tarball missing required files/dirs???

2003-06-16 Thread stephan beal
Good morning, Tomcatters, i'm attempting to build the 1.2.4 release of the jk connectors, and i'm running into the problems described below. i eventually got the tree to build, but only by jumping through a lot of hoops. This post, therefore, can be considered both a question about why the

file/dir creation from servlet wrong?

2003-06-16 Thread Bill Ataras
Running v4.1.24 on winxp. Using jdk1.4 Installed via the apache installation program jakarta-tomcat-4.1.24-LE-jdk14.exe From within a servlet the following code behaves weirdly: File fl = new File(blah/blah/blah); fl.mkdirs(); fl = new File(doh.txt); FileOutputStream out = new

RE: NoClassDefFoundError (error500) ... with external package

2003-06-16 Thread Alknaion
No ... i don't have any others jars ... and i didn't set classpath or other variables Thence i'm confused ... NoClassDefFoundError i retrieved by Jswat with remote debug ... and it was caught in servlet created from jsp file in tomcathomedir/work/standalone/localhost... On Sun, 15 Jun 2003

NoClassDefFoundError (error500) ... with external package (file Listings)

2003-06-16 Thread Alknaion
For better recognition Anna ### test.jsp ## %@ page language=java % %@ page import=java.util.*, java.io.*, java.net.*, java.text.*, java.lang.*, java.util.jar.*, headline.* % !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html

RE: NoClassDefFoundError (error500) ... with external package

2003-06-16 Thread Anna
No ... i don't have any others jars ... and i didn't set classpath or other variables Thence i'm confused ... I'm attaching sample for better recognition Anna ### test.jsp ## %@ page language=java % %@ page import=java.util.*, java.io.*,

Error Compiling JSP (JasperException, generated servlet has invalid syntax)

2003-06-16 Thread Thomas Henkel
Hi! I encounter the 'org.apache.jasper.JasperException: Unable to compile class for JSP ' error when trying to display a simple JSP. The JSP is just the 'Hello World' thing to ensure my installation is working. So no beans to be imported etc. All workarounds I read so far do not help. I made

Connecting IIS5 to Tomcat 4.1.24; 404 error when no 8080 port specification with localhost

2003-06-16 Thread Andreas Meyer
Hi I also hooked up the /examples context. Now http://localhost:8080/examples/jsp works fine but http://localhost/examples/jsp gives me (too) a 404 (The Page cannot be found) error. Funny: First it did work without specification of port 8080. Then - I don't know why - it did not anymore. How

Excuse me

2003-06-16 Thread Anna
This mails don't arrived yesterday coz i sent it from another accounts and now arrived ... Anna

Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
Hi there, New to the list, but with a hopefully simple question to answer. I'm currently trying to integrate Apache 1.3.6 and Tomcat 4.0.6 on a Solaris Unix box and have been following the instructions in the usual howto's on the jakarta site. However, there are several references to the

Java Blog

2003-06-16 Thread Stephen Ting
Dear Tomcat users, Where can i get an open source Java blog that i can deploy in my intranet? Thanks Regards, Stephen Ting

Re: Java Blog

2003-06-16 Thread Jason Bainbridge
On Mon, 16 Jun 2003 17:52, Stephen Ting wrote: Where can i get an open source Java blog that i can deploy in my intranet? G'day, 1. Go here: http://sourceforge.net/search/ Type in java blog, check the require all words box, press search. 2. click below:

RE: Java Blog

2003-06-16 Thread Reynir Hübner
Hi, You mean like freeroller.com or blojsome ?? Look for it in google or sourceforge... Hope it helps -reynir -Original Message- From: Stephen Ting [mailto:[EMAIL PROTECTED] Sent: 16. júní 2003 09:53 To: [EMAIL PROTECTED] Subject: Java Blog Dear Tomcat users, Where

placing jar file

2003-06-16 Thread Paridhi Bansal
Hi!! Mine is a normal servlet applet based web-based application where servlet is ionvoked from an html page link.The servlet throws a jar file containing the main applet class and the other files. As per the tomcat docs, i hve kept the servlet in WEB-INF/classes directory and the jar file

Re: placing jar file

2003-06-16 Thread Jason Bainbridge
On Mon, 16 Jun 2003 18:03, Paridhi Bansal wrote: Mine is a normal servlet applet based web-based application where servlet is ionvoked from an html page link.The servlet throws a jar file containing the main applet class and the other files. As per the tomcat docs, i hve kept the servlet in

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
Good evening Kevin. I think you might need to read a little further.. AFAIK there is a specific startup option for Tomcat to generate the .conf file for Apache, and that's assuming Tomcat 4.0 supports it Apologies for the vagueness but it's not a feature I've actually used. Norm -

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
Thanks for the reply. When you say you haven't used it, does that mean you don't run with Apache and Tomcat talking to each other, or just that you've found another way round it? Cheers, Kev. -Original Message- From: NormW [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 11:17 To: Tomcat

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
Good evening Kevin AFAIK Tomcat 4.1 doesn't have the auto configure option so I've never tried it personally; I get by with manual configuration. What module are you using? Mod_jk or md_jk2? Norm - Original Message - From: Thomas, Kevin [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
Norm, I'm planning on using the mod_jk module. I've been searching for info on the web about getting the two talking, there's plenty of info but no real, dummies guides. Mind you I don't suppose dummies like me should be tinkering with this stuff!! ;o) Kev. -Original Message- From:

Software caused connection abort

2003-06-16 Thread Nibu-SP Thomas
Hi, Pls help me resolve the below problem with tomcat 3.2 on solaris 8. I'm getting this error very often after I upgraded to solaris 8 thanks in advance ... java.net.SocketException: Software caused connection abort at java.net.PlainSocketImpl.socketAccept(Native Method) at

Re: Error Compiling JSP (JasperException, generated servlet has invalidsyntax)

2003-06-16 Thread Tim Funk
You have blocks { .. } that are not matching or you have a catch without the an appropriate try. Look at C:\Development\eclipse\workspace\TestTomcat1\work\org\apache\jsp\test_jsp.java and backtrack the coding error to your jsp. -Tim Thomas Henkel wrote: Hi! I encounter the

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
Good evening (here)... how's Monday going? What platform are you running Apache and Tomcat on, and will they be on the same or different machines? Nothing wrong with 'dummies' doing this sort of stuff if the documentation was okay; how many people know how are a car or TV works and they're used

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
Monday is as usual, a struggle! The excesses of the weekend are taking their toll...grin. I'm running both on the same machine, Sun boxes running Solaris 8, if that helps any. Nothing wrong with 'dummies' snip Very true! -Original Message- From: NormW [mailto:[EMAIL PROTECTED] Sent: 16

I get an exception when i stop tomcat ?

2003-06-16 Thread Abid Ali Teepo
Hi I get a java.net.BindException : Cannot assign requested address when i stop tomcat. I have only installed it yet and done nothing else then a start and a stop. The version is 4.1.24. I use the start and stop scripts that are included in the installation. Everything works, i can see the

RE: I get an exception when i stop tomcat ?

2003-06-16 Thread Thomas, Kevin
Hi there. It looks by the output that Tomcat isn't even managing to start properly but you say you managed to see the start page? The log doesn't show any indication of tomcat actually being started completely. You would expect (I think) something like: [INFO] Registry - -Loading registry

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
Just a tad too quick with the 'send'... mod_jk or mod_jk2? If you don't have a preference, go with mod_jk... it has only recently been updated and if you get auto config working, it only supports jk anyway. There are slots at Jakarta for the binaries for mod_jk for different versions of Solaris

Re: placing jar file

2003-06-16 Thread Paridhi Bansal
Hi Thanx for ur reply..i got ur point ..what u mean to say is that jar file has to be kept at two places- one for the interanl tomcat use and other for the client?? ...but isn't it that the servlet throws the jar to the client once for all. and once client browser has the jar file, then

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
LOL... I have to say given my work situation that I'm using the ready-made varieties :O). I'm planning on using mod_jk, that seems to be the flavour of choice at the moment. I've downloaded the .so and placed it in my libexec directory. I'm currently following some instructions on

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread stephan beal
On Monday 16 June 2003 13:20, NormW wrote: Just a tad too quick with the 'send'... mod_jk or mod_jk2? If you don't have a preference, go with mod_jk... it has only recently been updated and if you get auto config working, it only supports jk anyway. There are slots at Jakarta for the binaries

Re: placing jar file

2003-06-16 Thread Jason Bainbridge
On Mon, 16 Jun 2003 19:22, Paridhi Bansal wrote: Hi Thanx for ur reply..i got ur point ..what u mean to say is that jar file has to be kept at two places- one for the interanl tomcat use and other for the client?? ...but isn't it that the servlet throws the jar to the client once for

RE: I get an exception when i stop tomcat ?

2003-06-16 Thread Abid Ali Teepo
Hi again Yes, i'm sure that tomcat starts up properly and i can see the start page as well as other pages linked fom there. I have been using tomcat for a while, i just reinstalled it today and got this error when i stopped. But i have never seen all the attribute info you have written ?? I'm

Tomcat doesn 't stop in AIX

2003-06-16 Thread Martin Arpon
Hi, this is the envirnonment: AIX 5.2 64 bits IBM java sdk 1.4 64 bits (/usr/java14_64) Tomcat 4.1.24 The problem: when I try to stop it with shutdown.sh, all seems right, no error or exception, but the process is still there and the port open (although tomcat is not serving pages anymore).

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
Good evening Kevin. Takes my cue! What they are configuring there are the example applications that come with Tomcat read what you can of the Tomcat docs once you get Apache and Tomcat working and 'see' how straight-forward the setup actually is... a bunch of settings that tell Apache what to

Re: Tomcat doesn 't stop in AIX

2003-06-16 Thread Tim Funk
Can you kill the JVM to get a stack dump? (Not sure how this works with the IBM jvms.) -Tim Martin Arpon wrote: Hi, this is the envirnonment: AIX 5.2 64 bits IBM java sdk 1.4 64 bits (/usr/java14_64) Tomcat 4.1.24 The problem: when I try to stop it with shutdown.sh, all seems right, no error

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
Norm. I used the basic format that being offered on that website to understand what changes were required. After following them (making my own tweaks to ensure correct paths etc), I attempted to restart Apache and got the following: Syntax error on line 233 of

Re: Tomcat doesn 't stop in AIX

2003-06-16 Thread Martin Arpon
--- Tim Funk [EMAIL PROTECTED] escribió: Can you kill the JVM to get a stack dump? (Not sure how this works with the IBM jvms.) I 'm not sure what you mean. I can generate a coredump of the executing process, but I don 't know what to do with the resulting memory dump (44 Mb). If you can

RE: Java Blog

2003-06-16 Thread Angus Mezick
Blojsom.sf.net -Original Message- From: Stephen Ting [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 5:53 AM To: [EMAIL PROTECTED] Subject: Java Blog Dear Tomcat users, Where can i get an open source Java blog that i can deploy in my intranet? Thanks Regards,

Re: Running Tomcat3 on port 80

2003-06-16 Thread John Turner
Well, errors are generally bad. John On Fri, 13 Jun 2003 14:17:31 -0700, [EMAIL PROTECTED] wrote: Ok, thanks. Changing TOMCAT_USER in tomcat3.conf to 'root' did the trick, eventually. I had errors in several chown commands during the setup for start. I just commented them out, since there

Re: Tomcat doesn 't stop in AIX

2003-06-16 Thread Tim Funk
Sorry - right after I hit the send button - I realized my wording was incorrent. For SUN jvms (on unix) you can typically kill -s HUP java_pid which will perform a dump of all existing threads to standard output. Each thread will be listed with its own stacktrace as well as if it is a daemon

Re: JSP refusing to respond, static html pages load up fine

2003-06-16 Thread John Turner
Wait, you have it running? What do you need the binary for? John On Sun, 15 Jun 2003 08:44:15 +0900, Wayne Chang [EMAIL PROTECTED] wrote: Hi, Once in awhile I catch my website not responding to jsp's, but loading up html files fine. It would mysteriously appear, and just as mysterious, it

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread NormW
Still at it? Good evening Kevin. I think it's saying your LoadModule line in httpd.conf needs a tweak. It should read: LoadModule jk_module libexec/mod_jk-1.3-etc Norm - Original Message - From: Thomas, Kevin [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, June

Re: tomcat4 shutdown problem

2003-06-16 Thread John Turner
Not that I know of. I've never seen it on Red Hat, though, 7.x or 9. John On Mon, 16 Jun 2003 10:08:49 +0800, unplug [EMAIL PROTECTED] wrote: John, I am using Redhat7.3. It still has that error. Does it any affect for the applications if this error exists? unplug John Turner wrote: AFAIK,

Re: Environment variables

2003-06-16 Thread John Turner
It does not use catalina.bat. If you look in catalina.bat, you will see the same command line used in your menu shortcut. Change your menu target to include the -Dmy.var.name=my.var.param. John On Mon, 16 Jun 2003 11:45:23 +1000, Chisholm, Paul [EMAIL PROTECTED] wrote: I am using 4.1.24 in

Re: Running Tomcat3 on port 80

2003-06-16 Thread Ben Souther
Just a word of caution. Running Tomcat as root can be a pretty serious security hole. Anyone who can put a put a JSP file onto your server can run java programs as root. Since Java can execute shell commands, you've pretty much opened the door for someone to run anything they want. If multiple

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
Hi - Tomcat doesn't write out the file unless you modify server.xml to include Listener elements, one for each Server you have defined, and one for each Host you have defined. More info in my HOWTOs: http://www.johnturner.com/howto (search for Listener), and there is an example of the

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
Tomcat 4.1 most definitely supports the auto configuration option. John On Mon, 16 Jun 2003 20:32:22 +1000, NormW [EMAIL PROTECTED] wrote: Good evening Kevin AFAIK Tomcat 4.1 doesn't have the auto configure option so I've never tried it personally; I get by with manual configuration. What

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
The whole process, step by step: http://www.johnturner.com/howto Also: http://tomcatfaq.sourceforge.net/apache.html John On Mon, 16 Jun 2003 03:47:32 -0700, Thomas, Kevin [EMAIL PROTECTED] wrote: Norm, I'm planning on using the mod_jk module. I've been searching for info on the web about

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
Solaris HOWTO: http://www.johnturner.com/howto John On Mon, 16 Jun 2003 21:20:19 +1000, NormW [EMAIL PROTECTED] wrote: Just a tad too quick with the 'send'... mod_jk or mod_jk2? If you don't have a preference, go with mod_jk... it has only recently been updated and if you get auto config

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
Complete HOWTO, step by step: http://www.johnturner.com/howto John On Mon, 16 Jun 2003 21:53:45 +1000, NormW [EMAIL PROTECTED] wrote: Good evening Kevin. Takes my cue! What they are configuring there are the example applications that come with Tomcat read what you can of the Tomcat docs

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
John, I read your website instructions previously, most helpful. Thanks. I'm almost there, I can sense it! ;O) I'm getting output now, as you pointed out called mod_jk.conf. So that's a step in the right direction: I only have to contend with this error now: Syntax error on line 233 of

Restart program

2003-06-16 Thread Petter Bengtsson
Hello experts, I'm working with an application in Tomcat and SOAP and I have trouble solving one part. The thing that I need to to is to be able to run a program on certain time intervall for example once every 15 seconds. How do I solve this the best way? Best regards /Petter

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
No, its saying that the wrong (incompatible) .so file is being used. Apache 1.3.6 is ancient...I doubt any of the JK sources will work with it, and there have been 21 revisions to the 1.3 source since (currently at 1.3.27). If 1.3.6 isn't a typo, you should first and foremost upgrade your

RE: Restart program

2003-06-16 Thread Reynir Hübner
Hi, Write a ServletContextListener, that invokes a thread that runs the program on the specified interval. That way you can interrupt the thread when the context dies, etc. Hope it helps -reynir -Original Message- From: Petter Bengtsson [mailto:[EMAIL PROTECTED] Sent: 16. júní

Test To Tomcat User

2003-06-16 Thread Mahbub ul Huq Bin Kabir
_ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

ClassCastException

2003-06-16 Thread Anna
i solved problem with NoClassDefFoundError but i have other problem This program will use SimpleClassLoader. Load class : TestClass Not a system class. Load class : test.LocalModule Not a system class. Load class : java.lang.Object returning

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread stephan beal
On Monday 16 June 2003 14:56, John Turner wrote: No, its saying that the wrong (incompatible) .so file is being used. Apache 1.3.6 is ancient...I doubt any of the JK sources will work with it, and there have been 21 revisions to the 1.3 source since (currently at 1.3.27). If 1.3.6 isn't a

Configuring JK2 with Apache2.x Tomcat4.x

2003-06-16 Thread Mahbub ul Huq Bin Kabir
Hi There My name s Mahbub. We're recently trying to develop a system using Java so we use Tomcat4.1.18 and operating system is Win2000. Now we want to Configure Jk2 with Apache2.0.46 Tomcat 4.1.18. I tried to configure the Jk2 in apache tomact but could not. I'd Apache 2.0.43 installed,

Re: Running Tomcat3 on port 80

2003-06-16 Thread John Turner
Yeah, maybe we do need a separate list. Or a daily posting here that says LOOK HERE FOR INTEGRATION HELP. I'm working on a virtual hosting HOWTO right now, thanks to a couple generous donations, both JK and JK2. Once that is done, the only thing I can think of that might need to really be

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
If the 1.3.6 in your pathname isn't a typo, my guess is you are out of luck. Apache 1.3.6 is absolutely ancient. You'll need 1.3.2x (.22?) or better for JK, or the ability to hack the JK source to make it work with older versions of Apache, which might be next to impossible. If the 1.3.6

Re: Restart program

2003-06-16 Thread John Turner
...and once you have the Listener, you'll probably want to review this URL: http://java.sun.com/docs/books/tutorial/essential/threads/timer.html John On Mon, 16 Jun 2003 12:53:45 -, Reynir Hübner [EMAIL PROTECTED] wrote: Hi, Write a ServletContextListener, that invokes a thread that runs

RE: Embedding Tomcat with Java App and JRE only

2003-06-16 Thread Shapira, Yoav
Howdy, Yes with two big BUTs: 1. You will no longer have the tomcat stated requirements, i.e. you will not have a standard usage of embedded tomcat, making it harder for you to receive accurate support for your questions. 2. You will of course lose the ability to deploy new JSPs to your app ;)

Re: RE: Restart program

2003-06-16 Thread Petter Bengtsson
Hi, That sounds great does anyone have any code examples or know where to find it? That would really help me to see structure and so on beacause I'm rookie when it comes to java programing. Best regards /Petter - Original Message - From: Reynir Hbner [EMAIL PROTECTED] Date: Monday,

RE: JNDI DataSource

2003-06-16 Thread Shapira, Yoav
Howdy, Now, it works only if I put both the Resource and Resource-params tags inside the Context element of my application. I find this rather limiting, because most of the time, I don't wanna create a Context element for my application. I think there must be some other way to do this, but I

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
Hmm, got this error while using mod_jk-1.2.2.so Syntax error on line 233 of /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.6/conf/httpd.conf: Cannot load /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.6/libexec/mod_jk-1.2 .2.so into server: ld.so.1:

[OFF-TOPIC] How to build the mod_ssl.so for Windows

2003-06-16 Thread Jeremy Nix
Does anyone have a comprehensive set of directions for how to build mod_ssl.so for the windows platform, including any directions necessary for building openssl (if required). I'm just getting lost in this mess. _ Jeremy Nix Senior Application Developer Southwest Financial Ltd.

j_security_check issues - Tomat 4.1.18/Win2k

2003-06-16 Thread Lior Shliechkorn
hello, p I am implementing Tomcat security for my webapp, and I'm running into some issues that worked last time I was playing with the app. I'm following the example from the Apache Tomcat Security book, and it worked fine (which was a week ago and I haven't touched it since). p Now I'm back

RE: OFFTopic: Jsp vs velocity templates

2003-06-16 Thread Shapira, Yoav
Howdy, Of course, it would be possible to come up with a test page that heavily favors one product, e.g. by iterating in a particular way over a particular collection. As always, caution reigns supreme with performance comparisons ;( Yoav Shapira Millennium ChemInformatics -Original

RE: ClassCastException

2003-06-16 Thread Cox, Charlie
you need to set your classloader's parent to the current classloader. Have you reviewed Tomcat's classloader document so that you understand how tomcat works before trying to load your own classes? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Is there a reason to do

RE: RE: Restart program

2003-06-16 Thread Shapira, Yoav
Howdy, That sounds great does anyone have any code examples or know where to find it? That would really help me to see structure and so on beacause I'm rookie when it comes to java programing. See the JavaDoc for javax.servlet.ServletContextListener, and the java.lang.Thread class. A skeleton

RE: Reloading a webapp?

2003-06-16 Thread Shapira, Yoav
Howdy, Use the Manager app. See http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html Yoav Shapira Millennium ChemInformatics -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 3:17 PM To: Tomcat Users List Subject: Reloading a

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
Can you tell us what platform you're using? Can you confirm exactly what Apache version you have? JK and JK2 are Apache version sensitive. You could easily spend many hours trying various binary files without results because of incompatibilities. If you tell us what you need, we can help

Re: JSP Compiler output?

2003-06-16 Thread Noel Rappin
I did. Doesn't seem to be there. Is there a setting I'm missing? Noel Tim Funk wrote: Check localhost_log.xxx -Tim Noel Rappin wrote: We're porting an application from JRun to Tomcat, and we're having one large issue... When a JSP compile fails on the Tomcat Server, the log message just

ClassNotFoundException

2003-06-16 Thread Guus Holshuijsen
Hi! I checked the mailing archive and found some mail but never any answers. Here goes I use the following software: + Tomcat 4.1.24 or Tomcat 4.0.6 + mysql-connector-java-3.0.8-stable-bin.jar (in the $CATALINE_HOME/common/lib) + MySQL database server 3.23.51 + my own web application below

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
John, Thanks for being patient so far! Doing a uname -a on the server gives: SunOS xxx.xxx.xxx.xxx 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-Enterprise I've just downloaded 1.3.26 and I'm about to install that. Did have 1.3.6 (not .26). Cheers, Kev. -Original Message- From: John

Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread Ben Souther
After that, a separate list might be overkill. It seems to me that integrating Tomcat with Apache and/or IIS has been and most likely always will be a moving target. I did it with Tomcat 3x a couple years ago and the process seems to be different now. Has the process stabilized at all?

RE: ClassNotFoundException

2003-06-16 Thread Shapira, Yoav
Howdy, I use the following software: + Tomcat 4.1.24 or Tomcat 4.0.6 Let's stick to one ;) Tomcat 4.1.24. When the web application tries to read the blob from the database a ClassNotFoundException is thrown in the com.mysql.jdbc.ResultSet.getObject method while wading the object input

RE: Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread Shapira, Yoav
Howdy, Has the process stabilized at all? I've put off the the integration until our app is closer to being released because I didn't want to spend a lot of time on it just to find out that the process has changed after I finished. Does anyone know if there has been talk of enabling the Tomcat

Re: JSP Compiler output?

2003-06-16 Thread Tim Funk
It should be somewhere into the $TOMCAT_HOME/logs/ directory. If its not ... - If your running windows service - is it in an event log? (guessing) - Is your server.xml writing to any other logs files? - Is your JSP/servlet/webapp /... eating the exception and not logging? (Which would be odd,

Re: ClassNotFoundException

2003-06-16 Thread Jason Bainbridge
G'day, Would help if you gave more details about the actual error like the class that can't be found. :) Regards, -- Jason Bainbridge http://jblinux.org On Mon, 16 Jun 2003 21:05, Guus Holshuijsen wrote: Hi! I checked the mailing archive and found some mail but never any answers. Here

Re: Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread John Turner
So it's possible? I'd love to be part of the effort if it isfor some reason, I didn't think it was. John On Mon, 16 Jun 2003 10:15:14 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, Has the process stabilized at all? I've put off the the integration until our app is closer to

Re: Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread John Turner
Well, the process has been stable for nearly a year, because my answers haven't changed any. ;) John On Mon, 16 Jun 2003 10:09:03 -0400, Ben Souther [EMAIL PROTECTED] wrote: After that, a separate list might be overkill. It seems to me that integrating Tomcat with Apache and/or IIS has been

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
Latest issue is: ld.so.1: /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.26/bin/httpd: fatal: libpthread.so.1: version `SUNW_1.2' not found (required by file /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.26/bin/httpd) Killed bin/apachectl start: httpd could not be started

Re: JSP Compiler output?

2003-06-16 Thread Noel Rappin
The localhost file is there, but the JSP compiler messages are not winding up there -- we're getting a message in the app file saying that there was a compilation failure, but not the compiler message saying where and what the failure is. We're running on linux, log4j is in the application

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
OK, cool. Solaris 2.6 might be a little iffy for the GNU tools, so you'll probably want to stick with binaries. I had a heck of a time getting mod_jk to build on Solaris 2.7, my guess is it wouldn't be any better with 2.6. .27 is preferred, but I won't be picky. You can check my Solaris 7

RE: Is possible to run JAX-RPC under Tomcat?

2003-06-16 Thread Gustavo Cebrian
Can you give me a good example of when could I use JAX-RPC? Thanks in advance. Gustavo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
Can you build things from source? Does your Solaris box have all of the latest patches? Where did you get 1.3.26? There's a 1.3.27 at http://www.sunfreeware.com for Solaris 2.6. John On Mon, 16 Jun 2003 07:25:51 -0700, Thomas, Kevin [EMAIL PROTECTED] wrote: Latest issue is: ld.so.1:

RE: Separate List (FKA: Re: Running Tomcat3 on port 80)

2003-06-16 Thread Shapira, Yoav
Howdy, So it's possible? I'd love to be part of the effort if it isfor some reason, I didn't think it was. Nothing is impossible technically ;) It's just varying degrees of cleanliness. Tomcat just runs inside a JVM, not much to do there in so far as root privileges. But there are many

Re: JSP Compiler output?

2003-06-16 Thread Tim Funk
In log4j - try turning up logging for jasper, (for example in log4j.properties) log4j.category.org.apache.jasper=info -Tim Noel Rappin wrote: The localhost file is there, but the JSP compiler messages are not winding up there -- we're getting a message in the app file saying that there was

errors on shutdown, failed request

2003-06-16 Thread Frank McCreedy
Maybe this should go do dev list, sorry if I post to wrong one. I having a couple of problems with Tomcat. I'm running it as a service on windows 2000. Here are the versions: Apache 2.0.44 mod jk 2.0.2 Tomcat 4.1.18 First problem: When a request fails (I'm doing post requests) because the

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
LOL...you've probably already anticipated the answer to the first question...No, I'm afraid I can't build from source. 1.3.26 came from apache.org. I don't have access to pkgadd so 1.3.27 from sunfreeware is not an option (I don't think). -Original Message- From: John Turner

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
Well, I think you may be stuck. Your last error is regarding libpthread.so, which is not Tomcat related, or even Apache/Mod_JK related. You can looking for libpthread.so* and symlinking whatever you find to the file that the error message mentions. I'm curious, though...you want to run

2 NIC's one tomcat instance

2003-06-16 Thread Luc Foisy
OS - Some form of RedHat Tomcat - 4.1.18+ Currently we have one NIC on this server. Users direct their browswers to a web address (located at clients ISP, we store the graphics here, since they have a way bigger pipe) and the browser is redirected to the clients server to IPAddress:port

RE: ClassNotFoundException

2003-06-16 Thread Euan Guttridge
Check if your MySql driver requires an LD_LIBRARY_PATH addition (and is accessible to the tomcat shell). We had the same error and issue with Oracle thick client and tomcat on Linux. -Original Message- From: Guus Holshuijsen [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 14:06 To: [EMAIL

RE: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Thomas, Kevin
Actually, I don't have it installed as root at all, no permissions to do so, it's a long story involving politics and it's only a dev box. :O) -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 16 June 2003 16:01 To: Tomcat Users List Subject: Re: Question regarding

display tag

2003-06-16 Thread Mark F
Why can I not do the following: display:table name=results width=55% pagesize=15 cellpadding=3 cellspacing=0 border=0 requestURI=%= request.getContextPath() %/results.do summary=Table summary blah blah ? Am I doing something wrong, what other option would I have besides hard-coding in the

Re: JSP Compiler output?

2003-06-16 Thread Tim Shaw
When tools I use eat (or re-translate) messages I want, I tend to try getting the same behaviour without the tool ... Have you tried pre-compiling the JSP's? G'luck tim Tim Funk wrote: In log4j - try turning up logging for jasper, (for example in log4j.properties)

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread John Turner
Well, you may be stuck...the libpthread error indicates a problem with system libraries...implies the need for an admin. John On Mon, 16 Jun 2003 08:10:37 -0700, Thomas, Kevin [EMAIL PROTECTED] wrote: Actually, I don't have it installed as root at all, no permissions to do so, it's a long

RE: ClassCastException

2003-06-16 Thread Anna
i need to do some kind of dynamic plugin managment ... i retrieve files from directory .. and extract names ... after that i use these names to load classes dynamicaly ... i catched article what did you post ... but i have some problems with this ... could you plz explain me how i can set my

Re: Question regarding tomcat-apache.conf file.

2003-06-16 Thread Jason Bainbridge
On Mon, 16 Jun 2003 23:16, John Turner wrote: Well, you may be stuck...the libpthread error indicates a problem with system libraries...implies the need for an admin. John Well going by a Quake FAQ of all things: http://www.planetquake.com/eclipse/q2bug.shtml It would seem the version of

Urgent

2003-06-16 Thread anup sinha
Hello, This is Anup Kumar Here.I want to know how i will run both servlet and JSP pages in tom cat 4.0. How i will configure server.xml and where. Thanks Anup Kumar SMS using the Yahoo! Messenger;Download latest version.

  1   2   >