Re: Segmentation Fault when modifying classpath?!

2001-09-02 Thread pete
You're not by any chance using Suns JDK 1.3.1 and Linux are you? If you are, add 'ulimit -s 2048' to tomcat.sh (or just type it in the shell you launch tomcat from). This limits the maximum stack size, but i can't give you more detail than that, all i know is it works for me. This problem

Re: accessing servlets without a port number

2001-09-02 Thread pete
You could also use ipchains or similar to foward requests on port 80 to some other port i.e. 8080 to avoid running tomcat as root. -Pete Alex, port 80 is the default port for http, so what you are wanting to do is have tomcat listen on port 80 instead of 8080. to do this on a *nix box you'd

Re: finding sun.tools.javac.main?

2001-09-02 Thread pete
As a first approach, i would modify tomcat.sh (tomcat.bat i think if youre in windoze) to explicitly add c:\jdk1.3\lib\tools.jar to the classpath that tomcat uses. If that still fails, then the problem must be with your paths, or a corrupt tools.jar, though i doubt the latter would be the

isapi-redirect - is there a way to use it as case in-sensitive

2001-09-02 Thread Shay Mandel
Hi All, Is there a way to configure the isapi-redirect.dll to use the URIs in the uriworkermap.properties file, as case insensitive strings? for example, if the entry in the file is: /MyContext/mypage.jsp=ajp12 I want the redirector to redirect to this context (MyContext) requests that get to

RE: isapi-redirect - is there a way to use it as case in-sensitive

2001-09-02 Thread Shay Mandel
Hi, Thanks for the response. I am not running a multiple web site machine, but I do have 2 contexts. The problem is that I am porting an site that was written in ASP, and the name of the context there was not case sensitive. Now I have clients around the world that use it in different cases, and

RE: Re: 4.0 b7 how to do JDBC

2001-09-02 Thread Peter Shankey
Are you saying: Assuming the source is /u80/w4/jh/jakarta-tomcat-4.0-b7-src I would put jdbc2_0-stdext.jar and the vendor jdbc driver in /u80/w4/jh/jakarta-tomcat-4.0-b7-src/lib and do a build.sh or are you saying Assuming the distribution is /u80/w4/jh/jakarta-tomcat-4.0-b7-src/dist I would

Re: Tomcat 4 and JNDI Question

2001-09-02 Thread Andrew
I have the same problem: how I can configure JNDI? - Original Message - From: G.C. Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 02, 2001 8:20 AM Subject: Tomcat 4 and JNDI Question How can I set java.naming.factory.initial java.naming.provider.url

Re: Segmentation Fault when modifying classpath?!

2001-09-02 Thread Alejandro Calbazana
Thanks Pete! I will give that a shot. I am using Sun's JDK1.3.1 under Redhat 7.1 (sorry, forget to mention my setup!). I did, however, run across a post detailing a problem similar to mine. The suggested solution was to set the TOMCAT_OPTS environment variable to -classic. After setting this

Urgent Help! newbies question on tomcat instance problem

2001-09-02 Thread jojoadv
Dear all, I have installed tomcat-3.2.3 on SunOS 5.7 machine. I have complied with most modules since I have to do so to complie the mod_jk. I have done all these successfully. My problem is that when I telnet to the Sun server from my Win98 and start the tomcat, everything seems to be OK.

Having problem with Tomcat 4.0b7 - HTTP Status 503 - This application is not currently available

2001-09-02 Thread Roger Wei
Hi everyone: I go to http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/ and download jakarta-servletapi-4-b7.zip jakarta-tomcat-4.0-b7.zip , upzip them and rename as c:\Tomcat4 Then setup the CATALINA_HOME = c:\Tomcat4 , and move the servlet.jar into

RE: Having problem with Tomcat 4.0b7 - HTTP Status 503 - This application is not currently available

2001-09-02 Thread Roger Wei
Futher more, I also copy the serlet.jar into c:\tomcat4\common\lib , still fail. I know how to setup Tomcat 3.2.3 and Tomcat 3.3 beta, but I just CAN'T do that with Tomcat 4.0 b7 killing me... -Original Message- From: Roger Wei [mailto:[EMAIL PROTECTED]] Sent: Sunday,

RE: Having problem with Tomcat 4.0b7 - HTTP Status 503 - Thisapplication is not currently available

2001-09-02 Thread Dmitri Colebatch
Why are you moving servlet.jar - I'm a 3.2 user, but I just tried the tar of 4.0b7 and it worked fine without moving anything. hth dim On Sun, 2 Sep 2001, Roger Wei wrote: Futher more, I also copy the serlet.jar into c:\tomcat4\common\lib , still fail. I know how to setup Tomcat 3.2.3 and

RE: Having problem with Tomcat 4.0b7 - HTTP Status 503 - This application is not currently available

2001-09-02 Thread Marina Sturino
At 17.57 02/09/01 -0400, you wrote: Futher more, I also copy the serlet.jar into c:\tomcat4\common\lib , still fail. Hi, I'm installed Tomcat 4.06b on windows 2000 (and on windows 98), but i don't moved the file servlet.jar, it's in the default directory C:\tomcat4\common\lib and Tomcat works

Installing And configuring Tomcat - Java Web Application - Using Tomcat 4 realm

2001-09-02 Thread Rezai,Naser NRE
Hi Take a look at this Installing and Configuring Tomcat http://www.onjava.com/lpt/a//onjava/2001/03/29/tomcat.html Using Tomcat 4 Security Realms http://www.onjava.com/lpt/a//onjava/2001/07/24/tomcat.html Java Web Applications http://www.onjava.com/lpt/a//onjava/2001/03/15/tomcat.html Best

Re: Segmentation Fault when modifying classpath?!

2001-09-02 Thread simon
Hello Al, If you set the environment variable TOMCAT_OPTS to -classic you are not actually setting a tomcat option but a JVM option. This means that you will no longer be using the 'hotspot' feature of the JVM, which will obviously have an impact on performance. I had all sorts of segfault

RE: Segmentation Fault when modifying classpath?!

2001-09-02 Thread Robert Finneran
I concur. It is a JVM problem. I've seen this problem with several java applications (Tomcat, Xerces, JBoss, Jetty, etc.) It is a problem that occurs when running Sun's JDK 1.3.1 under the new Linux 2.4 kernel. (i.e. Redhat 7.1) I noticed that this bug was documented as fixed in Sun's JDK SE

Include directive in web.xml?

2001-09-02 Thread Thomas Crook
Could anyone tell me how to include (as in cpp #include) another file in a web.xml file? The reason I would like to do this is that I am using Tomcat jspc to precompile our jsp's. Using the -webinc flag to jspc I can generate a file of jsp-to-servlet mappings that is supposed to be included

Tomcat/IIS URL Reporting

2001-09-02 Thread Paul Kingsley
Hi, We are using Tomcat 3.2 with IIS using the isapi_redirect.dll . This works fine ..but.. upon examining the IIS logs we get the name of the tomcat redirector dll instead of the actual URL. Any ideas on how we can get the actual URL in lieu of the dll name into IIS logs for site