Tomcat 4.01 displays version 3.2.3 default page

2001-11-02 Thread Robert Reno
I installed Tomcat 3.2.3 and then intstalled 4.01. When I start the server and go to http://localhost:8080 I get the version 3.2.3 default page. Yet, if I edit the /conf/server.xml file and change the port to 8081, and restart Tomcat it then correctly displays the 4.01 default page. I have tried

How to install & configure TOMCAT 4.01 on Linux

2001-11-02 Thread Shomal
I am new to linux environment. I want to install tomcat 4.01 on linux as a servlet container since apache is my default web server. I also want to know where shall i install tomcat and how to configure apache to send the servlet requests to tomcat. thx in advance for any response. = Shomal

RequestDispatcher.forward

2001-11-02 Thread Brian Kreitzer
For the life of me I can't get this to work or the .include function. Here is my code: public class HelloWorldExample extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {

Re: Unable to run JSP files..(Samples are Running)

2001-11-02 Thread mahender reddy G
Hi I deleted all the directories in the work folder and restarted the Tomcat. by G Mahender Reddy - Original Message - From: Sriram Narayanan <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Saturday, November 03, 2001 11:56 AM Subject: Re: Unable to run JSP files..

Re: Unable to run JSP files..(Samples are Running)

2001-11-02 Thread Sriram Narayanan
Hi, So what was the problem and how did you solve it ? Sriram 03/11/2001 11:56:05 AM, "mahender reddy G" <[EMAIL PROTECTED]> wrote: >Hi Sriram >Thanks for your help. Now Its working fine > >by >G Mahender reddy > _ Do You Yahoo!? Ge

Re: Unable to run JSP files..(Samples are Running)

2001-11-02 Thread mahender reddy G
Hi Sriram Thanks for your help. Now Its working fine by G Mahender reddy - Original Message - From: Sriram Narayanan <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Saturday, November 03, 2001 11:45 AM Subject: Re: Unable to run JSP files..(Samples are Running) > Hi

Re: Unable to run JSP files..(Samples are Running)

2001-11-02 Thread Sriram Narayanan
Hi, Try deleting all the directories in the work sub folder, and restarting tomcat. This worked for me yesterday ... Also, what exactly happens when you modify a sample file and see that it "is not working". What is the error reported ? Sriram 03/11/2001 11:43:36 AM, "mahender reddy G" <[EMA

Unable to run JSP files..(Samples are Running)

2001-11-02 Thread mahender reddy G
Hi All Iam unable to run the my JSP files. But iam able to run the samples came with the apache tomcat. iam getting HTTP 404 Not found error. and when i modify the sample files that file is not working. Can any body help me please.. Thanks in advance. G Mahender Reddy -- To unsubsc

RE: new tomcat user

2001-11-02 Thread Eric Strain
I've downloaded and installed JCreator, (accepting the installation defaults)when I try to build tomcat.java I get variations of the following error: C:\jdk1.1.8\bin\Tomcat.java:10: Package org.apache.tomcat.util not found in import. I have the required packages on my system, where does JCrea

Re: tomcat 4.0.1 & jetspeed

2001-11-02 Thread Brad Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As requested by Craig McClanahan, here is the traceback : 2001-11-01 20:00:20 Manager: install: Installing web application at '/jetspeed' from 'jar:file:/var/tomcat4/webapps/jetspeed.war!/' 2001-11-01 20:00:20 StandardHost[localhost]: Installing web

Re: Mod_webapp configuration

2001-11-02 Thread Pier Fumagalli
(Ok, today I _have_ to say this :) There is no time frame... Some of the code is already there (like, Apache already knows whether he should serve a file or delegate its execution to the servlet container). If it itches you scratch it :) :) Meaning, you're more than welcome to figure out how it wo

Re: MySQL jdbc connection url

2001-11-02 Thread Jayson Yu
Hi It should be: jdbc:mysql://localhost/authority?user=test&password=test json At 01:51 PM 11/1/01 +0100, you wrote: >Hello, > What's the correct MySQL jdbc connection url? I'm trying to setup >jdbcRealm on tomcat 4.0.1, > and using this url pattern : >connectionURL="jdbc:mysql://local

