tomcat install config error linux!!

2001-01-03 Thread Deepak C S
Hi, Ive just installed tomcat3.2.1 on linux and trying to run it standalone. while starting the server,Im getting FATAL:java.io.IOException: Address already in usecat-3.2.1/./webapps/examples"/t est context static) that# java.io.IOException: Address already in use

mod_jk problem ???

2001-01-03 Thread Nagappan
Hello all, Where can I, get the shared object of mod_jk. Its not available in the site. Some one please help me 2 find out. I'm running Debian GNU/Linux. I, also tried with the RPM's available. So, I, get the source and compiled. Still its giving me problem like the following, 2000-12-30 10:3

Re: Tomcat: Installation problem

2001-01-03 Thread Scribe
You must set the initial environment memory alotment to 2816 MB, When you Open a DOS window, click on properties, click on memory, set initial environment memory to 2816 - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 03, 2

AW: pls help-freebsd,mod_jk,apache,up all night and turning psycho!

2001-01-03 Thread Daniel Haischt
hello, 1st step use the makefile i've attached to this mail. the one which comes with the tomcat distribution ist crap (sorry, 'bout that). it defines symboles as c compiler flags which wont work on freebsd. note: i'm talking about freebsd 4.0 2nd step - configuring the module to

Re: Newbie Q: How to get a Servlet workiing?

2001-01-03 Thread Pete Ehli
If you can go to the examples and run them in tomcat then just mirror the hello world program which is a servlet in the webapps example directory. Use the examples as a reference - that why they are there. You need to add a context in you server.xml file. Look at the example context and copy

Software Download

2001-01-03 Thread John Pashley
The last time 30.04.2000 I downloaded Tomcat I got the following files (Windows version): ApacheModuleJServ.dll isapi_redirect.dll jni_connect.dll nsapi_redirect.dll jakarta-ant.zip jakarta-tomcat.zip jakarta-tools.zip jakarta-watchdog.zip jni_connect_dll.zip nsapi_redirect_dll.zip This time I o

About filtering or redirecting problem.

2001-01-03 Thread 김성관
Hi all!! I'd like to know how to redirect the result of the php script to the Tomcat. Php module is compiled on Apache 1.3.12 , and I use Tomcat3.2.1 , jdk1.2.2 on linux. Is there a method to do that? Please help me~~

Tomcat: Installation problem

2001-01-03 Thread BOBANYS
I'm trying to install Tomcat on my PC with Windows 98 (second edition). == My autoexex.bat: @C:\PROGRA~1\NORTON~1\NAVDX.EXE /Startup @ECHO OFF PATH=c:\windows;c:\windows\command;c:\ibmtools;c:\;C:\MSSQL7\BINN LH DOSKEY SET PATH=c:\jdk1.3\bin;c:\jdk1.3\lib;%PATH% SET CL

Re: virtual domains config...

2001-01-03 Thread Parvez
hi thanks Ingo, i got it done for the virtual domains. it says file not found for the other domain, i.e. when i type http://otherdomain.foo.com/examples/jsp/test.jsp but when i enter http://otherdomain.foo.com:8080/examples/jsp/test.jsp it shows me the file. How do i restrict the jsp's an

Re: bind problem

2001-01-03 Thread Ritchie Young
Which port are we talking about here? If you haven't changed server.xml then it would be trying to listen on ports 8080 and 8007. It looks here like you have a java process of some kind listening on port 8080 (PID 258). If this is the state that the system is in before you try to start tomcat and

Re: bind problem

2001-01-03 Thread Andrew Burrows
Hi Ritchie, I ran that but it hasn't listed anything on that port. csjsp:/etc/apache# netstat -nlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp0 0 0.0.0.0:80 0.0.0.0:*

Re: Accessing Context's "lib" path

2001-01-03 Thread Craig R. McClanahan
Steve Cote wrote: > Do I understand this right? > > If I place a jar file in a context's lib directory my classes should have > access to it? Yes. To be slightly more precise, we're talking about JAR files you place in the WEB-INF/lib directory of your web app. > When I display System.getPrope

Re: bind problem

2001-01-03 Thread Ritchie Young
Use netstat -nlp to find the process id that is listening on that port. Cheers Ritchie - Original Message - From: "Andrew Burrows" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 11:23 AM Subject: Re: bind problem > Hi David, > Could you tell me how to fi

