iis 5.0/tomcat 4.0.3 Please Help me!!!

2002-04-16 Thread staginfo-ar
Hi, I'm trying to run .jsp with IIS 5.0 and an isapi redirector for tomcat 4.0.3 . Tomcat can run jsp pages correctly, the green arrow of isapi filter is good. When i run a jsp from iis, only the html content was printed in IE ( for example with date.jsp). I've followed howTo, but in my

Re: WebApps and Aliases

2002-04-16 Thread Hayato Iriumi
Try this. I just posted this solution last night. Context path=/jsp docBase=D:\JSP override=true / -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: iis 5.0/tomcat 4.0.3 Please Help me!!!

2002-04-16 Thread Chakradhar Tallam
hi jc, did u follow the steps properly as mentioned in http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html! ct. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 16 April 2002 4:18 PM To: Tomcat Users List Subject: iis 5.0/tomcat

PLEASE HELP!!!Authentication with Tomcat4 and Apache 1.3: getRemoteUser()==NULL

2002-04-16 Thread Skladov, Victor
Hello to all! Could you please help with this problem: basic authentication with Apache and Tomcat. The method getRemoteUser() returns NULL. I know this problem isn't new, I have searched the Net and mail-archives but haven't found a suitable solution. I kindly please those who has expierenced

My Exceptions not caught anymore, why ?

2002-04-16 Thread Raphael Di Cicco
I don't know if I have done something wrong or not... Let's see an example : !--connect.jsp-- %@ include file=head-jsp-dec.jsp % %@ include file=head-jsp.jsp % %@ include file=head.jsp % %@ page errorPage=error.jsp % %@ page import=java.util.*, Myrdv.* % % cStatic.toInt(hy); % cStatic.toInt

AW: My Exceptions not caught anymore, why ?

2002-04-16 Thread Ralph Einfeldt
Looks like error happens in your error page and not in connect.jsp. I think your error page has a syntactical error and can't be compiled. -Ursprüngliche Nachricht- Von: Raphael Di Cicco [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. April 2002 10:14 An: Tomcat Users List

PEM TO DER

2002-04-16 Thread Mehmet Ugur Kuzu (LinkPlus)
Is anyone have experience on converting pem to der format, i have a pem file like above format -BEGIN RSA PRIVATE KEY- BLA BLA BLA -END RSA PRIVATE KEY- -BEGIN CERTIFICATE- BLA BLA BLA -END CERTIFICATE- how can i convert this to two der formatted files one for

JDBC Drivers

2002-04-16 Thread Richard Johnstone
I don't know if I should post this here or not but here goes I am trying to connect to an oracle DB using a thin connection. I have downloaded the classes12.zip file and put it in $TOMCAT_HOME/common/lib but I am getting a java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver Do I

RE: JDBC Drivers

2002-04-16 Thread Reynir Hübner
rename the zip to .jar -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 09:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here or not but here goes I am trying to connect to an oracle DB using a thin

RE: JDBC Drivers

2002-04-16 Thread Teemu Keiski
I suppose you have to change the name of 'classes12.zip' file to 'classes12.jar'. Teemu Keiski -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. huhtikuuta 2002 12:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here or

RE: JDBC Drivers

2002-04-16 Thread Stuart Stephen
You need to set your classpath up to the file, not just the directory. It is a bit picky. eg, set classpath=%classpath%;c:\javastuff\oracle\classes12.jar That should then work. Stuart Stephen -Original Message- From: Teemu Keiski [mailto:[EMAIL PROTECTED]] Sent: 16 April 2002 10:38

Re: Mysql pooling datasource in tomcat 4

2002-04-16 Thread Steven Elliott
original message From: Daryn Nakhuda [EMAIL PROTECTED] Date: Mon, 15 Apr 2002 11:43:57 -0700 (PDT) To: [EMAIL PROTECTED] Subject: Mysql pooling datasource in tomcat 4 Has any one had success creating a pooling datasource for mysql in tomcat 4? I was able to

mod_jk tomcat error pages (bug in tomcat error pages?)

2002-04-16 Thread rob
When tomcat displays error messages after an exception in the underlying application typically does some formatting on the error produced (ie adding styles). I use mod_jk to run my application where the jsp/servlets function fine over the connector to tomcat. However if an error occurs