Re: Realms - info/documentation?

2001-11-02 Thread Craig R. McClanahan
On Fri, 2 Nov 2001, Adrian Hall wrote: > Date: Fri, 2 Nov 2001 16:28:12 -0800 > From: Adrian Hall <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Realms - info/documentation? > > Hi, > > I am wanting to write a new security realm for a we

[FAQ] jGuru FAQ Update

2001-11-02 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

RE: Mod_webapp configuration

2001-11-02 Thread Parashar, Hitesh
What is the time-frame for this change to be in? >It will be supported in upcoming releases by mod_webapp, all static content >(so the one not associated with a filter, with a servlet, or with security >constraints) will be served automagically by Apache. >pier -- To unsubscribe:

RE: Page not found

2001-11-02 Thread Ray Madigan
u need to add your application to server.xml in the conf directory. -Original Message- From: Daniel Kushner [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 5:14 PM To: Tomcat Users List Subject: Page not found Hi, I got Tomcat setup. http://localhost:8080/index.html works fi

Page not found

2001-11-02 Thread Daniel Kushner
Hi, I got Tomcat setup. http://localhost:8080/index.html works fine and so does /examples/. I created a directory named 'greeting' under the webapps directory. In greeting there's an index.html file. When I go to http://localhost:8080/greeting/index.html I get a page not error. Any ideas? Thanks

Re: Mod_webapp configuration

2001-11-02 Thread Pier Fumagalli
Cracauer, David D. at [EMAIL PROTECTED] 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? It

Realms - info/documentation?

2001-11-02 Thread Adrian Hall
Hi, I am wanting to write a new security realm for a web application that I am currently developing. I had hoped to use one of the standard realms to do this, but no dice. Now, I would like information on the following: How standard are realms? Will my new realm class be importable into BEA

HttpUtils

2001-11-02 Thread Ray Madigan
Has anyone been able to call the method HttpUtils.getRequestURL ( request ) from within a Tomcat 4.0 jsp. If the call works for you could you give me some advice, and if the call doesn't work, how do you work around it? Any help would be appreciated Thanks in advance RayM -- To unsubscribe:

Re: can you call (include) a servlet from a jsp

2001-11-02 Thread Mika Goeckel
Heya! Try calling the doGet(HttpServletRequest request, HttpServletResponse response) method of your servlet class, it will use "out" to write to your jsp's stream. Btw, you can compile your jsp into a servlet (i.e. get the java source) if you manually invoke the jspc with the keepgenerated optio

can you call (include) a servlet from a jsp

2001-11-02 Thread RSEQUEIRA
Can you include the output of a servlet from within a jsp? I tried using: but it didn't work right. Any help/comments will be appreciated. -- To unsubscribe: For additional commands: Troubles with the list:

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
>Why not use mod_webapp??? I need to map /servlet to /servlet and *.jsp to tomcat Can't find a way with mod_webapp. -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 5:14 PM To: Tomcat Users List Subject: RE: Mod_webapp configuration Hello

RE: Mod_webapp configuration

2001-11-02 Thread Adam Fowler
Hello, Take a look at TC4's server.xml and uncomment the ajp13 lines. Now install mod_jk as per TC3.2 docs. It *should* work although I've never tried it. Why not use mod_webapp??? Adam. On Fri, 2001-11-02 at 22:58, Cracauer, David D. wrote: > I'm lost. I'm gonna go look for some docs... > I

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

2001-11-02 Thread Philippe Muller
Thanks --- Paul DuBois <[EMAIL PROTECTED]> wrote: > >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 > > You probably haven't (like I didn't when I

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
I'm lost. I'm gonna go look for some docs... I assume you don't connect it to the warp connector. Is there a ajp12 or 13 connector that I am missing? -Original Message- From: Steve Brunton [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 4:48 PM To: Tomcat Users List Subject: R

Re: Mod_webapp configuration

2001-11-02 Thread Steve Brunton
"Cracauer, David D." wrote: > > Can mod_jk be used with Tomcat 4? > I sure hope so. I've got it running with 4.0.1 -- Steve Brunton <[EMAIL PROTECTED]> Phone: 404-827-2756 Chief Engineer Enterprise SystemsOne CNN Center, Atlanta GA CNN Internet Technologies ICBM: 84W 23' 45"

Re: Odd include file behavior on test

2001-11-02 Thread smashingwebs
Thanks to all for all your help! That worked! - Original Message - From: "Smith, Lawrence T (Lance)" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 5:36 AM Subject: RE: Odd include file behavior on test > That particular include statement

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

2001-11-02 Thread Paul DuBois
>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 You probably haven't (like I didn't when I first installed TC 4) read the Linux-specific paragraphs in REL