Re: bind problem

2001-01-03 Thread Andrew Burrows
Hi David, Could you tell me how to find what process is using this port. Andrew Ps It is install on a linux box. > From: "David M. Holmes" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Wed, 3 Jan 2001 20:34:57 -0800 > To: [EMAIL PROTECTED] > Subject: Re: bind problem > > The addre

Accessing Context's "lib" path

2001-01-03 Thread Steve Cote
Do I understand this right? If I place a jar file in a context's lib directory my classes should have access to it? When I display System.getProperty("java.class.path") all that appears is the $CLASSPATH with $TOMCAT_HOME/classes and the jar files in the $TOMCAT_HOME/lib directory. How do my s

Re: bind problem

2001-01-03 Thread David M. Holmes
The address & port that Tomcat is trying to listen on is already in use... --- Andrew Burrows <[EMAIL PROTECTED]> wrote: > Hi All > Could anyone shed some light on this error I get when starting tomcat. > > csjsp:/usr/local/tomcat/bin# ./startup.sh > Using classpath: > .:/usr/local/tomcat/lib/

bind problem

2001-01-03 Thread Andrew Burrows
Hi All Could anyone shed some light on this error I get when starting tomcat. csjsp:/usr/local/tomcat/bin# ./startup.sh Using classpath: .:/usr/local/tomcat/lib/ant.jar:/usr/local/tomcat/lib/jasper.jar:/usr/local/ tomcat/lib/servlet.jar:/usr/local/tomcat/lib/test:/usr/local/tomcat/lib/webs erve

JSP debugging question

2001-01-03 Thread Rick Horowitz
I'm using Tomcat 3.2.1 with JBuilder 4.0 foundation. I've managed to configure it appropriately to debug my Tomcat application, although I have one problem that I cannot figure out...hoping someone has the answer. My JSP files are in a subdirectory of my webapp context directory...called "jsp

virtual host..

2001-01-03 Thread bhkwan
I have tried to setup virtual host with Tomcat but failed. JSP run on main.somewhere.com but None of the JSP run on the a.somewhere.com virtual host. here is my server.xml configuration: . Here is my httpd.conf. ... JkWorkersFile /home/apps/jak

Re: pls help-freebsd,mod_jk,apache,up all night and turning psycho!

2001-01-03 Thread Dave Smith
Phillip, Question, did you compile mod_jk.so using the supplied makefile? If so, you didn't get the whole thing compiled. The makefile doesn't work correctly. So that is the first shibboleth. Your config files look pretty good, which is why I ask. The mod_jk.so will appear to compile and even lo

Re: web-app-2.3.dtd

2001-01-03 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > Thanks for the suggestions. Here is how I started Tomcat. > > [eas@plutus easMail]$ CATALINA_HOME=$TOMCAT_HOME startup.sh > Using CLASSPATH: >/home/src/Java/jakarta/dist/tomcat-4.0/bin/bootstrap.jar:/home/src/Java/jakarta/dist/tomcat-4.0/bin/servlet.jar:/home/src/Java/

Re: web-app-2.3.dtd

2001-01-03 Thread Earl . Stutes
Thanks for the suggestions. Here is how I started Tomcat. [eas@plutus easMail]$ CATALINA_HOME=$TOMCAT_HOME startup.sh Using CLASSPATH: /home/src/Java/jakarta/dist/tomcat-4.0/bin/bootstrap.jar:/home/src/Java/jakarta/dist/tomcat-4.0/bin/servlet.jar:/home/src/Java/jakarta/dist/tomcat-4.0/bin/naming

TOMCAT Question

2001-01-03 Thread Lin Gan
Hi, I try to run Servlet from TOMCAT, but it has error. Please give me some help! The Servlet is to access Oracle DB. V8i. from the Travel DB that I download from Oracle site. I use Jdeveloper 3.1.1.2 to create this project. It compiles and runs fine in Jdeveloper. When I try to deploy it to TOMC

Re: How do I determine the admin userid and password?

2001-01-03 Thread Bill_Fellows/MO/americancentury
Try this, In /conf/server.xml /bill "Ravi Sundaar" <[EMAIL PROTECTED]> on 01/03/2001 05:17:28 PM Please respond to [EMAIL PROTECTED]; Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Bill Fellows/MO/americancentury) Subject: How do I determine the admin

