[dbcp] Call Oracle stored procedure via DBCP?

2004-12-01 Thread Sergey Karpov
During a call of stored procedure through DBCP there is a mistake of reduction of type: java.lang.ClassCastException server.xml ?xml version=1.0 encoding=UTF-8? Server debug=0 port=8081 shutdown=SHUTDOWN GlobalNamingResources Resource name=jdbc/IcIDB auth=Container

Server has been restarted or reset this connection!!

2004-12-01 Thread akki
hi all my catalina.out file is filled with this enteries Dec 1, 2004 10:48:56 AM org.apache.jk.common.ChannelSocket processConnection INFO: Server has been restarted or reset this connection i m not getting whats wrong any clue Regards Akki Engineer ITX BHEL,HARDWAR Available at

RE: What's the defaukt Admin user id/password

2004-12-01 Thread Allistair Crossley
exactly. it's right under 2nd para Configuring Manager Application. people don't write documentation for the good of their health, they write it to explain these types of administrative features. if yoav or others spend time answering questions they already answered in documentation, then we

RE: UTF-8 Encoding in Jsp

2004-12-01 Thread Arnab Chakravarty
Hi, Thanks for the reply but it did not work. May be I didn't explain the problem correctly. I am running an application that supports all the languages but only in some specific places of the application and I have made those places UTF-8 complaint. Further, they are being saved to Database

Replication problem

2004-12-01 Thread Jury Levykin
I use tomcat 5.0.27 at SLES 8.1 Tomcat instances installed to two host and join to cluster. Session replication good working after server startup, but after 2 - 3 days I get problem with tomcat. In catalina.out have following lines: --- Nov 30, 2004 6:34:59 PM

RE: UTF-8 Encoding in Jsp

2004-12-01 Thread Allistair Crossley
Hi, These encoding issues are always a nightmare ;) There are some relevant areas of the Servlet spec you may want to look at wrt encoding, notably (Internationalization and Request data encoding). In terms of UTF-8 not coming back correctly from your database you need to ensure that when

Re: Multipe Tomcat instances

2004-12-01 Thread QM
On Tue, Nov 30, 2004 at 10:39:19PM -0500, Ryan Daly wrote: : How do you handle the server.xml and the other configuration? Do you : start Tomcat with an option to read a different config file, or do you : have separate installations of Tomcat for each and every webapp? If you search the archives

ssl configuration. 5.0.28

2004-12-01 Thread Pawson, David
server.xml shows !-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -- !-- Connector port=8443 maxThreads=150 minSpareThreads=25 maxSpareThreads=75 enableLookups=false disableUploadTimeout=true acceptCount=100 debug=0 scheme=https

Re: Need Clarification on Tomcat SSL Configuration....

