Re: Can't happen - classname is null, who added this ?

2001-11-02 Thread Sriram Narayanan
This happens when you make any changes to some servlets, and then access those servlets. I see this in tomcat 3.2.3 Sriram _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe:

Re: TC4, mod_webapp, WebAppDeploy, Path to webapp

2001-11-02 Thread Christian Gothe
Hi Pier, thanks for your help! BTW, there's a bug in the code distributed with TC4.0.1, make sure you get a nightly snapshot from http://nagoya.apache.org/~pier/ Is there a binary available? Because I cannot find the apxs for apache, so I cant compile the module. The reason is the RPM

sql exception..

2001-11-02 Thread naveen
hi all, What does this exception mean, I am using Tomcat 3.2.3. and postgres 7.1.2, Well I havent put my server on the net as yet, so there is no question of too many connections. Can anybody tell me where I am going wrong, or what should I do to set this right... SQL Exception : Something

Re: sql exception..

2001-11-02 Thread Mark Muffett
It could be that your servlets are not releasing connections, or just that too many of them are trying to open them - are you using connection pooling? Have a look at the number of connections (ps aux | grep postgres will work on Unix / Linux, I don't know about Windows). The default limit on

Re: Come and get mod_webapp.dll

2001-11-02 Thread fui koon
i want it. thanks [EMAIL PROTECTED] --- David Oxley [EMAIL PROTECTED] wrote: All, I have compiled up mod_webapp.dll and it works quite nicely. If you would like it reply TO THE LIST with your Email address I will send it to you. It is too big for the list. I have created a Visual

Re: TC4, mod_webapp, WebAppDeploy, Path to webapp

2001-11-02 Thread Christian Gothe
Hi Pier, Log: 2001-11-02 11:31:58 [org.apache.catalina.connector.warp.WarpConfigurationHandler] Cannot find /var/tomcat4/webapps/home/user/html for appl. /home/user/html host user.localdomain httpd.conf: VirtualHost user DocumentRoot /home/user/html ServerName user.localdomain

Re: Filters in Tomcat 4.0

2001-11-02 Thread =?646?q?Christoph_Sch=3Fnfeld?=
Donie, perhaps you have some initialization code in the doFilter method? That would explain why the first request does not do what it should but all the subsequent runs do. Check that all initialization code is in the constructor and/or in init(FilterConfig) method of your filter. Christoph

[TOMCAT] Conflicts between more daemons

2001-11-02 Thread Stefano Unternaehrer
Hello. We have an HP webserver running HP-UX 11.0, with 3 tomcat distributions installed, for different projects. One is v. 3.2.1, two are v. 3.2.3. I configured all server.xml files with different ports (8080, 8081, 8082) and started the daemons, and all _seems_ to works fine. All

AW: [TOMCAT] Conflicts between more daemons

2001-11-02 Thread Ralph Einfeldt
Each tomcat has by default to ports: - One to connect to the web (default: 8080) - One to receive the shutdown command (default: 8007 (not shure)) It looks like you have just made the first port unique. You also have to assign unique port numbers for the second port. -Ursprüngliche

Tomcat 4.0.1 + Apache 1.3.22

2001-11-02 Thread Xavier NOPRE
Hi all, I am desparate. I am trying to install tomcat running under apache. I have search the WEB but I did not found any complete documentation. The informations of what I have done are above: - what is missing or wrong ? - is the test URL correct ? - What do I have to start first : apache or

RE: Can't happen - classname is null, who added this ?

2001-11-02 Thread James, Stuart
I get this error if i change/recompiled a class in web-inf/classes without bouncing tomcat. -Original Message- From: Voon, Wendy [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 6:03 AM To: '[EMAIL PROTECTED]' Subject: Can't happen - classname is null, who added this ? Hi,

Re: Tomcat 4.0.1 + Apache 1.3.22

2001-11-02 Thread Xavier NOPRE
In fact, it is running. Tomcat must be started before apache. BUT: - http://localhost/examples/ : I can see the index of the directory - http://localhost/examples/jsp/ : I can see the page index.html with the different JSP examples - http://localhost/examples/jsp/num/numguess.jsp : the browser is

Re: Can't happen - classname is null, who added this ?

2001-11-02 Thread Erwin Ambrosch
I got the same message several times when I recompiled an already deployed web-app and configured tomcat to reload recompiled classes dynamically. Erwin Micael Padraig Og mac Grene wrote: Usually happens when you add something to a web container run in conjunction with a JBoss application

ajp13 problems (IIS and TC 4.0)

2001-11-02 Thread Marcel Stoer
Hi all I've successfully set up TC 4.0 to work with IIS 5.0 as an NT service. Most of times all works fine and requests are being transfered to TC via IIS. However, from time to time jsp pages or servlets are not being displayed. My browser gives me a page not found message. If I request the URL

RE: Classpath problem with TC 3.2.3

2001-11-02 Thread Larry Isaacs
With ODBCConnection in the dbcall package, you should be able to use %@ page ... import=dbcall.ODBCConnection ... %, or dbcall.ODBCConnection as a fully qualified class name where needed. I assume the ODBCConnection class file is in the WEB-INF/classes/dbcall directory, or is it in a jar? If

Tomcat on the mainframe

2001-11-02 Thread Campano, Troy
has anyone installed TOMCAT on the mainframe (IBM os/390)? Do you know how this would work? Where I could get the binaries (if there are any)? thank you greatly for your timeit's appreciated! Troy Campano -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

RE: PasswordPrompter howto?

2001-11-02 Thread Larry Isaacs
The small amount of usage documentation is found where it was downloaded, i.e.: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/add-ons/ Adding more documentation is on my todo list. I have tested it on Windows and Linux 7.1. On which OS are you trying use it? Larry

Re: Tomcat 4.0.1 + Apache 1.3.22

2001-11-02 Thread Xavier NOPRE
In fact, I can see the examples directory indexes, but without icons, the browser cannot download any icon, and I have difficulties to stop apache ... What's happen ? Thanks Xavier - Original Message - From: Xavier NOPRE [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent:

RE: ClassNotFoundException

2001-11-02 Thread Smith, Lawrence T (Lance)
I have the same problem under 4.0.1 and the reason I posted this to the Tomcat group was that the exact same website with absolutely no changes works on the Solaris box. And the class not being found is actually a JINI bass class that I use in multiple other non web based apps on NT with not

Classes in webapps not loaded udring deserialization of objects

2001-11-02 Thread Sriram Narayanan
Hi, I'm developing this web based application that makes use of several serializable objects, all of a particular Serializable class. I've kept this class along with other classes in the application's web-inf/classes folder. During the workflow of the application, I have to store and retrieve

RE: Reg. Multiple Server certificates at one Webserver for SSL connection

2001-11-02 Thread GOMEZ Henri
Hi, This ques. is Reg. to Multiple Server certificate support at one Webserver for SSL connection. How can l map different multiple server Certificates to one webserver? Impossible my friend, you could only have ONE SSL Server certificate by IP adress.

RE: Odd include file behavior on test

2001-11-02 Thread Smith, Lawrence T (Lance)
That particular include statement actually pulls the second file as part of the source file before Tomcat compiles it. In so doing Tomcat uses the timestamp on the main file and never checks the included file. All you have to do is resave the master file and you should see you're changes. Lance

AW: Tomcat on the mainframe

2001-11-02 Thread Ralph Einfeldt
If you want to use Tomcat standalone you don't need any binaries apart from the JDK. The JDK you can find at: http://www-106.ibm.com/developerworks/java/jdk/?dwzone=java -Ursprüngliche Nachricht- Von: Campano, Troy [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 2. November 2001 14:18

Re: Distribution/Licensing question

2001-11-02 Thread Brett M. Bergquist
Jeff, I just noticed on Sun's Java web pages that as of the 10/17/2001 that javac and tools.jar are now redistributable. Here's a link to a page with this information: http://java.sun.com/j2se/1.3/jre/ - Original Message - From: Jeff Corliss [EMAIL PROTECTED] To: Tomcat Users List

Additionnal classpath

2001-11-02 Thread Xavier NOPRE
Hi, I am compiling my classes in a specific directory. How can I do to tell Tomcat to load classes from the classpath, without copying each time the classes to web-inf/classes ? Thanks Xavier -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

RE: Come and get mod_webapp.dll

2001-11-02 Thread Doina Popa
I'd like it too, please. Thanks. Doina -Original Message- From: fui koon [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 11:31 AM To: [EMAIL PROTECTED] Subject: Re: Come and get mod_webapp.dll i want it. thanks [EMAIL PROTECTED] --- David Oxley [EMAIL

AW: Come and get mod_webapp.dll

2001-11-02 Thread Lauer, Oliver
What's the difference between mod_webapp.dll and the so-file. I ask due to I've difficulties with Win NT SP 5 and Win XP works well. Olli AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148

AW: Come and get mod_webapp.dll

2001-11-02 Thread Ralph Einfeldt
.dll = Windows .so = Linux/Unix -Ursprüngliche Nachricht- Von: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 2. November 2001 15:43 An: 'Tomcat Users List' Betreff: AW: Come and get mod_webapp.dll What's the difference between mod_webapp.dll and the so-file. I

RE: Tomcat on the mainframe

2001-11-02 Thread Kemp Randy-W18971
I think you will find it better to run Tomcat on a PC or workstation running either a version of Windows or Unix. -Original Message- From: Campano, Troy [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 7:18 AM To: 'Tomcat Users List' Subject: Tomcat on the mainframe has

AW: Come and get mod_webapp.dll

2001-11-02 Thread Lauer, Oliver
But I'm using the mod_webapp.so for NT as well (plus libapr.dll). So what benefit do I have with the webapp.dll ? Thanks. Olli AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963

RE: Tomcat on the mainframe

2001-11-02 Thread Troy . Campano
Currently I am running it on a Linux desktop and it runs great, but we have a mainframe running Linux until the end of the year and we have to test different database/web software for our evaluation with IBM. thank you! Troy Campano -Original Message- From: Kemp Randy-W18971

RE: Come and get mod_webapp.dll

2001-11-02 Thread carlos . chaparro
hey, but i download... the module in the .so version form the jakarta site and it work fine on mi win2000 http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/win32/webapp-module-1.0-tc40-windows.zip download it... Carlos Chaparro Taller Web, Equant Tel: 6211072 [EMAIL

Connection reset by peer

2001-11-02 Thread Nakhate, Monali
hello i am encountering this problem,and believe me,i have xhausted this forum..and lloked for all possible solutions.Finally i am posting this to find some help i have deployed a JSP(BC4J JSP application developed in JDeveloper 3.2.3) application to Tomcat 3.2.3. the application runs fine

Re: Come and get mod_webapp.dll

2001-11-02 Thread Xavier NOPRE
Hi Carlos, hey, but i download... the module in the .so version form the jakarta site and it work fine on mi win2000 http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/win32 /webapp-module-1.0-tc40-windows.zip We are many users having problem to run tomcat under apache.

Re: TC4, mod_webapp, WebAppDeploy, Path to webapp

2001-11-02 Thread Pier Fumagalli
Christian Gothe at [EMAIL PROTECTED] wrote: Hi Pier, thanks for your help! BTW, there's a bug in the code distributed with TC4.0.1, make sure you get a nightly snapshot from http://nagoya.apache.org/~pier/ Is there a binary available? Because I cannot find the apxs for apache, so

Re: Form authentication/ password changing

2001-11-02 Thread Timothy Fisher
Experiencing what??? --- Micael Padraig Og mac Grene [EMAIL PROTECTED] wrote: Are you experiencing the same thing? -Original Message- From: Timothy Fisher [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Thursday, November 01, 2001 12:47 PM Subject: Re: Form

Re: AW: Come and get mod_webapp.dll

2001-11-02 Thread Pier Fumagalli
Wrong... From Apache 1.3.19 (or 20, can't remember _exactly_), for windows too the default extension of loadable modules is .so, as under unix. Pier Ralph Einfeldt at [EMAIL PROTECTED] wrote: .dll = Windows .so = Linux/Unix -Ursprüngliche Nachricht- Von: Lauer, Oliver

Re: Tomcat 4.0.1 + Apache 1.3.22

2001-11-02 Thread Pier Fumagalli
Xavier NOPRE at [EMAIL PROTECTED] wrote: WebAppDeploy examples conn C:\Program Files\Apache Tomcat 4.0\webapps\example Try with WebAppDeploy examples conn /examples You got it the way around. Pier -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

adding a directory to the standard installation

2001-11-02 Thread Carsten Elshoff
Dear list, I'm geeting a little desparate after installing Tomcat 3.3 and Apache 1.3.22! After installation everything was looking fine and even all of the samples were working. As I ported my application from Jserv to tomcat it drove me crazy. Basically the only thing I did was to add another

Repost: jndi.properties

2001-11-02 Thread Jim Crossley
I'm reposting due to a lack of response. I've searched the archives, and I'm doing everything mentioned there, yet I still can't seem to get the default InitialContext to load the jndi.properties from the application's classpath. PREVIOUS POST: How do I make the default InitialContext use the

How does/can Tomcat scale

2001-11-02 Thread Lauer, Oliver
Hi, could somebody briefly explain how Tomcat scales or how I could scale Tomcat (maybe with Apache and on different hardware and with several VMs). I can't find anything in the docs. Thanks AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668

Re: Come and get mod_webapp.dll

2001-11-02 Thread carlos . chaparro
i have many problems too... but i download the new version 4.0.1 and works fine... my problem is that i can't change the docbase... but in the webapps directory works. was simple, i download de tomcat4.0.1 and the webapp module in .so version.. i make a clean install... so i uninstall previous

AW: AW: Come and get mod_webapp.dll

2001-11-02 Thread Ralph Einfeldt
Sorry, wasn't aware of that. My last apache under windows was 1.3.12. So the basic question of the poster is unanswered: 'what's the difference between .so and .dll' (Can the .so file be used with apache 1.3.[19|20] and the .dll with apache = 1.3.[19|20] ?) -Ursprüngliche

RE: Repost: jndi.properties

2001-11-02 Thread McDowell, Mark
I'll preface this with *I am NOT an expert* :) The only information I'm aware of is that if the jndi.properties file is in the CLASSPATH, it should be found Try adding WEB-INF/classes to the CLASSPATH prior to starting Tomcat... Mark -Original Message- From: Jim Crossley

Re: Come and get mod_webapp.dll

2001-11-02 Thread Pier Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: i have many problems too... but i download the new version 4.0.1 and works fine... my problem is that i can't change the docbase... but in the webapps directory works. It's a known bug which have been fixed and is available thru the

Re: AW: AW: Come and get mod_webapp.dll

2001-11-02 Thread Pier Fumagalli
Ralph Einfeldt at [EMAIL PROTECTED] wrote: Sorry, wasn't aware of that. My last apache under windows was 1.3.12. Upgrade it :) So the basic question of the poster is unanswered: 'what's the difference between .so and .dll' A file name, they're both sharable objects. (Can the .so file be

Re: TC4, mod_webapp, WebAppDeploy, Path to webapp

2001-11-02 Thread Christian Gothe
Pier Fumagalli wrote: Christian Gothe at [EMAIL PROTECTED] wrote: BTW, there's a bug in the code distributed with TC4.0.1, make sure you get a nightly snapshot from http://nagoya.apache.org/~pier/ Is there a binary available? Because I cannot find the apxs for apache, so I cant compile the

Tomcat 4.0/Apache 1.3.22/WebApp problem

2001-11-02 Thread Doina Popa
Hello, I have a problem connecting Tomcat 4.0.1 and Appache HTTP Server 1.3.22 through WebApp module. They however seem to connect but the HTTP server doesn't seem to redirect the servlet calls to the Tomcat Engine. I have loaded the WebbApp module and added it in the httpd.conf. Here is also

Embedding Tomcat with intra-app Servlets

2001-11-02 Thread Todd Wright
I'd like to embed Tomcat within my Java application, but where some Servlet requests would *directly* call into my running application's code (+data). The current EmbededTomcat support seems to be aimed at launching a stand-alone Tomcat that only supports file contexts, with no callback

RE: Tomcat 4.0/Apache 1.3.22/WebApp problem

2001-11-02 Thread Doina Popa
Pier pointed to the nightly builds but I would like to find the binaries of that build somewhere because I cannot build it myself, hence that's for Unix. -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 6:36 PM To: 'Tomcat Users List'

Re: TC4, mod_webapp, WebAppDeploy, Path to webapp

2001-11-02 Thread Pier Fumagalli
Christian Gothe at [EMAIL PROTECTED] wrote: Pier Fumagalli wrote: Christian Gothe at [EMAIL PROTECTED] wrote: BTW, there's a bug in the code distributed with TC4.0.1, make sure you get a nightly snapshot from http://nagoya.apache.org/~pier/ Is there a binary available? Because I

Re: AW: AW: AW: Come and get mod_webapp.dll

2001-11-02 Thread Pier Fumagalli
Ralph Einfeldt at [EMAIL PROTECTED] wrote: Sorry, wasn't aware of that. My last apache under windows was 1.3.12. Upgrade it :) Even better: We are using Apache under linux. 8} Wrong choice of OS, then :) :) :) It's just a file extension. People should realize that file extension don't

RE: Tomcat on the mainframe

2001-11-02 Thread Kemp Randy-W18971
But you would still be doing that, no matter where Tomcat runs. Or does the nature of your work with IBM require Tomcat to be on a mainframe? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 8:52 AM To: [EMAIL PROTECTED] Subject: RE:

The Infamous ClassCastException Problem

2001-11-02 Thread Frank Lawlor
I've noticed a couple of threads about strange ClassCastException problems (Call EJB in OC4J from Tomcat, pulling my hair out re: EJB in tomcat). I've run into a strange ClassCastException in a slightly different context, but it seems that it might be related and might help narrow down the

RE: Come and get mod_webapp.dll

2001-11-02 Thread Bin . Huang
Please send me a copy, thanks. -Original Message- From: Doina Popa [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 1:35 AM To: 'Tomcat Users List' Subject: RE: Come and get mod_webapp.dll I'd like it too, please. Thanks. Doina -Original Message- From: fui koon

Re: Repost: jndi.properties

2001-11-02 Thread Jim Crossley
McDowell, Mark [EMAIL PROTECTED] writes: I'll preface this with *I am NOT an expert* :) Me neither. The only information I'm aware of is that if the jndi.properties file is in the CLASSPATH, it should be found Try adding WEB-INF/classes to the CLASSPATH prior to starting Tomcat...

Re: Connection reset by peer

2001-11-02 Thread Steve Brunton
Nakhate, Monali wrote: hello i am encountering this problem,and believe me,i have xhausted this forum..and lloked for all possible solutions.Finally i am posting this to find some help i have deployed a JSP(BC4J JSP application developed in JDeveloper 3.2.3) application to Tomcat 3.2.3. the

Re: TC4, mod_webapp, WebAppDeploy, Path to webapp

2001-11-02 Thread Christian Gothe
Did you recompile and changed also warp.jar in your tomcat 4.0 installation (as described in the README and INSTALL files?) Pier Hmm, that's great and works... :-) Thank you! Christian -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

[Fri Nov 02 18:05:10 2001] [error] K!

2001-11-02 Thread Lauer, Oliver
Hi, that's the Apache error message that is logged trying to call the example-servlet-folder. It's Win NT SP5. Somebody any hint ? Thanks Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax:

Re: TC4, mod_webapp, WebAppDeploy, Path to webapp

2001-11-02 Thread Pier Fumagalli
Christian Gothe at [EMAIL PROTECTED] wrote: Did you recompile and changed also warp.jar in your tomcat 4.0 installation (as described in the README and INSTALL files?) Pier Hmm, that's great and works... :-) DOH! I knew it... I fixed it last week (and it also comes with a patch

Re: [Fri Nov 02 18:05:10 2001] [error] K!

2001-11-02 Thread Pier Fumagalli
Lauer, Oliver at [EMAIL PROTECTED] wrote: Hi, that's the Apache error message that is logged trying to call the example-servlet-folder. It's Win NT SP5. Somebody any hint ? [Fri Nov 02 18:05:10 2001] [error] K! FWICS, that error is NASTY... Seems like a memory pointer allocation

AW: [Fri Nov 02 18:05:10 2001] [error] K!

2001-11-02 Thread Lauer, Oliver
Pier, I've heard that you have a new webapp-binary for Win !? Where can I find that ? Maybe that fixes that problem. With Win XP I don't have that problem ! Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49

Re: The Infamous ClassCastException Problem

2001-11-02 Thread Remy Maucherat
I've noticed a couple of threads about strange ClassCastException problems (Call EJB in OC4J from Tomcat, pulling my hair out re: EJB in tomcat). I've run into a strange ClassCastException in a slightly different context, but it seems that it might be related and might help narrow down the

Re: AW: [Fri Nov 02 18:05:10 2001] [error] K!

2001-11-02 Thread Pier Fumagalli
Lauer, Oliver at [EMAIL PROTECTED] wrote: Pier, I've heard that you have a new webapp-binary for Win !? Where can I find that ? Maybe that fixes that problem. With Win XP I don't have that problem ! Sorry, but as of this morning, I don't even have a windows machine anymore :) I don't

Using mod_webapp with Tomcat 4.0.1

2001-11-02 Thread Weaver, Scott
Hi All, I searched the mail-archives and could not find any mention of this issue. I recently attempted to use Tomcat 4.0.1 with Apache 1.3.20 on Win2k professional. Everything starts up correclty, except that CPU util goes up to 100% with most of it (60 - 75%) being used by java.exe and it

Tomcat 3.2.3 and IIS Win2000

2001-11-02 Thread Slava
Hello all, I'm new here and realy need your help. I tried to install ISAPI redirection using Tomcat IIS How To instruction but nothing work. I've checked all of my configuration against Tomcat IIS How To several times - looks the same. Maybe I did something wrong but :

RE: Tomcat 3.2.3 and IIS Win2000

2001-11-02 Thread Ratnakar Palle
Looks like the request is not being sent to Tomcat. Can you verify if the path specified in the jakarta (jakarta is case sensitive) is correct? Also, try giving the long path (C:\program files) instead of short path (c:\progra~1\). Hope this helps. Thanks, -Ratnakar -Original Message-

RE: Tomcat 3.2.3 and IIS Win2000

2001-11-02 Thread Larry Isaacs
The IIS log shows a '+' after the .dll. I don't think this is normal. You may have a trailing space in your extension_uri registry setting. I don't know if this could be the cause of your problem. You can try using the auto-generated conf\iis_redirect.reg-auto file to create the registry

Re: ....how to get tomcat running ? .........

2001-11-02 Thread Jeff Kean
try getting jdk1.3 + -jeff - Original Message - From: asheesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:39 AM Subject: Re: how to get tomcat running ? . have u changed port from 8080 to 8100 ? if no then try localhost:8080 regards asheesh

How do I merge Tomcat 4.0.1 with apache?

2001-11-02 Thread Gabriel J Zimmerman
I am finding little or no documentation on this anywhere on the web. I want to: - Have Apache serve the static files - Have Tomcat serve dynamic files - Use a virtual host configuration where each host has its own webapp at the root level. Does anyone have any information on how I do this?

Install Tomcat

2001-11-02 Thread Daniel Kushner
Hi, How can I install Tomcat as a module in Apache (like PHP). I have Apache running on Win2K Thanks... -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: How do I merge Tomcat 4.0.1 with apache?

2001-11-02 Thread Weaver, Scott
Download the mod_webapp binary. The install.txt has very good instructions. I takes the place of the old Ajap12 http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/win32 / Scott -Original Message- From: Gabriel J Zimmerman [mailto:[EMAIL PROTECTED]] Sent: Friday,

Re: disabling shutdown port

2001-11-02 Thread Craig R. McClanahan
The only way to do this would be to embed Tomcat inside your own app somehow. By the way, if there *was* such a configuration setting, how would you plan on shutting Tomcat down? Craig On Fri, 2 Nov 2001, Taisto Qvist wrote: Date: Fri, 2 Nov 2001 08:51:55 +0100 From: Taisto Qvist [EMAIL

FormAuthenticator calling directly from my code

2001-11-02 Thread Evan Swanson
I am would like to use the FormAuthenticator class directly in some of my code. I have some unique requirements that are not met by the context based authentication. Are there some examples for using this class for authenticating users? No sense in writing my own right? Anyway thanks for any

Re: ....how to get tomcat running ? .........

2001-11-02 Thread Philippe Muller
I am running into the same types of problems with Linux 7.0 running on a pentium Has anyone here installed tomcat4 on Linux on a pentium boxwhy is this so painful? the previous install 3 and less were straightforward Philippe. (totally frustrated) --- Jeff Kean [EMAIL PROTECTED]

Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
I am trying to setup mod_webapp with apache and can't figure out the config. I also cannot find any in-depth documentation. I can access my app directly at http://localhost:8080/servlet/vue.web.core.VueWebPageServlet but to get to it through apache I have to use

show country / region by getRemoteAddr(), in Tomcat ?

2001-11-02 Thread Miao, Franco CAWS:EX
how to show country / region information in Jsp by getting remote IP address with getRemoteAddr() ? Like the system get a remote IP address, and Jsp can show up it from where. Does Tomcat can help this out? Thanks! Franco -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

RE: Mod_webapp configuration

2001-11-02 Thread Weaver, Scott
Dave, Tomcat is working correctly. Just because you have mapped to a WebAppDeploy URL /servlet does not mean it will invoke a servlet class. If you want to be able to do something like this http://localhost/servlet/vue.web.core.VueWebPageServlet httpd.conf should look something like this

RE: Tomcat 3.2.3 and IIS Win2000

2001-11-02 Thread Slava
The path is correct. Here is another piece of log: [jk_isapi_plugin.c (408)]: HttpFilterProc started [jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of /examples/jsp/index.html [jk_uri_worker_map.c (345)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (407)]:

RE: The Infamous ClassCastException Problem

2001-11-02 Thread Frank Lawlor
This is normal then. Class foo loaded by class loader A is not castable to class foo loaded by class loader B (if they are really independent, of course - if A is the parent of B and B delegates, it will work). You have to put the class in a spot shared by both webapps (that means the

Re: Embedding Tomcat with intra-app Servlets

2001-11-02 Thread Craig R. McClanahan
Here's the Tomcat 4 approach -- 3.x has similar things but I'm not as familiar with the details. You have two fundamental choices, based on whether you want to use server.xml to configure Tomcat or not: * To use server.xml, you just need to set up an environment like the catalina.sh script

RE: Tomcat 3.2.3 and IIS Win2000

2001-11-02 Thread Larry Isaacs
The In HttpFilterProc test redirection of /jakarta/isapi_redirect.dll in the log means that you created the Filter DLLs key which should be done only for Win9x. Delete this key and it will work better. Larry -Original Message- From: Slava [mailto:[EMAIL PROTECTED]] Sent: Friday,

RE: The Infamous ClassCastException Problem

2001-11-02 Thread Craig R. McClanahan
On Fri, 2 Nov 2001, Frank Lawlor wrote: Date: Fri, 2 Nov 2001 13:20:07 -0600 From: Frank Lawlor [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: 'Remy Maucherat' [EMAIL PROTECTED], Tomcat (E-mail) [EMAIL PROTECTED] Subject: RE: The

Automatic generation of user webapps (http://localhost/~user/webapp)

2001-11-02 Thread =?646?q?Christoph_Sch=3Fnfeld?=
In Chapter 9.1 the Java Servlet Specification 2.3 says: A servlet container can establish rules for automatic generation of web applications. For example a ~user/ mapping could be used to map to a web application based at /home/user/public_html/. Does Tomcat 4 support this? I know, the

initial construction of tomcat

2001-11-02 Thread Eric Strain
Hi All: (new to TC) please forgive my ignorance of this topic :) I have downloaded the tomcat binaries, configured my environment and run startup.bat from my tomcat directory. Now I have a tomcat.java file listed. How do I build TC into an executable servlet container? I usually use the

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
I was afraid of that.. I want all of my html served by apache, and anything in /servlet to be served from tomcat as an app.. I am trying to replace Jrun, and this is how it needs to work for me to be successful. Is it possible? -Original Message- From: Weaver, Scott [mailto:[EMAIL

Re: Automatic generation of user webapps (http://localhost/~user/webapp)

2001-11-02 Thread Craig R. McClanahan
On -1 xxx -1, [646] Christoph Sch?nfeld wrote: From: [646] Christoph Sch?nfeld [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Automatic generation of user webapps (http://localhost/~user/webapp) In Chapter 9.1 the Java Servlet

Re: Mod_webapp configuration

2001-11-02 Thread Steve Brunton
Cracauer, David D. wrote: I was afraid of that.. I want all of my html served by apache, and anything in /servlet to be served from tomcat as an app.. I am trying to replace Jrun, and this is how it needs to work for me to be successful. Is it possible? If you don't run

Re: Embedding Tomcat with intra-app Servlets

2001-11-02 Thread Todd Wright
I'm not sure this solves my problem... If I pull my Servlet out of my application's code then the instance will be constructed and loaded by Tomcat as usual, but then the Servlet can't access my application's internal data. I need the Servlet to have a callback into my application for it to

RE: Tomcat 3.2.3 and IIS Win2000

2001-11-02 Thread Slava
Thanks a lot. I took off filter and rerun registry. Now it's working. Thanks again. Slava. --- Larry Isaacs [EMAIL PROTECTED] wrote: The In HttpFilterProc test redirection of /jakarta/isapi_redirect.dll in the log means that you created the Filter DLLs key which should be done only for

catalina shutdown problem - waiting for instance to be deallocated

2001-11-02 Thread Tsai, Eddie
i would like to stop tomcat4.0 no matter what the states of the servlets are. here is my situation. WHILE the LoginServlet is running, client stops the client program that calls the servlet. i then used 'catalina.sh stop' command to stop tomcat. the log then showed

Re: Install Tomcat

2001-11-02 Thread carlos . chaparro
download tomcat 4.0.1 fomr jakarta.apache.org, download the mod_webapp.so from the same site... follow the instructions for the webapp connection... put your apps under the webapps directory... thats all.. ahh you must have apache1.3.2 Carlos Chaparro Taller Web, Equant Tel: 6211072 [EMAIL

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
He comes through again! I'll look into mod_jk. I assume I need to use ajpv13. -Original Message- From: Steve Brunton [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 1:58 PM To: Tomcat Users List Subject: Re: Mod_webapp configuration Cracauer, David D. wrote: I was

Re: Mod_webapp configuration

2001-11-02 Thread Steve Brunton
Cracauer, David D. wrote: He comes through again! I'll look into mod_jk. I assume I need to use ajpv13. I'd use the Ajp13 stuff, but that's just me. You should be able to find all the latest and greates mod_jk stuff at : http://cvs.apache.org/snapshots/jakarta-tomcat-connectors/ build,

Re: The Infamous ClassCastException Problem

2001-11-02 Thread Frank Lawlor
Thanks. I packaged the classes in a jar and put them in common\lib and now things work fine. I'm still curious tho on how RMI/EJB clients manage to do this without having the same class/classloader. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting

Re: Embedding Tomcat with intra-app Servlets

2001-11-02 Thread Frank Lawlor
One appraoch for data sharing is to structure the application as separate web-apps and use beans in the request (response, session context, whatever) to pass information back and forth. I currently have a web-app that gets the original request, populates the request with needed beans and

Re: Embedding Tomcat with intra-app Servlets

2001-11-02 Thread Craig R. McClanahan
On Fri, 2 Nov 2001, Todd Wright wrote: Date: Fri, 2 Nov 2001 15:56:44 -0400 From: Todd Wright [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Embedding Tomcat with intra-app Servlets I'm not sure this solves my

Re: catalina shutdown problem - waiting for instance to be deallocated

2001-11-02 Thread Craig R. McClanahan
There was a bug in the 4.0 release that made Tomcat think a servlet was still in use when it wasn't. I thought this was fixed in 4.0.1 -- which are you using? Craig On Fri, 2 Nov 2001, Tsai, Eddie wrote: Date: Fri, 2 Nov 2001 14:07:33 -0600 From: Tsai, Eddie [EMAIL PROTECTED] Reply-To:

Re: The Infamous ClassCastException Problem

2001-11-02 Thread Craig R. McClanahan
On Fri, 2 Nov 2001, Frank Lawlor wrote: Date: Fri, 2 Nov 2001 14:49:37 -0600 From: Frank Lawlor [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat (E-mail) [EMAIL PROTECTED] Subject: Re: The Infamous ClassCastException Problem Thanks. I

Re: ....how to get tomcat running ? .........

2001-11-02 Thread David Smith
In Linux land, a seg fault in Tomcat is typically caused by a bug in Sun's JVM 1.3. Try adding 'ulimit -s 2048' to startup.sh before the line calling catalina.sh. The bug specifically has to do with how Sun's JVM handles memory when it sees 'unlimited' for a stack space in the Linux

  1   2   >