How do I determine the admin userid and password?

2001-01-03 Thread Ravi Sundaar
Hi, I am trying to add a new context using the admin interface: http://localhost:8080/admin/contextAdmin/ However, Tomcat requires an admin user id and password. I couldn't find it from the documentation and so I created a user called "admin" and password "admin" in the file tomcat-users.xml. I

Re: How to serialize to specific location?

2001-01-03 Thread Craig R. McClanahan
Todd Chaffee wrote: > > I am serializing to implement persistence. Considering your point above, > any suggestions on a 'better' way to do this? My first thought was a flat > file and then I realized that serializing the bean would be more portable > and a more 'java' way of doing it but maybe

RE: IlegalStateException - Please Mind it!

2001-01-03 Thread Ariel
Thank you Craig, I will try to supply more information. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 10:25 PM To: [EMAIL PROTECTED] Subject: Re: IlegalStateException - Please Mind it! Ariel wrote: > I am receiving the foll

Re: How to serialize to specific location?

2001-01-03 Thread Todd Chaffee
Thanks for the suggestions. Your explanations cleared things up considerably. One of your points got me wondering if I'm heading down the wrong path here. Please see my note in the original thread below. Thanks, Todd Chaffee At 12:33 PM 01/03/01 -0800, you wrote: >Todd Chaffee wrote: > > >

Re: Tomcat Standalone worked, now doesn't.

2001-01-03 Thread Sterling
H- Yes that was it. Once that process was killed, tomcat started right up. Strange. Thanks to all for assisting with this. Your clues and advice are much appreciated. Thanks. -Sterling Randy Layman wrote: > The problem seems to be that you started Tomcat, tried to stop > Tomcat, an

Mod_jk on HP-UX 11.0 (64 bit)

2001-01-03 Thread Kip Iles
Has anyone had any luck building mod_jk 3.2.1 under HP-UX 11.0 (64-bit) using HP's ANSI C compiler. Apache is Server Version: Apache/1.3.14 (Unix) mod_ssl/2.7.1 OpenSSL/0.9.6 mod_jk and MM 1.1.3 (shared memory library). I just want to build the .so separately. Makefile follows ... ARCH=PA_RISC2

Re: Tomcat-4.0-m5 Problem running the build

2001-01-03 Thread Craig R. McClanahan
Paul Fernandes wrote: > Hi, > I'm using jdk1.2, Windows NT 4.0, on an INTEL platform. I'm having a > problem running Tomcat4.0 milestone 5. I followed the directions and > succeeded in getting a successful build, but am having problems running > the build. > > The following appears when I

"Can't find bundle" - Tomcat does not start

2001-01-03 Thread Jaap van der Molen
I've had the exact same problem with the en_US locale, but no reply from anybody. This seems to be a rare but unfortunately quite persistent problem. I have only had it with Tomcat 3.2 & 3.2.1 on a win2000/win98 box. Surprisingly, Tomcat 3.1 and 4.0 work fine. Please, does anyone have a clue? re

RE: Setting properties outside of the WAR

2001-01-03 Thread Steven Newton
> server's I've seen offer some sort of "deployment tool" that > lets you perform > customizations like this as you deploy an application. > Off the top of my head, it seems that the right way to do it would be to specify a properties extension mechanism with more expressiveness than the simple

Re: How to serialize to specific location?

2001-01-03 Thread Craig R. McClanahan
Todd Chaffee wrote: > I have a bean (used in a JSP) that serializes itself once the user submits > a form. When the bean serializes itself, it uses a simple file name with > no path. > > The serialized bean is getting saved in /opt/tomcat/ even though I am > running in a context that has a base

Re: web-app-2.3.dtd