2004-12-01 Thread QM
On Wed, Dec 01, 2004 at 11:14:31AM +0530, [EMAIL PROTECTED] wrote: : I have configured the Tomcat SSL Port for HTTPS. : Whenever I access the Web Page the Page Refreshes twice. : Need Help on this. Details, details, details: 1/ what are the Connector/ entries from your Tomcat setup? (for those

RE: ssl configuration. 5.0.28

2004-12-01 Thread Allistair Crossley
Hi There is no concept of definitive, only valid. Look at the connector reference for 5.0 and make your mind up about what suits your needs. The SSL specific attributes are also on this page. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html Cheers! Allistair -Original

Re: ssl configuration. 5.0.28

2004-12-01 Thread QM
On Wed, Dec 01, 2004 at 11:53:58AM -, Pawson, David wrote: : server.xml shows : [snip] Nothing leapt out at me in the excerpt you provided. : %catalina-home%/webapps/tomcat-docs/ssl-howto.html : Connector className=org.apache.coyote.tomcat5.CoyoteConnector : [snip] I recall the className

Re: Multipe Tomcat instances

2004-12-01 Thread Tim Funk
If you run tomcat in a cluster where all the webapps are identical, we use the exact same (copy) of server.xml for all the tomcat instances. So when one server.xml is changed - we copy it to all of the tomcat installations. Then we rely on variable substitution in server.xml for items which

RE: ssl configuration. 5.0.28

2004-12-01 Thread Pawson, David
-Original Message- From: Allistair Crossley There is no concept of definitive, only valid. Look at the connector reference for 5.0 and make your mind up about what suits your needs. The SSL specific attributes are also on this page.

RE: ssl configuration. 5.0.28

2004-12-01 Thread Pawson, David
-Original Message- From: QM : which is definitive/correct/better please? Or where is : the definitive list found? I'm not sure what you mean. What definitive list? The online Tomcat docs should be fine, It is, as Allistair pointed out. Tks. I'd

RE: ssl configuration. 5.0.28

2004-12-01 Thread Allistair Crossley
lol, that's a buffy-ism is it not ;) -Original Message- From: Pawson, David [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 12:33 To: Tomcat Users List Subject: RE: ssl configuration. 5.0.28 -Original Message- From: QM : which is

Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Bjørn T Johansen
I am thinging of upgrading our prod Tomcat server from 4.1.27 to 5.0.28 (or is 5.5.4 a safer bet?) and I was wondering if there would be any problems when upgrading? Anything particular I should think of? Regards, BTJ --

Re: Q: ISAPI filter for JK 1.2.7-beta Visual C++ requirements

2004-12-01 Thread David Boyer
Thanks! That did the trick. I have the latest version of Visual Studio .Net on another system, and it sounds like it'd be better to use to get the full logger features. [EMAIL PROTECTED] 12/1/2004 1:05:19 AM David Boyer wrote: I'm attempting to build this from source, and I'm getting several

Re: UTF-8 Encoding in Jsp

2004-12-01 Thread Andoni
I would recommend that you make the Entire Site UTF-8. The parts that are in English will still work no problem but I would really not try mixing the encoding for requests. The junk characters you are getting back are also not actually junk. You can work out what encoding is being used by

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Wade Chandler
Bjørn T Johansen wrote: I am thinging of upgrading our prod Tomcat server from 4.1.27 to 5.0.28 (or is 5.5.4 a safer bet?) and I was wondering if there would be any problems when upgrading? Anything particular I should think of? Regards, BTJ Personally I'm using 5.0.28 and I love it. I usually

tomcat 4.1 persistent jdbc session manager

2004-12-01 Thread Pieter Vandepitte
Hi, i have followed the steps as described in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/manager.html to create a jdbc based store: I have an oracle9 db where I created a table as following: create table bb_bb60.tomcat_sessions ( session_id varchar(100) not null,

Axis and Tomcat

2004-12-01 Thread Trond G. Ziarkowski
Hi, I use axis to connect to some webservices from my webapp. If the axis jar files are in WEB-INF/lib I can reload my app and everything is fine. But when I moved them to CATALINA_HOME/common/lib to shrink the size of my war file I get a NullPointerException (stack trace follows) when the

Re: Mime type not set for welcome files

2004-12-01 Thread Jerome Louvel
I forgot to mention that the issue described below is occuring with Tomcat 5.5.3 Any help would be appreciated! Jerome Jerome Louvel wrote: I have a web app with the following configuration: mime-mapping extensionxhtml/extension mime-typeapplication/xhtml+xml/mime-type

RE: SOLUTION Re: can't find javac tomcat 5.0.30 jdk1.5.0

2004-12-01 Thread Shapira, Yoav
Hi, Hmm Thanks for posting your findings and solution, and I'm glad it works for you now. Yoav Shapira http://www.yoavshapira.com -Original Message- From: D. Stimits [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 4:16 PM To: Tomcat Users List Subject: SOLUTION Re: can't

RE: Blank Page when using http://192.168.1.100/

2004-12-01 Thread Chirag
System jakarta-tomcat-5.5.2 IE 6.0 SP1 JDK 1.5   I am also facing the same problem   http://localhost/ works http://127.0.0.1/ works   but http://203.192.195.195/ not works   I get the following exception   INFO: JK2: ajp13 listening on /0.0.0.0:8009 Dec 1, 2004 7:17:38 PM

Re: Axis and Tomcat

2004-12-01 Thread Trond G. Ziarkowski
BTW, I am using Axis 1.1 and Tomcat 5.0.28 Trond - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Delivering JSPs without source

2004-12-01 Thread Shapira, Yoav
Hi, When Tomcat receives a request for .jsp page, isn't the first order of business to compare the date of the .jsp page against the .java file in the working directory, so Tomcat knows whether to re-translate and compile the .jsp page? For normal JSP pages, but not for pre-compiled ones.

RE: Axis and Tomcat

2004-12-01 Thread Shapira, Yoav
Hi, I use axis to connect to some webservices from my webapp. If the axis jar files are in WEB-INF/lib I can reload my app and everything is fine. But when I moved them to CATALINA_HOME/common/lib to shrink the size of my war file I get a NullPointerException (stack trace follows) when the

RE: Multipe Tomcat instances

2004-12-01 Thread Shapira, Yoav
Hi, Both Tim's and QM's approaches are viable, and I use them as well under certain circumstances. But by default I just have completely separate Tomcat installations. The only things they might share are the hardware, OS, and JDK, depending on the requirements. So while the CATALINA_BASE

RE: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Shapira, Yoav
Hi, I'd say go to 5.0.28 first. One major revision at a time ;) TOC? Table of Contents? Yoav Shapira http://www.yoavshapira.com -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 8:35 AM To: Tomcat Users List Subject: Re: Moving from

RE: ssl configuration. 5.0.28

2004-12-01 Thread Pawson, David
-Original Message- From: Allistair Crossley There is no concept of definitive, only valid. In which case the example in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html would seem to be wrong. Although it names a tomcat class, there is no such

Re: Q: ISAPI filter for JK 1.2.7-beta Visual C++ requirements

2004-12-01 Thread Mladen Turk
David Boyer wrote: Thanks! That did the trick. I have the latest version of Visual Studio .Net on another system, and it sounds like it'd be better to use to get the full logger features. Yes. I think that VC6 has done it's part of the job. One tip... You can use VC6 and download free vctoolkit

RE: ssl configuration. 5.0.28

2004-12-01 Thread Allistair Crossley
className is a common attribute of the Connector element. look at the common attributes table in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html can you post what you have used for the SSL Connector? have you checked localhost_log for errors after startup? cheers.

RE: ssl configuration. 5.0.28

2004-12-01 Thread Allistair Crossley
also .. please tell me you have removed the comments !-- -- from around your connector -Original Message- From: Pawson, David [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 14:08 To: Tomcat Users List Subject: RE: ssl configuration. 5.0.28 -Original

Re: JK/JK2 connector className?

2004-12-01 Thread Thomas Charles Robinson
Thanks, this really helps! Still not having much luck with my configs though :-( On Tue, 2004-11-30 at 09:20, Nikola Milutinovic wrote: Thomas Charles Robinson wrote: !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector

Re: Axis and Tomcat

2004-12-01 Thread Trond G. Ziarkowski
Thanks Yoav, I have tried shared/lib as well, and the result is the same. I don't *have* to do it, it's just that my connection to the server is so slow so I wanted to save time when uploading new versions ;) Trond - To

RE: Axis and Tomcat

2004-12-01 Thread Shapira, Yoav
Hi, I have tried shared/lib as well, and the result is the same. I don't *have* to do it, it's just that my connection to the server is so slow so I wanted to save time when uploading new versions ;) Perhaps for development you can use an unpacked WAR, set reloadable=true, and only upload the

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Wade Chandler
Shapira, Yoav wrote: Hi, I'd say go to 5.0.28 first. One major revision at a time ;) TOC? Table of Contents? Yoav Shapira http://www.yoavshapira.com -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 8:35 AM To: Tomcat Users List

weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Simone Pierazzini
Hi, I use URLClassLoader to create class loaders that manage jars in WEB-INF/classes In WEB-INF/classes I have many jars that are incompatible each other (they have different classes with the same name inside). Suppose I want to load the following files as resources from a classLoader: -

RE: ssl configuration. 5.0.28

2004-12-01 Thread Pawson, David
className is a common attribute of the Connector element. look at the common attributes table in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html Sorry. Missed that. can you post what you have used for the SSL Connector? Connector port=8443

Re: Axis and Tomcat

2004-12-01 Thread Trond G. Ziarkowski
Hi, Perhaps for development you can use an unpacked WAR, set reloadable=true, and only upload the relevant classes/jars as needed, instead of the whole WAR... I have this setup in dev environment, but I make weekly releases to the production server, sometimes twice a week depending on how many

RE: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Shapira, Yoav
Hi, I use URLClassLoader to create class loaders that manage jars in WEB- INF/classes In WEB-INF/classes I have many jars that are incompatible each other (they have different classes with the same name inside). I comment on the actual problem below, but if you don't mind me asking: why? This

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Wade Chandler
Simone Pierazzini wrote: Hi, I use URLClassLoader to create class loaders that manage jars in WEB-INF/classes In WEB-INF/classes I have many jars that are incompatible each other (they have different classes with the same name inside). Suppose I want to load the following files as resources from a

RE: ssl configuration. 5.0.28

2004-12-01 Thread Allistair Crossley
i just downloaded 5.0.30, uncommented the SSL Connector, generated a key with keytool -genkey -alias tomcat -keyalg RSA and started tomcat and the messages show 8443 is running. i requset localhost:8443 and I get a sequence of 10 squares, but it's certainly no 404 error. my connector is the

RE: ssl configuration. 5.0.28

2004-12-01 Thread Allistair Crossley
correction to my last post about SSL page returning squares .. I was requesting http. https://localhost:8443/ works for my suggestions with default tomcat page. -Original Message- From: Pawson, David [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 14:38 To: Tomcat Users List

RE: ssl configuration. 5.0.28

2004-12-01 Thread Allistair Crossley
actually, I notice you are using keystoreFile. are you certain when you ran keystore that you used -keystore parameter? it might well be that. i generated my key without using -keystore which tomcat looks at by default. try getting that working first. Allistair. -Original Message-

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Simone Pierazzini
On Wed, 1 Dec 2004 09:47:12 -0500, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, I use URLClassLoader to create class loaders that manage jars in WEB- INF/classes In WEB-INF/classes I have many jars that are incompatible each other (they have different classes with the same name inside).

Webapps Folder

2004-12-01 Thread Venkat Radha Venkataramanan
Hello: I am new to Tomcat and so forgive me if this question comes across as very elementary. I see that there are two webapps folders, one under Jakarta_HOME\Server and one under JAKARTA_HOME. The Manager Application is installed under Jakarta_HOME\Server\webapps while other applications

RE: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Shapira, Yoav
Hi, yes, I know, but I've to use those jars, and I didn't developed them :( OK ;) Unfortunate, but that happens... it should be but it isn't because tomcat does not make a copy, and the returned url is unresolvable. So you're saying the jar in $CATALINA_HOME/work is physically different than

RE: Multipe Tomcat instances

2004-12-01 Thread Ryan Daly
OK. I understand the separation point. I think as long as I can start separate instances by referencing a separate server.xml file, I'll do it that way. If I need to upgrade one web app, then I can split it out then. Thanks for the input. It's appreciated. -- On Wed, 2004-12-01 at 09:05,

RE: Webapps Folder

2004-12-01 Thread Shapira, Yoav
Hi, We are trying to distinguish those webapps which are tightly coupled with the Tomcat server and its implementation from normal user webapps. For all intents and purposes, users should ignore server/webapps and never touch it. Put all your apps and do your development in

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Simone Pierazzini
On Wed, 01 Dec 2004 09:49:33 -0500, Wade Chandler [EMAIL PROTECTED] wrote: I never try to use relative paths in getResource. I always do this getResource(/pippo.jar); Also, I usually pick a class in my package that I know will certainly be in my web-app classes folder or one of it's jars.

RE: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Cox, Charlie
-Original Message- From: Simone Pierazzini [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 9:37 AM To: [EMAIL PROTECTED] Subject: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes Hi, I use URLClassLoader to create class loaders that manage jars in WEB-

RE: ssl configuration. 5.0.28

2004-12-01 Thread Pawson, David
-Original Message- From: Allistair Crossley correction to my last post about SSL page returning squares .. I was requesting http. https://localhost:8443/ works for my suggestions with default tomcat page. And works for me sigh/ I was

RE: Webapps Folder

2004-12-01 Thread Venkat Radha Venkataramanan
Yoav: The admin application is to be installed in the Jakarta_Home/Server/webapps directory, right? The reason I am asking you this is after installing it there, it is not listed in the Applications list on the Tomcat Manager application and if I do http://127.0.0.1:8080/admin/; I get the

RE: ssl configuration. 5.0.28

2004-12-01 Thread Pawson, David
actually, I notice you are using keystoreFile. are you certain when you ran keystore that you used -keystore parameter? it might well be that. i generated my key without using -keystore which tomcat looks at by default. try getting that working first. On win2k, so the

RE: ssl configuration. 5.0.28

2004-12-01 Thread Shapira, Yoav
Hi, Now how do I close down the http://localhost/ port, just remove the port 80 connector? Yeah. Another tiny step forward. That's how progress is made, right? Neil Armstrong et al... Yoav Shapira http://www.yoavshapira.com This e-mail, including any attachments, is a confidential

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Simone Pierazzini
On Wed, 1 Dec 2004 10:11:49 -0500, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, it should be but it isn't because tomcat does not make a copy, and the returned url is unresolvable. So you're saying the jar in $CATALINA_HOME/work is physically different than the one in your WEB-INF/lib

Fedora Core 3

2004-12-01 Thread Matt Bathje
Hey all - I searched around on mail-archive and google for a bit and couldn't find anybody mentioning that they upgraded their Tomcat machines to use Fedora Core 3 yet. Has anybody done so? Any issues with Java or Tomcat after the upgrade? Thanks, Matt

RE: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Mike Curwen
We've recently been writing the 'next version' of our main application, and the decision was made to target TC 5.0.x, up from 4.1.x. We experience no major difficulties in making that move, thouogh there can be a few gotchas. The one thing we noticed that changed (for the better) was error page

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Simone Pierazzini
Hi, I use URLClassLoader to create class loaders that manage jars in WEB- INF/classes In WEB-INF/classes I have many jars that are incompatible each other (they have different classes with the same name inside). Wouldn't it be much easier to unjar and re-jar with only the classes

RE: ssl configuration. 5.0.28

2004-12-01 Thread Allistair Crossley
my pleasure, i always make them and sometimes things work that way ;) -Original Message- From: Pawson, David [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 15:23 To: Tomcat Users List Subject: RE: ssl configuration. 5.0.28 -Original Message- From:

Windows service and multiple instances

2004-12-01 Thread Wouter De Vaal
Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion for this? Regards, Wouter de Vaal

RE: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Shapira, Yoav
Hi, yes... and no. when you ask for non-jar resources, the returned url points to the correct path (inside context directory, and tomcat doens't need to copy them). When you ask for jar resources, the returned url points to a directory inside $CATALINA_HOME/work, but Tomcat does not copy

Re: Problems with deployment process using Eclipse + Ant + Tomcat

2004-12-01 Thread Paul Christmann
We use ant build scripts (launched from eclipse, anthill, command prompts, just about anywhere) to deploy webapps to Tomcat and it works fine for us. But we did have difficulties when we started doing so. We are currently using Tomcat 5.0.28; we've done it for a long time on Tomcat 4.1;

RE: Windows service and multiple instances

2004-12-01 Thread Hubble, Christopher
You need to install the second service manually. How you do this depends on which version of Tomcat you're running. Chris -Original Message- From: Wouter De Vaal [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 10:38 AM To: [EMAIL PROTECTED] Subject: Windows service and

Re: Windows service and multiple instances

2004-12-01 Thread Mladen Turk
Wouter De Vaal wrote: Hi, I've read enough about having multiple tomcat instances. However when using windows, the installer won't create a second windows service for starting and stopping the second tomcat installation. Has anyone have a solution/suggestion for this? cd %TOMCAT1_HOME%\bin

RE: Windows service and multiple instances

2004-12-01 Thread Shapira, Yoav
Hi, You can use the service.bat wrapper to install as many copies of the Tomcat windows service as you'd like. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Wouter De Vaal [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 10:38 AM To: [EMAIL PROTECTED]

Re: Fedora Core 3

2004-12-01 Thread Elihu Smails
what version of tomcat? --- Matt Bathje [EMAIL PROTECTED] wrote: Hey all - I searched around on mail-archive and google for a bit and couldn't find anybody mentioning that they upgraded their Tomcat machines to use Fedora Core 3 yet. Has anybody done so? Any issues with Java or

RE: Windows service and multiple instances

2004-12-01 Thread Allistair Crossley
that not entirely the case, as the service.bat examines CATALINA_HOME. if the env variable is set to 1 installation, teh 2nd service install will use that value also. modify service.bat in each installation. you could try remarking out this part rem if not %CATALINA_HOME% == goto gotHome

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Wade Chandler
Simone Pierazzini wrote: On Wed, 01 Dec 2004 09:49:33 -0500, Wade Chandler [EMAIL PROTECTED] wrote: I never try to use relative paths in getResource. I always do this getResource(/pippo.jar); Also, I usually pick a class in my package that I know will certainly be in my web-app classes folder

Re: Fedora Core 3

2004-12-01 Thread Matt Bathje
I'm using tomcat 5.0 (I think 5.0.25 specifically right now) but I was more just wondering in general as I've seen no mention of FC3 yet. If tomcat 5.0.x has problems in FC3 it wouldn't be a huge deal, because once I upgraded to the new OS I would have to retest the app anyway, so a Tomcat

JkCoyoteHandler/mod_jk won't serve examples (was: no examples with mod_jk?)

2004-12-01 Thread Thomas Charles Robinson
Hi, Can anyone please help me? I've been looking at this for a couple of weeks now and still have had no success t. On Wed, 2004-12-01 at 02:08, Thomas Charles Robinson wrote: Hi Again, Sorry about the long email. I've included all my logging with the configs. I've read the

jsp-debugging: breakpoints wont work!

2004-12-01 Thread Timo . Roessner
hi, i am trying to enable jsp-debugging with eclipse 3, lomboz 3.0.0 and tomcat 5.5.4 (both working as an eclipse plugin). What happens so far is: i write an jsp using lomboz, the jsp is converted to a servlet and stored / copied to a folder called j2src in the eclipse workspace (the folder

RE: Fedora Core 3

2004-12-01 Thread Allistair Crossley
i have seen some 5.0.28 installations on fedora core 2 if that helps! if you do decide to upgrade to version 3 and get tomcat 5 working, *please* let this list know about it so it can be added to the list of supported platforms and help others. -Original Message- From: Matt Bathje

Re: Queries on Embedded Tomcat Server

2004-12-01 Thread Jean-Francois Arcand
Mohamed Rafi S wrote: Hi Jean, Jeanfrancois ;-) There is no exception getting thrown, verified this. Immediately after appLoader.startTomcat(), if I give a Thread.sleep(1), then till that duration, I am able to access http://localhost:8080/ successfully without any issue. So, any pointers

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Simone Pierazzini
Right, thought you were creating your own URLClassLoader instance to locate your jars dynamically (not getting the current). Barring that and looking at your post and then looking at one of Yoavs, then my guess is the ClassLoader in tomcat is for what ever reason doing something like: if(

Re: Fedora Core 3

2004-12-01 Thread Justin Crabtree
Allistair Crossley wrote: i have seen some 5.0.28 installations on fedora core 2 if that helps! if you do decide to upgrade to version 3 and get tomcat 5 working, *please* let this list know about it so it can be added to the list of supported platforms and help others. -Original

RE: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Shapira, Yoav
Hi, regardless of the directory being lib or classesseems like a bug to me as any file in the classpath should just be a file as a jar file should have to be added to the classpath like it's a directory. I agree That's overly simplified. Unlike the classpath for a normal console

Re: weird tomcat5.0.30 behaviour with jar in WEB-INF/classes

2004-12-01 Thread Simone Pierazzini
On Wed, 1 Dec 2004 11:27:01 -0500, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, regardless of the directory being lib or classesseems like a bug to me as any file in the classpath should just be a file as a jar file should have to be added to the classpath like it's a directory. I

Re: Fedora Core 3

2004-12-01 Thread Elihu Smails
I have Tomcat 5.5.4, Java 1.5.0 and Apache 2.1 running on a Fedora Core 3 box. I have not seen any problems to date.. --- Justin Crabtree [EMAIL PROTECTED] wrote: Allistair Crossley wrote: i have seen some 5.0.28 installations on fedora core 2 if that helps! if you do decide to upgrade to

Tomcat 5.0.27/Apache 2.0.40 with mutible developers

2004-12-01 Thread Dwayne Ghant
Hello All, I have successfully set up tomcat/ apache /mod_jk Just one quick question I need all the developers to have access like http://hostname/~username And I need tomcat to automatically pick up the developers accounts so they can write web-applications. I got everything else working fine

JSTL/JSP/regexp Question

2004-12-01 Thread Jack Lauman
I'm using the following code to return results from drop down menues and user input text. It works fine as long as the text is an exact case sensitive match to the data record. What I want to do is evaluate the output the results of a user input search based on 'param.field' in figure 3. i.e.

Re: JSTL/JSP/regexp Question

2004-12-01 Thread Nikola Milutinovic
Jack Lauman wrote: I'm using the following code to return results from drop down menues and user input text. It works fine as long as the text is an exact case sensitive match to the data record. What I want to do is evaluate the output the results of a user input search based on 'param.field'

class file has wrong version?

2004-12-01 Thread Chris Cherrett
I am trying to deploy with a client and am getting an error that I have never seen before. Any ideas where to start? bad class file: /usr/local/tomcat/webapps/tsiware/WEB-INF/classes/ConnectionPool/ConnectionPool.class class file has wrong version 49.0, should be 48.0 Please remove or make

RE: class file has wrong version?

2004-12-01 Thread Allistair Crossley
Hi Your JAVA_HOME needs to be set to JDK 5.0 Allistair -Original Message- From: Chris Cherrett [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 17:10 To: Tomcat Users List Subject: class file has wrong version? I am trying to deploy with a client and am getting an error that

RE: class file has wrong version?

2004-12-01 Thread Shapira, Yoav
Hi, If you compile a class with J2SE 5.0 (class file version 49.0), you can't run it with JDK 1.4 (class file version 48.0), unless you specifically told the compiler -target 1.4. This is a mismatch between your compile-time and run-time JVM versions. Yoav Shapira http://www.yoavshapira.com

Re: class file has wrong version?

2004-12-01 Thread Jeff Hoffmann
Chris Cherrett wrote: I am trying to deploy with a client and am getting an error that I have never seen before. Any ideas where to start? bad class file: /usr/local/tomcat/webapps/tsiware/WEB-INF/classes/ConnectionPool/ConnectionPool.class class file has wrong version 49.0, should be 48.0

Re: class file has wrong version?

2004-12-01 Thread Chris Cherrett
we are using tomcat 4 and the jdk is 4.1.X. If I remove our project from the webapps directory everything is fine. On December 1, 2004 10:17 am, Allistair Crossley wrote: Hi Your JAVA_HOME needs to be set to JDK 5.0 Allistair -Original Message- From: Chris Cherrett

Re: Tomcat 5.0.27/Apache 2.0.40 with mutible developers

2004-12-01 Thread Dwayne Ghant
Dwayne Ghant wrote: Hello All, I have successfully set up tomcat/ apache /mod_jk Just one quick question I need all the developers to have access like http://hostname/~username And I need tomcat to automatically pick up the developers accounts so they can write web-applications. I got everything

RE: Tomcat 5.0.27/Apache 2.0.40 with mutible developers

2004-12-01 Thread Allistair Crossley
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html section User Web Applications may help. -Original Message- From: Dwayne Ghant [mailto:[EMAIL PROTECTED] Sent: 01 December 2004 17:31 To: Tomcat Users List Subject: Re: Tomcat 5.0.27/Apache 2.0.40 with mutible

Re: JSTL/JSP/regexp Question

2004-12-01 Thread Tim Funk
Ideally you'd be using tomcat5. (and jdk1.4) Then you can use JSTL functions like below ... function namematch/name function-classmy.Foo/function-class function-signatureboolean match(java.lang.String, java.lang.String) /function-signature example

Deployment problem

2004-12-01 Thread Dustin
We have recently changed the deployment of our apps to contain a prefix in each path to identify the request as a tomcat (5.0.27) request. For example, an app that had a path of /stuff now has a path of /srv/stuff. I was able to get it working in tomcat 4 (the solution seemed like a hack to me

Content-Type rewriting in jakarta-tomcat-connectors

2004-12-01 Thread Eirik Øverby
Hi, After upgrading from tomcat 4.1 to 5.0, a critical application here has stopped working as expected. Upon replying to incoming requests, it would usually spit out the following - just like the servlet says: Content-Type: application/xml; charset=utf-8 In 5.0.29, this comes out as Content-Type:

RE: Content-Type rewriting in jakarta-tomcat-connectors

2004-12-01 Thread Arnab Chakravarty
Eirik, Does it have anything to do with UTF-8 encoding support (using different charsets - Chinese or Japanese) on jsp page and would break (not displaying the non-english characters) on tomcat 5.0.29. Arnab -Original Message- From: Eirik Øverby [mailto:[EMAIL PROTECTED] Sent:

Re: Content-Type rewriting in jakarta-tomcat-connectors

2004-12-01 Thread Eirik Øverby
Hi, no, it is not related at all to the oft-discussed UTF-8 issues. This simply has to do with how the connector splits up the Content-Type string and then sews it together without adding a space after the ;. /Eirik Arnab Chakravarty wrote: Eirik, Does it have anything to do with UTF-8 encoding

Re: Fedora Core 3

2004-12-01 Thread Mark Eggers
I'm using the following on Fedora Core 3 as a development environment with no problems. Apache 2.052 Tomcat 5.028 Java 1.4.2_06 mod_jk2 (I know it's unsupported) Please note that a Fedora Core 3 install or upgrade from Fedora Core 2 will install the GNU Java compiler. This can create some

Re: Content-Type rewriting in jakarta-tomcat-connectors

2004-12-01 Thread Eirik Øverby
Hi, Follow-up: The same happens when using Tomcat stand-alone - i.e. no Apache and no jk. /Eirik Eirik Øverby wrote: Hi, no, it is not related at all to the oft-discussed UTF-8 issues. This simply has to do with how the connector splits up the Content-Type string and then sews it together

Re: class file has wrong version?

2004-12-01 Thread Chris Cherrett
Hello All, It worked! Thank you all so much for the help! Thanks Again! On December 1, 2004 10:20 am, Jeff Hoffmann wrote: Chris Cherrett wrote: I am trying to deploy with a client and am getting an error that I have never seen before. Any ideas where to start? bad class file:

RE: Content-Type rewriting in jakarta-tomcat-connectors

2004-12-01 Thread Shapira, Yoav
Hi, After upgrading from tomcat 4.1 to 5.0, a critical application here has It'd be a shame if the upgrade wasn't tested first in a test/QA environment ;( In 5.0.29, this comes out as Content-Type: application/xml;charset=utf-8 It's also interesting that you chose a beta version of Tomcat,

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread Bjørn T Johansen
oki, thx :) The conclusion would be..: - upgrade to 5.0.28 is a good thing... - shouldn't be any/much problem doing this BTJ Mike Curwen wrote: We've recently been writing the 'next version' of our main application, and the decision was made to target TC 5.0.x, up from 4.1.x. We

  1   2   >