NT Realm

2001-11-02 Thread Henrik . Borgstrom
Hi I'm new to Tomcat and I have a question... Is it possible to use the NT realm(accessing the NT PDC from a standalone server) and to get access to the specific username from the loged on user, on a JSP page? I'm using Tomcat 4 on Win200. /Henrik -- To unsubscribe:

Re: Nightly mod_webapps Build

2001-11-02 Thread Scott Archer
--Note I did not write this I am pasting it from an e-mail I recieved-- Today I had some extra time so got back down to working on this problem and found this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3534 So I checked out the latest (as of today) "jakarta-tomcat-connectors" module

RE: Mod_webapp configuration

2001-11-02 Thread Cracauer, David D.
Can mod_jk be used with Tomcat 4? -Original Message- From: Steve Brunton [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 2:22 PM To: Tomcat Users List Subject: Re: Mod_webapp configuration "Cracauer, David D." wrote: > > He comes through again! > I'll look into mod_jk. I ass

RE: catalina shutdown problem - waiting for instance to be deallocate d

2001-11-02 Thread Craig R. McClanahan
On Fri, 2 Nov 2001, Tsai, Eddie wrote: > Date: Fri, 2 Nov 2001 15:55:27 -0600 > From: "Tsai, Eddie" <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: catalina shutdown problem - waiting for instance to be > dea

Re: Embedding Tomcat with intra-app Servlets

2001-11-02 Thread Todd Wright
On Friday 02 November 2001 16:08, Craig R. McClanahan wrote: > 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

RE: catalina shutdown problem - waiting for instance to be deallocate d

2001-11-02 Thread Tsai, Eddie
i was running 4.0 when i noticed the problem. i am now running 4.0.1 and have hard time duplicating the problem. i assume that is fixed in 4.0.1. i will keep my eye on it. to upgrade from 4.0 to 4.0.1, i basically copied the following jar files from 4.0.1 and left rest the same because i wanted t

Tomcat 3.2.3 issue with Domino 5.0.8

2001-11-02 Thread jesus . chavez
Hi, I'm having troubles migrating a bean that I'm currently using under Tomcat 3.1.1 to Tomcat 3.2.3 The bean tries to create a session thru DIIOP using this code on the init method try { session = NotesFactory.createSession(Host, User, Password); } catch (NotesException une)

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 environme

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

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-

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 sol

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 include

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 f

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/ b

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 a

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 PROT

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 StandardWrapper[LoginServlet]

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

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

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 Serv

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 PRO

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 followi

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 speci

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

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 d

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 mea

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)]: jk_

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 WebA

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: For additional commands:

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 http://localhost/servlet/servlet/

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

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

Re: tomcat 4.0.1 & jetspeed

2001-11-02 Thread Craig R. McClanahan
Could you quote the entire exception traceback? I don't think there is anything in Tomcat that cares whether or not there is a MANIFEST.MF file (which would make this a Jetspeed question rather than a Tomcat one), but the only way to know for sure is to see the stack trace. Craig On Thu, 1 Nov

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

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: For additional commands: Troubles with the list:

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? Th

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

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 set

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-

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 : http://localhost/example

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 neve

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

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

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.

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 f

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

[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

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: For additional commands:

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.

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 [

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 p

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

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 ext

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

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 Lis

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 su

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 ho

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

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 fil

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 nightl

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 [mailto:[E

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 Nachricht

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

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

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 j

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 di

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: For additional commands:

  1   2   >