RE: JDBC Drivers

2002-04-16 Thread Richard Johnstone
Thats fixed it. Cheers Matey [EMAIL PROTECTED] 04/16/02 10:27am rename the zip to .jar -Original Message- From: Richard Johnstone [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 09:34 To: [EMAIL PROTECTED] Subject: JDBC Drivers I don't know if I should post this here or not but

Re: AW: PLEASE HELP ME: JNDI ERROR 1

2002-04-16 Thread [EMAIL PROTECTED]
Hi all, tomorrow I'll try all your suggestions (today in Italy is the day of the big the strike for the defence of the workers ): I'll put the new version of classes12.jar and then I'll see the log of oracle server. But I have a question: Hemant said Which may mean JNDI related classes

Re: My Exceptions not caught anymore, why ?

2002-04-16 Thread Todd Kaplinger
This is a compilation failure not a runtime failure. How will it know to use the error page defined inside the jsp page if it never compiled. From: Raphael Di Cicco [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: My Exceptions

Tomcat 4 + PHP + CGI

2002-04-16 Thread Stefan Schwarzer
Hi all, before I installed recently Tomcat 4, I was running my GIS, CGI and PHP applications simply with the Apache Server. Now, running Tomcat, I have no idea how to get my cgi exe-files and PHP (as a module) running again. As far as I understand it is not anymore the httpd.conf file of

RE: Tomcat 4 + PHP + CGI

2002-04-16 Thread Chris Pheby
Keep Apache set up with CGIs and Modules as before, you need to integrate Tomcat with Apache, so here goes Chris. Setting up Tomcat, J2EE and Web Services with Apache on Windows Install Java 2 Standard Edition 1.4 Run the J2SE installer, and choose to install to c:\Program

AW: Tomcat 4 + PHP + CGI

2002-04-16 Thread Ralph Einfeldt
If you are using apache in front of tomcat you can keep your old configuration for PHP and CGI. It's all still defined in httpd.conf. server.xml just contains the informations that are needed to run tomcat. It's also possible to use CGI and PHP through tomcat. (Haven't heard about the last

The requested resource /dossier/fichier.jsp is not available

2002-04-16 Thread tomcat-user
I use Tomcat4.0.3 and i have this error The requested resource (/dossier/fichier.jsp) is not available I need help. I don't know if something must be configure to resolve this. -- Posted via jApache.org -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: keystore not found in tomcat-3.3.1-dev

2002-04-16 Thread IS400 ABB
Hi Thanks for the input, but it didn't help! I've tried many different ways, but the thing it comes down to, in my opinion, is that it was a bug in tomcat 3.3.1-dev (nightly build downloaded Jan 14, 2002), which caused the error whenever the keystore was specified. As I said before, it works

FW: integration with Apache 2.0.35

2002-04-16 Thread D'Elia, Kevin
Helllo, Has anyone attempted this? I have used 1.3.x and TCat 3.x both in conjunction many times in the past, but am not sure what needs to be done in order to have the same combination for the new releases. Thanks in advance to all who respond. Kevin D'Elia -- To

FW: Problem with running security application

2002-04-16 Thread D'Elia, Kevin
Hello, I have recently downloaded 4.03 and am having a problem with the ./examples/jsp/security/protected webapp. When I login (using either a MemoryRealm or a JNDIRealm with LDAP), I get the following url http://localhost:2002/examples/jsp/security/protected/j_security_check and

RE: Initialization in Tomcat 4.0.3

2002-04-16 Thread Larry Isaacs
In Tomcat 4.x, this is accomplished by adding a LifecycleListener to the appropriate container, Engine, Host, etc. An example of how something like this is done may be found at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/host.html#User%20Web%20Applications In this case, the

TC + JDO

2002-04-16 Thread RAYMOND Romain
Hello, is someone using JDO (Castor implementation) within Tomcat. I am looking a the Castor framework but i do not find examples about using it with TC ... Docs or links will be appreciated. Thanks. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: My Exceptions not caught anymore, why ?

2002-04-16 Thread Raphael Di Cicco
Yes you were right, but the error message is not very explicit... On Tuesday 16 April 2002 12:31, Todd Kaplinger wrote: This is a compilation failure not a runtime failure. How will it know to use the error page defined inside the jsp page if it never compiled. From: Raphael Di Cicco [EMAIL

Re: Tomcat 4 + PHP + CGI

2002-04-16 Thread James Williamson
Chris, That won't work, the mod_webapp connector doesn't work on Windows platforms. Regards, James Williamson www.nameonthe.net - Original Message - From: Chris Pheby [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 12:24 PM Subject: RE: Tomcat 4

Turning off CGI in Tomcat

2002-04-16 Thread D Henton
Just read a thread on this list about CGI through tomcat. How can I make certain that this doesn't happen? How can I turn cgi off under tomcat? Is there a server.xml config that I need to delete. My money says its on by default...oops.. not a microsoft product;- -- To unsubscribe:

AW: My Exceptions not caught anymore, why ?

2002-04-16 Thread Ralph Einfeldt
Have a look at the log files or request error.jsp from the browser. Repost from my answer this morning: Looks like the error happens in your error page and not in connect.jsp. I think your error page has a syntactical error and can't be compiled. -Ursprüngliche Nachricht- Von:

AW: Turning off CGI in Tomcat

2002-04-16 Thread Ralph Einfeldt
It's turned of by default. Have a look at conf/web.xml. -Ursprüngliche Nachricht- Von: D Henton [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. April 2002 14:32 An: Tomcat Users List Betreff: Turning off CGI in Tomcat How can I turn cgi off under tomcat? Is there a

RE: Tomcat 4 + PHP + CGI

2002-04-16 Thread Chris Pheby
Hi James, you can get a working binary with mod_webapp in the Tomcat 4.0.1 distribution. This works with release 4.0.4 beta 1 onwards, but was broken in 4.0.3. This is a documented and tested installation that I have carried out here, at home, and on a production server. Regards, Chris.

Re: Tomcat 4 + PHP + CGI

2002-04-16 Thread James Williamson
Thanks Chris, We attempted this but this fairly recent e-mail from mod_webapp's author (attached) stopped us in our tracks. If you view the code you'll see it's not re-entrant, which with Windows threaded environment means you'll get race conditions under load (although it may appear to function

RE: Tomcat 4 + PHP + CGI

2002-04-16 Thread Chris Pheby
Hi James, thanks for the response. I was not aware of the issue, and certainly have had no issues of it. Potential of a race condition is serious enough to give me pause though. Regards again, Chris. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of

Problems with Oracle/JNDI/ConnectionPoolDataSource

2002-04-16 Thread Eichfelder, Frank
Hi, I finally managed to get the JNDI-DataSource to work with Tomcat 4.0.3. Here the setting of server.xml: Resource name=jdbc/BuergerPortalDb auth=Container type=javax.sql.DataSource/ ResourceParams name=jdbc/BuergerPortalDb

Re: jk_nt_service fails (error 1067)

2002-04-16 Thread Alexander Höglind
Hi, I'm sorry if my English isn't the best but it isn't my native language and I wrote this little tutorial on working time ;-) Also, if there is something that isn't right in this tutorial, please feel free to ask. You can also access this tutorial via my website

[Fwd: tomcat 4.0.3 shares the sessions between the same app on ahttp and https instance]

2002-04-16 Thread Ismael Blesa Part
Original Message Subject: tomcat 4.0.3 shares the sessions between the same app on a http and https instance Date: Wed, 10 Apr 2002 18:22:18 +0200 From: Ismael [EMAIL PROTECTED] To: [EMAIL PROTECTED] I have tested my webapp with last tomcat 4.0.3. I have uncommented the ssl

AUTHORIZATION HEADER MISSING

2002-04-16 Thread Skladov, Victor
Hi! In my request header there's no Authorization header, although the authorization mechanism itself works ( a pop-up login dialog is being shown and after login I receive the access to my pages). Can anybody tell me why? Have I forgotten some settings in my config files? Thanks for any help!

RE: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Robert Priest
Viktor, Are you using the ISAPI Filter? -Original Message- From: Skladov, Victor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 9:31 AM To: [EMAIL PROTECTED] Subject: AUTHORIZATION HEADER MISSING Hi! In my request header there's no Authorization header, although the

AW: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Skladov, Victor
No, I don't! -Ursprüngliche Nachricht- Von: Robert Priest [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. April 2002 15:33 An: 'Tomcat Users List' Betreff: RE: AUTHORIZATION HEADER MISSING Viktor, Are you using the ISAPI Filter? -Original Message- From: Skladov, Victor

RE: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Robert Priest
Just wondering. There are issues with the isapi filter that are similar to yours. -Original Message- From: Skladov, Victor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 9:47 AM To: Tomcat Users List Subject: AW: AUTHORIZATION HEADER MISSING No, I don't! -Ursprüngliche

Apache, Tomcat and Jboss

2002-04-16 Thread Sefton, Adam
Hi, Has anyone managed to configure the above to work in tandem (apache serving static content, tomcat serving jsp/servlets and JBoss for EJBs)? Could you give me some pointers as to how on earth this is done? we're running on Win2k and have a version of JBoss with tomcat already embedded (so

AW: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Skladov, Victor
I have checked all conf files, haven't even found this word ISAPI. -Ursprüngliche Nachricht- Von: Robert Priest [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. April 2002 15:50 An: 'Tomcat Users List' Betreff: RE: AUTHORIZATION HEADER MISSING Just wondering. There are issues with

AW: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Ralph Einfeldt
Not surprising, as you work with apache on linux (At least your first post said so). isapi is for microsofts IIS. Which connector do you use? (mod_webapp or mod_jk) -Ursprüngliche Nachricht- Von: Skladov, Victor [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. April 2002 15:57

Applet AWT Question...?

2002-04-16 Thread Stuart Stephen
This is a bit off topic, sorry guys I'm writing an applet that needs to have images on some components, to do this though I need to override the paint method and make Button a subclass. When it comes to the ImageObserver bit I don't know what to put there? Does anyone know what should go in

Re: PEM TO DER

2002-04-16 Thread John Brayton
To convert a PEM file to a DER file, use the following command (with OpenSSL): openssl x509 -in [PEM_FILE] -inform PEM -out [DER_FILE] -outform DER To split the key and certificate into two separate files, I think your best bet is to do this manually with a text editor, before doing the

RE: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Robert Priest
this is the first post I read, and seems to be the beginning of the thread. It does not mention anything about which OS he is running on. -Original Message- From: Skladov, Victor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 9:31 AM To: [EMAIL PROTECTED] Subject:

integration with Apache 2.0.35

2002-04-16 Thread D'Elia, Kevin
Helllo, Has anyone attempted this? I have used 1.3.x and TCat 3.x both in conjunction many times in the past, but am not sure what needs to be done in order to have the same combination for the new releases. Thanks in advance to all who respond. Kevin D'Elia -- To

Apache 2.0.25 Tomcat 4.0.3

2002-04-16 Thread Christian Heindl
Hello everybody! I try to integrate Tomcat 4.0.3 into Apache 2.0.25, but I do not success! mod_jk is successfully loaded and my tomcat-contexts are well! But when I try to access a context via my browser I get this error: handler jakarta-servlet not found for: login.jsp How can i get it work?

Serving images with Apache

2002-04-16 Thread Gabriel Maffia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I think I´ve sent this question before, but I´m not sure if it got to the list. I´m actually using Tomcat 4.0.1 and Apache 1.3.23, connecting them through webapp + warp. We are serving a really heavy application, and I was wondering if there

AW: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Skladov, Victor
Yes, I'm working with apache on Linux and use teh Basic authentication with .htpasswd programm. -Ursprüngliche Nachricht- Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. April 2002 16:21 An: Tomcat Users List Betreff: AW: AUTHORIZATION HEADER MISSING Not

setting up a new context in tomcat 4.0.3

2002-04-16 Thread Diego, Emil
I am running redhat linux 7.2 with tomcat 4.0.3. I setup the warp connection to integrate tomcat and apache and It works when I test the examples directory. I use http://localhost/examples/jsp/ and have no problems running the examples. I am trying to setup a new context for a seperate

AW: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Skladov, Victor
It seems like I use neither mod_webapp nor mod_jk, but WarpConnector instead. What does it mean? What's the difference? Viktor -Ursprüngliche Nachricht- Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. April 2002 16:21 An: Tomcat Users List Betreff: AW:

AW: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Ralph Einfeldt
WarpConnector = mod_webapp. Although mod_webapp intends to be the connector of the future, a great part of the group members thinks that mod_jk is more reliable. -Ursprüngliche Nachricht- Von: Skladov, Victor [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. April 2002 17:13 An:

mod_webapp, tomcat 4.0.3, apache 2.0.35 question

2002-04-16 Thread Georg Huettenegger
hi, i have installed the named versions von solaris 2.6 and it does run successfully. but there are major problems i am having: o) the application i am trying to execute calls all servlets with /servlet/login for example. therefore i have set up the following line in my httpd.conf:

Re: Tomcat 4.0.3 + Apache 2.0.32

2002-04-16 Thread Pascal Forget
Bhide, Atul wrote: The problem is solved. I compiled the latest version 4.0.4.b1 version of the tomcat-connectors and it works now. You did succeed, that's fantastic! My name is Pascal Forget and I wrote a little howto on how to setup Apache 1.3.23 + mod_jk + tomcat + load balancer a while

RE: Problems with Oracle/JNDI/ConnectionPoolDataSource

2002-04-16 Thread Bryan Austad
I tried the configuration that you are using and could not get it to work. Is the databaseName in server.xml the service name (SID)? I tried using the SID and the tns name there and still got a null when calling to retrieve the datasource or PooledConnectionDataSource. Tyrex is working just

Tomcat, IIS and JavaService Problem

2002-04-16 Thread Daniel Tamborelli Alvarenga
Hi, I am using Tomcat 3.2.3 as service (JavaService) with IIS 5.0/Win2k. Sometimes Tomcat just stop responding and we must restart it. Anybody knows what may be causing this problem? PS: JavaService is configured with HotSpot. Thank you. Daniel Tamborelli Alvarenga Open Dimensions -

How do i setup a webdirectory to process jsp files

2002-04-16 Thread Diego, Emil
I am runnign redhat 7.2 with apache 1.3 and tomcat 4.0.3. I configured tomcat and apache to use the mod_webapp and testes the examples directory and it worked ok. How do I setup my directory /sba on my mebsite to parse the jsp files I want to place in them. Emil Diego Web Coordinator

AW: AUTHORIZATION HEADER MISSING

2002-04-16 Thread Skladov, Victor
Ralph! One more question: it seems like my Tomcat runs as Stand Alone service at the moment.The Module mod_webapp is not implemented. Do I have to implement mod_webapp so that Tomcat could work with Apache directly? -Ursprüngliche Nachricht- Von: Ralph Einfeldt [mailto:[EMAIL

RE: Mysql pooling datasource in tomcat 4

2002-04-16 Thread daryn nakhuda
Excellent, thanks a lot! I ended up using Protomatter's jdbc pooling ( http://protomatter.sourceforge.net ) and it seems to be doing the trick. -Original Message- From: Steven Elliott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 2:46 AM To: [EMAIL PROTECTED] Subject: Re:

Apache serving static content

2002-04-16 Thread Gabriel Maffia
Hello Again: I know I can be kinda annoying, but I really need to know if someone could make mod_webapp + warp configuration to serve only dynamic content, and apache serve only the static content. If not, does anyone know where can I find a reference for mod_webapp? Because it seems like

Re: Apache serving static content

2002-04-16 Thread James Williamson
Gabriel, I wrote a quick patch a while ago for mod_webapp that lets you specify patterns to ignore (i.e. the request never sees Tomcat). So apply the patch and recompile, and in your httpd.conf file use WebAppIgnore directives to tell mod_webapp which patterns to ignore. i.e. WebAppIgnore

AW: mod_webapp, tomcat 4.0.3, apache 2.0.35 question

2002-04-16 Thread O. Gross - Principio
hi, instead of WebAppDeploy servlet warpConnection /servlet try WebAppDeploy servlet warpConnection / best within the configuration of the virtual host (if any). greetings olaf -Ursprungliche Nachricht- Von: Georg Huettenegger [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. April

How to install Tomcat on network -- is there any network version of Tomcat

2002-04-16 Thread Uma Munugala
Hi All Iam working on Tomcat 4.0.3 standalone. It works well. I want to install tomcat 4.0.3 on network so that other developers can access. How do I do that. Do I need to configure in some different way or is there any different copy of Tomcat 4.0.3 for network. Can any body help me.

Re: Apache serving static content

2002-04-16 Thread Ken Anderson
mod_webapp already works this way. That's the whole point of using it with Apache, right? See http://dcb.sun.com/practices/howtos/tomcat_apache.jsp Ken Hello Again: I know I can be kinda annoying, but I really need to know if someone could make mod_webapp + warp configuration to serve only

Re: Apache serving static content

2002-04-16 Thread Gabriel Maffia
Do you mean, that you don´t need no additional configuration to make this work? - Original Message - From: Ken Anderson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 1:37 PM Subject: Re: Apache serving static content mod_webapp already works

Tomcat 3.2.4 and Apache 2.0.35 question

2002-04-16 Thread Stuart Morse
Hi All, I have successfully had Apache and Tomcat working together on Windows 98 and FreeBSD using mod_jserv. I'm trying to do the same thing on NT 4.0 Workstation using mod_jk. I have added the line: Include c:/Program Files/Tomcat/conf/mod_jk.conf-auto at the end of my httpd.conf file and

Re: Tomcat, IIS and JavaService Problem

2002-04-16 Thread Daniel Tamborelli Alvarenga
Does anybody knows any kind of bug in Tomcat or JavaService that can be the reason of this problem? Thanks - Original Message - From: Daniel Tamborelli Alvarenga [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 12:53 PM Subject: Tomcat, IIS and JavaService Problem

RE: Tomcat, IIS and JavaService Problem

2002-04-16 Thread Barney Hamish
What driver are you using for your database connections. The most common cause of Tomcat crashes like you describe is the use of the JDBC-ODBC bridge. -Original Message- From: Daniel Tamborelli Alvarenga [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 6:55 PM To: Tomcat Users

Re: autoDeploy scan timer setting?

2002-04-16 Thread Aditya
Remy, On Sat, Apr 06, 2002 at 05:22:17PM -0800, Remy Maucherat wrote: In org.apache.catalina.startup.HostConfig I see a variable that sets the scan timer to deploy new contexts: /** * The number of seconds between checks for web app deployment. */ private int

Re: Tomcat, IIS and JavaService Problem

2002-04-16 Thread Daniel Tamborelli Alvarenga
I'm using com.thinweb.tds.Driver. - Original Message - From: Barney Hamish [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 1:56 PM Subject: RE: Tomcat, IIS and JavaService Problem What driver are you using for your database connections. The

Upgrading from Tomcat 3.2.1 to tomcat 3.3.1

2002-04-16 Thread Michel COTE
Hello, I'm using Jakarta Tomcat 3.2.1since one year. As i had to install a new machine, i decided to use instead Tomcat 3.3.1 My JSP files use the classes of a package on my server (by importing them). With 3.3.1 i am unable to use the classes of this package in my JSP classes. Looks like the

Re: mod_jk tomcat error pages (bug in tomcat error pages?)

2002-04-16 Thread Pascal Forget
In Apache's httpd.conf, replace: DefaultType text/plain with: DefaultType text/html rob wrote: When tomcat displays error messages after an exception in the underlying application typically does some formatting on the error produced (ie adding styles). I use mod_jk to run my

Re: Serving images with Apache

2002-04-16 Thread Pascal Forget
The answer is in www.ubeans.com/tomcat Gabriel Maffia wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I think I´ve sent this question before, but I´m not sure if it got to the list. I´m actually using Tomcat 4.0.1 and Apache 1.3.23, connecting them through webapp + warp. We are

RE: Upgrading from Tomcat 3.2.1 to tomcat 3.3.1

2002-04-16 Thread Larry Isaacs
-Original Message- From: Michel COTE [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 1:06 PM To: '[EMAIL PROTECTED]' Subject: Upgrading from Tomcat 3.2.1 to tomcat 3.3.1 Hello, I'm using Jakarta Tomcat 3.2.1since one year. As i had to install a new machine, i

Re: Serving images with Apache

2002-04-16 Thread Ken Anderson
Unless you have WebAppDeploy pointing to the document root of the site, you won't have any problems serving static content from Apache. Ken Gabriel Maffia wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I think I´ve sent this question before, but I´m not sure if it got to the

Exception when executing JSP

2002-04-16 Thread Darsey, Charlie
I cannot get any jsp pages to execute on my Sun server. SunOS 5.8, jre 1.3.1. I've tried both jakarta-tomcat-3.2.2 and jakarta-tomcat-4.0.3 and I keep ketting the mesage below: What's the scoop? It works fine on my win2k box. Internal Servlet Error: javax.servlet.ServletException:

Re: Exception when executing JSP

2002-04-16 Thread Ken Anderson
You need jsdk. jre will not compile anything. Ken Darsey, Charlie wrote: I cannot get any jsp pages to execute on my Sun server. SunOS 5.8, jre 1.3.1. I've tried both jakarta-tomcat-3.2.2 and jakarta-tomcat-4.0.3 and I keep ketting the mesage below: What's the scoop? It works fine on my

Question about tomcat

2002-04-16 Thread Diego, Emil
Here is what I want to do. I need to know if it is possible. I am currently running apache 1.3 on redhat linux 7.2. I want to know if it is possilbe to get apache to process JSP pages. Is that what mod_jk does? What version of tomcat will I need? Emil -- To unsubscribe: mailto:[EMAIL

RE: Exception when executing JSP

2002-04-16 Thread Reynir Hübner
put tools.jar in your classpath (from the jdk. dist.). hope it helps -reynir -Original Message- From: Darsey, Charlie [mailto:[EMAIL PROTECTED]] Sent: 16. apríl 2002 17:56 To: '[EMAIL PROTECTED]' Subject: Exception when executing JSP I cannot get any jsp pages to execute on my Sun

RE: Tomcat 3.2.4 and Apache 2.0.35 question

2002-04-16 Thread Brandon Cruz
Did you compile mod_jk on your own machine, or did you get a binary from somewhere? I have had this problem when I don't compile mod_jk on my own. Good Luck, I know it's frustrating... Brandon -Original Message- From: Stuart Morse [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16,

RE: Apache serving static content

2002-04-16 Thread Brandon Cruz
I have the same issue with mod_jk. We deploy all of our web application within tomcat_home/webapps. If a webapp is called myWebapp, then a request to /myWebapp/image.gif will be processed by Tomcat due to the fact that it matches the /myWebapp/* declaration. Is there a way to keep images from

port 8080

2002-04-16 Thread Marquez, Maceo
I am brand new to the Tomcat communicty and recently installed Tomcat successfully on my win2000 pc. However, when I restart the pc, Tomcat is no longer able to start, and gives the error listed below. -I restarted the computer, nothing -I reset the %CATALINA_HOME%/conf/server.xml connector

Re: Apache serving static content

2002-04-16 Thread Gabriel Maffia
James: Your patch worked Like a charm! Thanks a Lot! Gabriel - Original Message - From: James Williamson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 1:18 PM Subject: Re: Apache serving static content Gabriel, I wrote a quick patch a

tomcat 3.3.1 and apache 2.0.35

2002-04-16 Thread Diego Pons
Folks: this question may have been asked already, but I can't find the answer anywhere: 1) which mod_jk to use with Apache 2.0.35? With ajp12 and 13 lined to mod_jk.so, apachectl restart gives me: /libexec/mod_jk.so: undefined symbol: ap_table_get. With ajp20, linked as mod_jk.so, I

RE: Initialization in Tomcat 4.0.3

2002-04-16 Thread Subir Sengupta
Thanks Larry, Thanks Larry. I created a Context Listener and it worked great. However I have a question. I experimented with putting my initialization stuff in a servlet with a load-on-startup element of 0. This seems to work as well. All initialization was done when the servlet loaded. So

RE: How to install Tomcat on network -- is there any network version of Tomcat

2002-04-16 Thread Uma Munugala
Hi All Iam working on Tomcat 4.0.3 standalone. It works well. I want to install tomcat 4.0.3 on network so that other developers can access. How do I do that. Do I need to configure in some different way or is there any different copy of Tomcat 4.0.3 for network. Can any body help me.

Question about internal server error

2002-04-16 Thread Diego, Emil
Here is the error i am getting. Do i need to spcify a classpath to the umJavaLib package that I wrote. I current;y have the class files places in $CATALINA_HOME/webapps/sba/WEB-INF/classes/ Any ideas what I am doing wrong. Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error

request.getPort() returns wrong port after redirect

2002-04-16 Thread Mullen-Schultz, Gary
I am running on Tomcat 4.0.3, using the standalone server. We do multiple redirects in our server, across Tomcat instances. We are encountering failure in the following scenario. Let's say we have two Tomcat instances: A on port 81, and B on port 82. A contains one JSP in the root webapp:

Problem loading MySQL drivers.

2002-04-16 Thread Panos Konstantinidis
Hello there, I am running Tomcat 3.3.1 and JDK1.4 under Mandrake Linux 8.1 and I have a problem finding the MySQL drivers. I have looked on the Tomcat archives and could not find any similar questions, so I thought I am going ot try the mailing list. I have created my own web app space and I

RE: Problem loading MySQL drivers.

2002-04-16 Thread Diego, Emil
Where did you set the classpath ? -Original Message- From: Panos Konstantinidis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 3:44 PM To: [EMAIL PROTECTED] Subject: Problem loading MySQL drivers. Hello there, I am running Tomcat 3.3.1 and JDK1.4 under Mandrake Linux 8.1

RE: Problem loading MySQL drivers.

2002-04-16 Thread Panos Konstantinidis
Emil thnak you for your quick reply. My classpath is set to point to the mm.mysql-2.4.0-bin.jar file itself. I can see it because when I am doing a echo $CLASSPATH it show the .jar file (alongside with the rest of the Java classes). I guess the classpath is right, because the exact same code

Re: Problem loading MySQL drivers.

2002-04-16 Thread Bruce Carson
You must edit the conf\jk\wrapper.properties file and modify the wrapper.classs_path setting ! - Original Message - From: Panos Konstantinidis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 3:44 PM Subject: Problem loading MySQL drivers. Hello there, I am

RE: Problem loading MySQL drivers.

2002-04-16 Thread Diego, Emil
yes but where are you setting the classpath. you should probably add the following line to the script used to start the tomcat server. export CLASSPATH=xxx this will ensure that when the server starts up the tomcat server the proper classpath is set. -Original Message- From: Panos

Installation Issue

2002-04-16 Thread Philip I Juels
Hi, I'm having trouble getting tomcat to work on my system. System info as follows: 1) Sun Solaris 8 on a Sun Fire V880 (sparc) 2) apache-1.3.12 (part of Solaris default installation) 3) jakarta-tomcat-4.0-200020415 build installed in /usr/local/jakarta-tomcat-4.0 I have

Re: How to install Tomcat on network -- is there any network version of Tomcat

2002-04-16 Thread Marc Chamberlin
Uma - Having just gone through setting up my own LAN, with a Tomcat server on it, I can give you a bit of guidance... Tomcat is simply a server and thus you treat it like any other server, i.e. an email server or an ftp server tex... There is no special configuration or special version of the

RE: Installation Issue

2002-04-16 Thread Ricky Leung
check your logs under $CATALINA_HOME/logs and what errors you get there? I think the requirement for Tomcat4 is java1.3 also. -Original Message- From: Philip I Juels [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 3:51 PM To: [EMAIL PROTECTED] Subject: Installation Issue Hi,

Re: Question about tomcat

2002-04-16 Thread rob
Yes, mod_jk is used to connect tomcat - apache httpd. I've used mod_jk on both tomcat 3.2.x - 4.0.3 successfully. There is a cvs module dedicated to the connectors now though I still find the old mod_jk connector packaged in the tomcat 3.3 binary tarball to be the easiest to build. The cvs

RE: How to install Tomcat on network -- is there any network version of Tomcat

2002-04-16 Thread Uma Munugala
Thanks marc This helps me a lot. Uma -Original Message- From: Marc Chamberlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 12:54 PM To: Tomcat Users List Subject: Re: How to install Tomcat on network -- is there any network version of Tomcat Uma - Having just gone

Question about Tomcat-Apache HOWTO

2002-04-16 Thread Cheng Yan
According to an article Tomcat-Apache HOWTO on http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html : QUOT. == When Tomcat starts up it will automatically generate a configuration file for Apache in TOMCAT_HOME/conf/jserv/tomcat-apache.conf. Most of the time you don't

  1   2   >