2001-01-03 Thread Craig R. McClanahan
David Weinrich wrote: > Earl: > > I had the same issue a few days back, try setting the CATALINA_HOME env. > variable to the appropriate directory ( if it isn't already set ). That > seems to have solved it for me. > > Good luck! > David > You also need to make sure that your web.xml file has th

Re: Tomcat as NT service

2001-01-03 Thread John Ellis
Damiano, This has been discussed. It is a bug in the 1.3 JVM. You can get around it by using an NT service that use JNI like jsrvany at http://jsrvany.sourceforge.net/ or by running 1.2.2 or by waiting until Sun fixes the bug in 1.3.1 John Damiano Pezzotti wrote: > Hi,I installed Tomcat 3.

Re: IlegalStateException - Please Mind it!

2001-01-03 Thread Craig R. McClanahan
Ariel wrote: > I am receiving the following message on my servlet running on Tomcat 3.2 on > RedHat 7.0 > > IllegalStateException: Reader already obtained for this request. > > My servlet does not use getReader() nor getInputStream() > > The same servlet run ok in Tomcat 3.1 on Windows 2000 > Wi

Re: Setting properties outside of the WAR

2001-01-03 Thread Craig R. McClanahan
Kitching Simon wrote: > I think that this whole issue (specifying configuration parameters > to web applications) needs some serious thought - possibly > at the level of the servlet spec development group, even. > The best place to address your suggestions and comments in this regard is "[EMAIL

RE: Tomcat as NT service

2001-01-03 Thread Randy Layman
Its normal if you are using JDK1.3. Its Sun's problem. Randy -Original Message- From: Damiano Pezzotti [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 1:52 PM To: Jakarta-Tomcat Subject: Tomcat as NT service Hi, I installed Tomcat 3.2 with Apache 1.3.9 using mod_jk

How to serialize to specific location?

2001-01-03 Thread Todd Chaffee
I have a bean (used in a JSP) that serializes itself once the user submits a form. When the bean serializes itself, it uses a simple file name with no path. The serialized bean is getting saved in /opt/tomcat/ even though I am running in a context that has a base path of /www/mybiz/webapps/.

Tomcat as NT service

2001-01-03 Thread Damiano Pezzotti
Hi, I installed Tomcat 3.2 with Apache 1.3.9 using mod_jk on a NT4 system.   It works fine, but I have a problem. I installed Tomcat as NT Service with jk_nt_service.exe and it works. But if I log out from the system, Tomcat crash, while Apache obviously runs.   Is it normal?? Anybody can hel

Re: Problem with Tomcat as NT service

2001-01-03 Thread Aaron Knauf
You need to specify the classpath to the JDBC driver in the wrapper.properties file.  Just putting the jar in the tomcat/lib directory is not enough.  Starting tomcat manually doesn't require this, as the batch file adds all the jars in the lib directory to the classpath. Happy New Year

RE: Tomcat Standalone worked, now doesn't.

2001-01-03 Thread Randy Layman
The problem seems to be that you started Tomcat, tried to stop Tomcat, and tried to start Tomcat again. The output of ps -ef you posted earlier shows that Tomcat is still running. If I remember correctly the people here who were using Kaffe with Tomcat were having networking problems (i

Re: web-app-2.3.dtd

2001-01-03 Thread David Weinrich
Earl: I had the same issue a few days back, try setting the CATALINA_HOME env. variable to the appropriate directory ( if it isn't already set ). That seems to have solved it for me. Good luck! David - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

Servlet mapping problem

2001-01-03 Thread Marco Leal
Hi guys! I'm having some problems with servlet mapping in a servlet application. My 'web.xml' file looks like this: [...] room myapp.presentation.Room room /room [...] I'm using session management through URL encoding. The problem is this: if, for instance, I

Re: Tomcat Standalone worked, now doesn't.

2001-01-03 Thread Sterling
H- This is a confusing situation. Because... I installed tomcat in the /usr/local/ directory, Java (JDK1.3) in the same directory. Grabbed an older version of stdc++ library. After these three things were put on everything worked fine. Servlets, jsp pages everything through the 8080 port. Then

Re: Tomcat Standalone worked, now doesn't.

2001-01-03 Thread Travis Low
Ack! You are not using Sun's JDK, perhaps that is the problem? Kaffe always gives me a headache. Each time I install a machine (too often), I delete all the java-related binaries in /usr/bin. Try "java -version" and see what you're really running. T Sterling wrote: > > H- > > Thanks for th

Tomcat import problem

2001-01-03 Thread Kaushal Patel
I am not able to do import com.codestudio.util.*; to use PoolMan in my Java bean that i am trying to create I get below error while compile Running: javac VisitorSelect.java VisitorSelect.java:6: package com.codestudio.util does not exist import com.codestudio.util.*; ^ 1 error 1 error(

Tomcat-4.0-m5 Problem running the build

2001-01-03 Thread Paul Fernandes
Hi, I'm using jdk1.2, Windows NT 4.0, on an INTEL platform. I'm having a problem running Tomcat4.0 milestone 5. I followed the directions and succeeded in getting a successful build, but am having problems running the build. The following appears when I run bin\catalina start: A

Re: Tomcat Standalone worked, now doesn't.

2001-01-03 Thread Sterling
H- Thanks for the reply. That was my thoughts but I didn't know how to determine what was listening to what. I did a ps -ef and this is an entry that caught my attention. root 13970 1 0 Jan02 ?00:00:11 /usr/lib/kaffe/bin/Kaffe -Dtomcat.home ./bin/.. org.apache.tomcat.startup.Tom

RE: multiple instances of Tomcat

2001-01-03 Thread Ed Gomolka
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 03, 2001 12:29 PM > To: [EMAIL PROTECTED] > Subject: Re: multiple instances of Tomcat > > > Amy Roh wrote: > > > Does tomcat allow multiple instances running on the same machine? > > Yo

Re: multiple instances of Tomcat

2001-01-03 Thread Craig R. McClanahan
Amy Roh wrote: > Does tomcat allow multiple instances running on the same machine? You can do this if you run Tomcat on different port numbers. > What happens > if you have different JSP files with same name on different ports? Does it > create one java file or two? Will one overwrite the ot

RE: .jsp error after install

2001-01-03 Thread Randy Layman
In your environment before you launch the shell script, or add it to the shell script explicitly. On NT this would be: set JAVA_HOME=c:\jdk1.2 tomcat start On UNIX under a bash shell (I believe, its been a while): export JAVA_HOME=/usr/local/jdk1.2 tomcat start Randy -Orig

RE: Tomcat Standalone worked, now doesn't.

2001-01-03 Thread Ritwick Dhar
In my experience, this problem has one source - your box is running some server that's listening to the same port that Tomcat is trying to listen to. Since you say that you have a problem running Apache and tomcat simultaneously, it sounds like Tomcat's web server has been configured to listen to

RE: Newbie Q: How to get a Servlet workiing?

2001-01-03 Thread Michael Wentzel
Put your class file in ./Web-inf/classes/ and add the following to you ./Web-inf/web.xml file:   ABC abc If you want to hide the fact that it's a servlet you can add the following to your web.xml   ABC     acb.htm     Michael Wentzel Software Developer Software As We Think -

RE: curious behavior - pseudo servlet-mapping with mod_jk

2001-01-03 Thread Jacob Kjome
Thanks, Luc But I'm not sure if you answered my question or not. I understand the /servlet/ stuff and that you can even leave out any registration of a servlet and see that servlet under, for example, /servlet/Quiz (as long as the class is named Quiz.class with case being meaningful). The thing

RE: Accessing a local webserver with IE 5.5

2001-01-03 Thread guyr
Buried somewhere in your network settings (I'm in front of an NT box at the moment) is an indicator of when Win2K should try to connect to a network. Your's is currently set to "always connect". Find that setting and change it to "never connect". Then you won't be prompted to connect. -Orig

Re: virtual domains config...

2001-01-03 Thread Ingo Luetkebohle
On Wed, Jan 03, 2001 at 01:31:59PM +0530, Parvez wrote: > how do i configure httpd.conf to integrate tomcat only for one of the virtual >domains, i tried to include tomcat-apache.conf in that virtual domain. but does not >work. has anyone tried it. Just put the mount directives into the virtual

RE: .jsp error after install

2001-01-03 Thread Michael Wentzel
the script files in TOMCAT_HOME/bin/ setup all of your environment params. > where abouts do you set up the Java Home variable > -- Michael Wentzel Software Developer Software As We Think - To unsubscribe, e-mail: [EMAIL PROT

Re: How manage multiples developers with Tomcat ?

2001-01-03 Thread Ingo Luetkebohle
On Wed, Jan 03, 2001 at 05:57:44PM +0100, Ludovic Maitre wrote: > - Is there a solution to reload a webapp without stopping the entire > server ? (it will be the most useful for me) This is available through the manager servlet in Tomcat 4. I found Tomcat 4m5 to be definetely stable enough for de

Newbie Q: How to get a Servlet workiing?

2001-01-03 Thread Vivienne
Hi, I recently got Tomcat 3.2.1 running (standalone) on my Redhat 6.1 machine.   I got it installed in /usr/local/tomcat and has changed nothing.   Supposed I got a servlet class, say abc.class then where should I put this file and what else do I need to do with Tomcat configuration to get i

pls help-freebsd,mod_jk,apache,up all night and turning psycho!

2001-01-03 Thread Phillip C Rhodes
Well, getting past the point of frustration anyway. I read all the docs and have set Athis up on NT fine with virtual hosting and apache...and put JRun on 4 different OS's but can't get this install to work. I am running Apache 1.3.9 on 3.4-RELEASE FreeBSD Tomcat is 3.2.1. JDK is the native 1.

Re: Setting properties outside of the WAR

2001-01-03 Thread Ted Husted
Perhaps where this is going is a WebApp configurator that knew how to parse XML's , and could display the properties as a administrator-friendly menu, rather than a grisly collection of XML tags. The application might also be able to save a backup copy of configuration, and perhaps patch an older

Tomcat Standalone worked, now doesn't.

2001-01-03 Thread Sterling
H- I'm trying to get Tomcat working as a stand alone on my server. Again. I have unzipped/tared the 3.2 binary into the usr/local directory. Tomcat was working before but for some reason it appeared to be interferring with Apache and would grab the pages first (timeout) than apache would display

RE: EJBs

2001-01-03 Thread guyr
Title: Message Look at jboss and openejb (just type those words in your browser address bar - the search engine will find the appropriate sites.) -Original Message-From: Christopher Benson [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 02, 2001 9:27 PMTo: [EMAIL PROTECTED]Su

Re: Problem with Tomcat as NT service

2001-01-03 Thread Betty Chang
Does your wrapper.properties include the jar or zip file of your JDBC driver? Betty - Original Message - From: Vinod <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 03, 2001 3:47 AM Subject: Problem with Tomcat as NT service > Hi, > I have jakarta-tomcat-3.2 ru

Re: .jsp error after install

2001-01-03 Thread Derek Mc Connon
where abouts do you set up the Java Home variable - Original Message - From: Randy Layman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 03, 2001 6:27 AM Subject: RE: .jsp error after install > > You didn't set JAVA_HOME to include the jdk. > > Randy > > -Orig

Re: problem with mod_jk

2001-01-03 Thread Filip Hanik
JkMount does not work in the same way as ApjServMount JkMount /context worker worker != URL take a look at the docs Filip http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html - Original Message - From: "Victor Louis" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: mod_jserv.so

2001-01-03 Thread Filip Hanik
I recommend converting over to mod_jk.so instead. It is an easier to use protocol. mod_jserv.so will not be continued in development.   take a look at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html   Filip - Original Message - From: Mark Burton

Re: SSL for Stand Alone Tomcat WebServer

2001-01-03 Thread Filip Hanik
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto.html   Filip - Original Message - From: Vaughn, Matt To: '[EMAIL PROTECTED]' Sent: Wednesday, January 03, 2001 8:17 AM Subject: SSL for Stand Alone Tomcat WebServer Does anyone know

Q: HTTP Headers

2001-01-03 Thread Michael Wentzel
I am having a problem with an automated process in a servlet taking too long and the browser times out. Anyone know of a way to set the timeout limit in headers? i.e. response.setHeader("TIMEOUT", "10"); ... --- Michael Wentzel Software Developer Software As We Think --

Re: curious behavior - pseudo servlet-mapping with mod_jk

2001-01-03 Thread Luc Vanlerberghe
That's because you're using the InvokerInterceptor that is mapped to all /servlet/ requests. In your server.xml file you'll see the entry: It is just a handy tool to use during development that allows you to call any servlet without having to register it in . Apparently it accepts both

RE: Setting properties outside of the WAR

2001-01-03 Thread Kitching Simon
Hi Ritchie (and anyone else interested) Something else occurred to me after sending this email, and reading an unrelated email from Craig. Craig was talking about being able to run a webapp direct from a WAR file without unpacking it. Yes, the idea sounds nice, but then how is anyone to configur

How manage multiples developers with Tomcat ?

2001-01-03 Thread Ludovic Maitre
Hello and happy new year ! We have a lot of developers who needs to develop java servlets and we have chosen Tomcat 3.2.1 & Apache 1.3.14 as servers. (because they are open source and a lot of stuff are developped for this (Cocoon, Jetspeed)). [for the moment i've used only Tomcat 3.1] But we h

Re: Setting properties outside of the WAR

2001-01-03 Thread Ritchie Young
Craig R. McClanahan wrote: > The settings in server.xml are designed to configure Tomcat's own features -- > not your application. Your app is responsible for that. You can do things in a > portable way (for example, call > ServletContext.getResource("/WEB-INF/myprops.properties")), or not, as y

SSL for Stand Alone Tomcat WebServer

2001-01-03 Thread Vaughn, Matt
Does anyone know of any documentation or a step-by-step process for setting up SSL with Tomcat as a stand-alone web server. We want to use Sun's JSSE with Tomcat to provide SSL for our web application.   Any assistance would be appreciated...we would like to reward your assistance with some

manage tomcat via Web

2001-01-03 Thread Max
Hi all! Does anybody know is there any way to manage tomcat via Web ? Like Jrun for example ? Thank you! -- Best regards, Max mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Setting properties outside of the WAR

2001-01-03 Thread Ritchie Young
Oh good, it's not just me. Thanks, I would appreciate it if you did forward me a copy of that script. Cheers Ritchie - Original Message - From: "Kitching Simon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 03, 2001 6:07 PM Subject: RE: Setting properties outside

curious behavior - pseudo servlet-mapping with mod_jk

2001-01-03 Thread Jacob Kjome
I just noticed something that seems to work for me, but I can't determine quite why? Maybe someone can confirm that this is expected behavior or not. I am running Tomcat 3.2.1 on Windows 2000 It seems that if you have a servlet registered in web.xml like this: quiz Quiz

Re: Problem with Tomcat as NT service

2001-01-03 Thread mayan
I never tried to run tomcat as a service, but the same thing happened to me before. So I hope the following will help: I had a servlet class which also has a main() function for dos-console testing. I found that I have to use different jdbc driver to open the same Access datasource. The reason,

RE: mailinglist vs newsgroup

2001-01-03 Thread Ted Husted
On 1/3/2001 at 9:37 AM Wheeler, Alfred wrote: >There's no need to read every word of every message. If the title doesn't interest me and the message is from group, then I just delete it. Another good trick is to sort by author, and read the messages of your favorite submitters first (i.e., the

RE: .jsp error after install

2001-01-03 Thread Randy Layman
You didn't set JAVA_HOME to include the jdk. Randy -Original Message- From: Gary Lyons [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 9:07 AM To: [EMAIL PROTECTED] Subject: .jsp error after install Hi, I just installed tomcat3.2.1 on Solaris 8 on a SPARC

Re: mod_jserv.so

2001-01-03 Thread Daniel A. Melo
You can download the tomcat sorce, and compile the mod_jser.c. I recommend the mod_jk.c (mod_jk.so). Read the docs to get the diferences between mod_jk and mod_jserv. []´s Daniel A. Mark Burton wrote: > I work for a company that is developing software that uses the Apache > web server with T

RE: mailinglist vs newsgroup

2001-01-03 Thread Wheeler, Alfred
There's no need to read every word of every message. If the title doesn't interest me and the message is from group, then I just delete it. The whole task takes only a second. If the title is interesting and the message isn't too long, then I read it; else if it's too long, then I delete it as in

RE: Problem with Tomcat as NT service

2001-01-03 Thread Goode, Jay
vinod - you may want to check the permissions you're running the service under. when running as a service the user context is usually different than when you're running interactively. jay -Original Message- From: Vinod [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 4:47 AM

problem with mod_jk

2001-01-03 Thread Victor Louis
Hi, I was using tomcat with apache+mod_jserv on Redhat 6.2. Now I upgraded to mod_jk from mod_jserv. The scenario is I am hosting multiple sites on my intranet server. Earlier I was was using ApJServMount for mounting on different ports like in the following lines and each site had its own serve

.jsp error after install

2001-01-03 Thread Gary Lyons
Hi, I just installed tomcat3.2.1 on Solaris 8 on a SPARC Ultra. The install went well and after starting the stand alone server I tried to run the exaples included with the distribution from the http://myhost:8080/examples/jsp/index.html page. The servlet examples ran well but the .jsp examples a

mod_jserv.so

2001-01-03 Thread Mark Burton
I work for a company that is developing software that uses the Apache web server with Tomcat as a servlet engine. We have been testing the software on Windows NT machines, but would now like to test it under Sun Solaris. We have Apache running successfully on the Sun, but are unable to get T

RE: Basic web-app question

2001-01-03 Thread Ted Husted
I'm not sure if it's something that should be fixed. What you're asking is for Tomcat to log the timestamps of any WAR files, and then unilaterally re-expand them if it notes a change. Of course, then there would be the issue of whether it should remove files that aren't in the new WAR -- an idea

RES: Post + multipart/form-data not working in Tomcat 3.1

2001-01-03 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Why dont you try to use Oreilly' package? I warrant it works fine. José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://euclides.8m.com - -Mensagem original

RE: Problem with Tomcat as NT service

2001-01-03 Thread G.Nagarajan
Hi, Just try this.   The message is because of the classpath. In windows NT, the environment variables are set separately for each user. Just go to control-panel, system and environment. There are two lists, just add the classpath to the top one.   I had a big problem with this and discov

Problem with Tomcat as NT service

2001-01-03 Thread Vinod
Hi,     I have jakarta-tomcat-3.2 running on Win NT4 and IIS. I have used jk_nt_service.exe to make tomcat as NT service and followed the steps as it is in the documentation. After that I have started the service, when I run a small jdbc example I got the sql exception 'No suitable jdbc driv

Tomcat does not start

2001-01-03 Thread Federico Delpino
Hi people, I face with the following error when I try to start Tomcat with the line command >tomcat run Exception in thread "main" java.lang.ExceptionInInitializerError: java.util.Miss ingResourceException: Can't find bundle for base name org.apache.tomcat.resource s.LocalStrings, locale it_IT

Problem with Tomcat as NT service

2001-01-03 Thread Vinod
Hi, I have jakarta-tomcat-3.2 running on Win NT4 and IIS. I have used jk_nt_service.exe to make tomcat as NT service and followed the steps as it is in the documentation. After that I have started the service, when I run a small jdbc example I got the sql exception 'No suitable jdbc driver fou

Problems

2001-01-03 Thread Nagappan
Hello, I, have reported the following problem 2 "[EMAIL PROTECTED]", But I haven't got any reply from them. I'm NOT in any of such mailing list and even for this. I, have installed Debian GNU/Linux. In my machine apache is running perfectly well. When I, try 2 access some JSP files, my b

Re: IIS and Windows2000 support: is this coming soon?

2001-01-03 Thread Mohammed Nasr Shalaby
I have been using tomcat on IIS5.o for a while now I've set it up just the same way you do it on IIS4.0 If you need any help contact me NASR "Hawkins, Keith (Keith)" wrote: > Does the ability to integrate Tomcat with IIS running under Windows2000 > exist or be coming out soon? > I am looking fo

server.xml error

2001-01-03 Thread Khaled Ben Mohamed
When i startup tomcat there is this message : ./startup.sh Guessing TOMCAT_HOME from tomcat.sh to ./.. Setting TOMCAT_HOME to ./.. Using classpath: ./../lib/ant.jar:./../lib/jasper.jar:./../lib/jaxp.jar:./../lib/jcert.jar:./ ../lib/jnet.jar:./../lib/jsse.jar:./.. /lib/parser.jar:./../lib/server.cr

Re: bug report

2001-01-03 Thread kalai selvan
This is nothing to do with Tomcat. Actually, the classpath can't be set for a name having a space in it.i.,e   C:\Program Files\Demo Kits1.2.3 That's all. regds kalaiselvan software engineer   Vincent Chen wrote: Hi, I wanna to run tomcat as NT service, so I download jk_nt_service.exe and update

web-app-2.3.dtd

2001-01-03 Thread Earl . Stutes
I am running tomcat-4.0 from CVS. on a linux system with the SUNW jdk-1.3.0_01 I have the servletapi for servlet-2.3 from CVS. Tomcat appears to work just fine, except if I put 2.3 tags in my web.xml file the parser does not verify it. How do I get The tomcat run time web.xml parser to recognize

Re: Mailing List Archives?

2001-01-03 Thread Ludovic Maitre
Peter Brandt-Erichsen wrote: > > Sorry for the dumb question, but how > do I access the archives for > this mailing list? > you can find this at http://marc.theaimsgroup.com/ (Apache section) -- [EMAIL PROTECTED] INRIA - 2004 route des lucioles - BP 93Tel: (33/0) 4 92 38 50 41 06902 S

  1   2   >