bug report

2001-01-03 Thread Vincent Chen
Hi, I wanna to run tomcat as NT service, so I download jk_nt_service.exe and update wrapper.properties as stated in the document (NT-Service.-howto.html). My JDK is installed in e:/Program Files/JavaSoft/jdk1.3, and when I start Jakarta service, it shows error in log file:

RE: mailinglist vs newsgroup

2001-01-03 Thread Lacerda, Wellington (AFIS)
Putting the FAQ address visible in the signature would also help...like the one e-groups make ? Something stupid but effective like: To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Some security conf advice

2001-01-03 Thread lanede Last Name
Hi there, We need some advice about security conf with tomcat. We used apache+tomcat and apache took care of ip checking and so. Now we are planning to use tomcat alone (most of our pages are jsp) but we have some doubts about security conf. We have configured JBDC realm and works fine, but

Re: EJBs

2001-01-03 Thread Catherine Jung
On Tue, 2 Jan 2001, Christopher Benson wrote: Does anyone know if there are there any plans to expand Tomcat to be an EJB container as well as a JSP/Servlet/JavaBean container. If not, does Apache or any other reputable open source organization have an open source EJB container that would

RE: redirect to a static page from tomcat to apache

2001-01-03 Thread Boaz Shaham
It means that the client should look for the requested page in the alternate location (url) given in the response ONLY for this request, i.e. next requests should be for the original URL. From the HTTP 1.1 spec: 10.3.8 307 Temporary Redirect The requested resource resides temporarily under a

RE: Setting properties outside of the WAR

2001-01-03 Thread Kitching Simon
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 problem is that two deployments of the same application are not necessarily identical. The most obvious

RE: sendRedirect and setting cookies

2001-01-03 Thread Boaz Shaham
I am not sure is this is a bug or a feature. Try to set the cookie after the redirection method, i.e: response.sendRedirect(...); response.addCookie(...); return; - Boaz -Original Message- From: GoldenDawn Fan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 02:04 To:

IlegalStateException - Please Mind it!

2001-01-03 Thread Ariel
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 Ariel

RE: Tomcat 3.2.1 not recognizing index document

2001-01-03 Thread Kitching Simon
Hi, As has been stated many times in this email group, tomcat 3.2 does *not* read the file $TOMCAT_HOME/conf/web.xml any more. I bet you defined your welcome-file there - you should define the welcome-file entry in WEB-INF/web.xml instead. Note that the WEB-INF/web.xml file has always been the

RE: gracefull shutdown/removal of worker from load balance...

2001-01-03 Thread Boaz Shaham
mod_jserv documentation indicates that this should be done. Take a look at http://java.apache.org/jserv/howto.load-balancing.html However, we tried it but could not make it work. I dont know if mod_jk supports this, but I"ll be glad to hear that someone succeeded - Boaz -Original

RE: log files

2001-01-03 Thread Kitching Simon
Tomcat 4 generates "access logs" of the kind you need Tomcat 3.2 does not. If you are using tomcat 3.2, either use a webserver like apache as a front-end (apache does generate access logs) or upgrade to tomcat 4. For more information, search the email archives, as this question has been asked

Accessing a local webserver with IE 5.5

2001-01-03 Thread Stefán F. Stefánsson
Hi. I've set up Tomcat at home on a computer not connected to the Internet. It's running Win 2000 Pro. The problem is that when I try to access my locally running webserver I always get the prompt about if I want to connect to the internet or stay offline. If I select to stay offline I receive

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

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

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

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 for

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

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

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

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

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

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

mod_jserv.so

2001-01-03 Thread Mark Burton
I work for a company that is developing software that uses the Apacheweb serverwith 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

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

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 this 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.,

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

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

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 of

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

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

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

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

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: RequestInterceptor className="org.apache.tomcat.request.InvokerInterceptor" debug="0" prefix="/servlet/" / It is just a

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

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

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 running

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

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

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

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 it

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

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

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.

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

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: servletservlet-nameABC /servlet-nameservlet-classabc /servlet-class/servlet If you want to hide the fact that it's a servlet you can add the following to your web.xml

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

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

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 other

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? You can do

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

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

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

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 the

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

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: [...] servlet servlet-nameroom/servlet-name servlet-classmyapp.presentation.Room/servlet-class /servlet servlet-mapping servlet-nameroom/servlet-name

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,

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

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 help

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

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

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

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

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 the

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 path

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

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

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

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

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: 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 I'm

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.

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

2001-01-03 Thread Bill_Fellows/MO/americancentury
Try this, In /conf/server.xml Context ... trusted="true" ... /context /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)

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

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:

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:

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

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

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

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:

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

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 address port

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 find

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

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

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

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: . !-- Virtual host example - In "127.0.0.1" virtual host we'll reverse "/" and

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

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

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

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 inthe webapps example directory. Use the examples as a reference - that why they are there. You needto adda context in you server.xml file. Look at the example context and copy

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

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

  1   2   >