Re: how to connect tomcat with apache running on different m/c

2001-09-10 Thread atif umar
dear scott thanks for giving me the direction to work on i have been able to run them on separate m/c 's i am including the workers.properties files for u to have a look at ( just the changed part ) # # workers.tomcat_home should point to the location where you # installed tomcat. This is

certificate_unknown problem

2001-09-10 Thread T.L.TEO
HI I manage to install a SSL cert w/o any problem now. When I browse with https://localhost:8443/ I was able to see the secured index page. But when I use a sample program as below, I get SSL_NULL_WITH_NULL_NULL Why is this so, and logs tell me that certificate_unknown (server) import

Problems with the session time

2001-09-10 Thread José Juan Rodríguez
Hi!! I want to modify the time of the session expiration in my Tomcat 3.2.1, but I can't find any information about it. I think that you can modify this parameter. Where can I get any information?? Can you help me?? Thanks.

RE: Problems with the session time

2001-09-10 Thread Tarwinder Dhak
You can set it in your web.xml for your application. Or you can set it in your web.xml in the tomcat/config directory for all your apps. Tarwinder Dhak -Original Message- From: José Juan Rodríguez [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 10:00 AM To: [EMAIL PROTECTED]

Re: Problems with the session time

2001-09-10 Thread asheesh
look into web.xml, u can set it for individual applications using web.xml (inside web-inf) or a basic web.xml in ur config directory) u can mention it in both places . regards asheesh - Original Message - From: Jos?Juan Rodríguez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

[TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xml in wrong place

2001-09-10 Thread chris brown
Hello, I've installed previous beta versions of Tomcat 4 as an NT service using the JavaService tool from http://www.alexandriasc.com/software/JavaService/index.html without problem. I tried the same thing using RC1, but Tomcat wouldn't start. Here's the exception that appeared on STDOUT :

mod_jk.log

2001-09-10 Thread unplug
Hi all, When I work with tomcat+apache by using mod_jk and ajp13, I found the following messages under mod_jk.log. I would like to know what is the meaning of the messages. Is it critical and how can I remove it?? [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,

RE: Multiple Tomcat Instances

2001-09-10 Thread Marjou Xavier
Hello, You need a single mod_jk.conf and a single worker.properties. You need to write it yourself: you declare your two tomcats into workers.properties, and for getting your mod_jk.conf, you merge your 2 mod_jk.conf.auto, but when you make the mapping for the dynamic part of a webapp

problems with starting tomact as a service on WINNT 4.0

2001-09-10 Thread meinhard . siegel
Hello to any reader of this mail! Does anybody know about a problem with running Tomcat 3.2.3 as a service on WINNT 4.0. Since one week I try to do this without success. I installed an Apache Web Server 1.3.20, Jakarta Tomcat 3.2.3, the mod_jk module and jdk 1.3. The Apache Web Server is running

Re: Tomcat and Input-Output streams

2001-09-10 Thread Carsten Kaemmerer
Hello! everything works fine. My question now is, why? and, where can I get some information about Tomcat and the IO files? I realized that Tomcat writes my database log file to /etc/init.d/ (where the tomcat startup script is) I guess that with my previos implementation Tomcat searched

Re: Updated Docs for Tomcat 4

2001-09-10 Thread Fernando_Salazar
Connection-pooling based on the Tyrex stuff is straightforward. If you do the Tyrex install and resource setup as indicated in the new doc, you already have everything needed to do basic connection pooling. Below is the code from the new doc, modified: Context initCtx = new InitialContext();

nt service + nt service

2001-09-10 Thread Michelle Buckley
hi guys and gals I have a slight problem and need some help, I have trawled the lists and havent found my answer yet... I have set up tomcat to run as an nt service using jk_nt_service, which works well, as in it starts the service for me. But I am still getting a problem, when i try to run

Linux

2001-09-10 Thread Hakan
Hi Guys, I want to install tomcat to my Linux machine. Where can I find any document for this and What shall I do? Thanks... Hakan

Re: Linux

2001-09-10 Thread james
What distro of Linux do you have? If you have RedHat, you can install a Tomcat RPM and that's it, it does all the work for you. Do a google search for Tomcat RPM or whatever. If you have RedHat and a powertools CD, the Tomcat RPM should be on your powertools CD. James - Original Message

RE: nt service + nt service

2001-09-10 Thread David Oxley
Try changing the user that the Tomcat service is running under. Dave [EMAIL PROTECTED] -Original Message- From: Michelle Buckley [mailto:[EMAIL PROTECTED]] Sent: 10 September 2001 13:08 To: [EMAIL PROTECTED] Subject: nt service + nt service hi guys and gals I have a slight problem

How to configure extension - MIME type mapping

2001-09-10 Thread matt mcConnell
Hi, I've seen this topic discussed a few times in the mailing list archives (but nowhere in the documents). I'm using Tomcat (v3.3, b1) as a standalone server and have a file with some WML script in it (normal file, on disk). I would like it to be sent to the client as MIME type

RE: Linux

2001-09-10 Thread De Ridder, Bavo
A good starting point would be: http://jakarta.apache.org/tomcat/ The tgz archives contain good README and INSTALL information, the server.xml file provided by default is very verbose ... -Original Message- From: Hakan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 2:38 PM

Re: Linux

2001-09-10 Thread Chris Beggy
[EMAIL PROTECTED] writes: What distro of Linux do you have? If you have RedHat, you can install a Tomcat RPM and that's it, it does all the work for you. Do a google search for Tomcat RPM or whatever. If you have RedHat and a powertools CD, the Tomcat RPM should be on your powertools CD.

RE: Tomcat v3.3b2 and mod_jk (multiple virtual hosts)

2001-09-10 Thread Larry Isaacs
This bug should be fixed in the current Tomcat 3.3 nightly at: http://jakarta.apache.org/builds/jakarta-tomcat/nightly-3.3/ Thanks for finding this. Larry -Original Message- From: Mark Muffett [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 2:30 PM To: [EMAIL PROTECTED]

XML version of JSP question

2001-09-10 Thread James Smith
Hello. I've looked through the archives, but I haven't seen a solution to this problem. I'm using XSLT to create a JSP page and to get that to work, I am using Tomcat 4.0 Release Candidate 1 (on a Windows 2000 box, only running Tomcat--no Apache nor IIS). But the simple tests of the

RE: nt service + nt service

2001-09-10 Thread Andy Bailey
Are you using either jdbc-odbc bridge or a JDBC driver that needs an ODBC entry? If so, then you will need to create a System DSN instead of a User DSN (assuming you haven't already). System DSN's are available to system services, User DSN's are not. That would explain the reason why it runs as

Rif: Linux

2001-09-10 Thread marina.sturino
Da: Hakan [EMAIL PROTECTED] Data: 10 settembre 2001 14:37:34 A: [EMAIL PROTECTED] Oggetto: Linux Hi Guys, I want to install tomcat to my Linux machine. Where can I find any document for this and What shall I do? Thanks... Hi, you can download jakarta-tomcat-3.2.3.tar.gz from

Win2K isapi_redirect.dll+ 404, jk_ajp12_worker.c never called

2001-09-10 Thread Christopher Biow
I've followed http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html to the letter, triple-checked each step, rebooted twice, and still get 404s on localhost:80. Here are the symptoms: - http://localhost:8080/examples/jsp/index.html works, as do the servlets - green arrow on the

Question

2001-09-10 Thread Dan Silva
I am using Tomcat as both web server and app server. How do I get my JSP pages to load from the web server and not from a client-side cache everytime they are hit? - - - Dan Silva Java Developer HcPersonal, Inc. [EMAIL PROTECTED]

RE: Question (browser cache)

2001-09-10 Thread Peter Romianowski
basicly there are 2 ways. one is html-based the other http-based. (ok, at the end both affect the header in some way...) you could simply add the following to every jsp/html page html head meta http-equiv=Pragma content=no-cache /head /html or (what i would

RE: Win2K isapi_redirect.dll+ 404, jk_ajp12_worker.c never called

2001-09-10 Thread David Oxley
|[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0] |extension_uri=/jakarta/isapi_redirect.dll You should probably remove the space after the .dll in your registry. That's what would cause the +. -Original Message- From: Christopher Biow [mailto:[EMAIL

Getting started with JSP on my WHP

2001-09-10 Thread James Bucanek
Good morning, I just bought a web account from a local web hosting provider. I wanted to start doing some JSP and my current WHP doesn't support JSP. I'm not new to Java and have written a few servlets in my time. But I am new to Tomcat and JSP. My WHP has minimal (read no) documentation,

Taglibs and rtexprvalue problem

2001-09-10 Thread Kevin HaleBoyes
I have one jsp that jsp:include's another and augments the request parameters using jsp:param. The included jsp uses a taglib tag with the rtexprvalue attribute set to true. The problem is I keep getting the following exception when I use an expression in the attribute field:

Re: [TC4-RC1/NT] Running as an NT service: Tomcat looks for server.xml in wrong place

2001-09-10 Thread Remy Maucherat
Hello, I've installed previous beta versions of Tomcat 4 as an NT service using the JavaService tool from http://www.alexandriasc.com/software/JavaService/index.html without problem. I tried the same thing using RC1, but Tomcat wouldn't start. Here's the exception that appeared on STDOUT

Tomcat 3.3b2 not generating mod_jk.conf-auto

2001-09-10 Thread jjf1
I have been scouring the mail archives and general web sites to figure out why my tomcat version has not been able to generate an mod_jk.conf-auto file. I found a bug report that talks about this (Bug 207), but it was fixed in the nightly build 7 months ago. Is 3.3 Beta 2 that old? Am I

SocketException: software caused connection abort

2001-09-10 Thread Mapoteca Rio
Hi all, I have been experiencing the problem below using Tomcat 3.1 (+ Apache 1.3.12 using mod_jserv) under Solaris 8 and jdk 1.3.1. java.net.SocketException: Software caused connection abort at java.net.PlainSocketImpl.socketAccept(Native Method) at

RE: Question (browser cache)

2001-09-10 Thread Dan Silva
Thanks Pero! - - - Dan Silva Java Developer HcPersonal, Inc. [EMAIL PROTECTED] | -Original Message- | From: Peter Romianowski [mailto:[EMAIL PROTECTED]] | Sent: Monday, September 10, 2001 12:23 PM | To: [EMAIL PROTECTED] | Subject: RE: Question (browser cache) | | | basicly there

RE: Tomcat 3.3b2 not generating mod_jk.conf-auto

2001-09-10 Thread Larry Isaacs
Hi Joe, See the readme file in Tomcat 3.3 Beta2's doc directory The Tomcat Configuration section under 2. INSTALLING AND RUNNING TOMCAT mentions a number of differences with respect to auto-generated config files. Take special note of items 4 and 5. This document is available online at:

application.getRealPath problem

2001-09-10 Thread Osvaldo Pina
Hi All, When I call application.getRealPath(/) in my JSP pages I get C:\java\jakarta\webapp\repositorio instead of http://localhost/repositorio; . Is that correct? How can I get the path for the root of my web application?

Re: Win2K isapi_redirect.dll+ 404, jk_ajp12_worker.c never called

2001-09-10 Thread Christopher Biow
David wins the eagle-eye award and a free dinner next time he's in the DC area. Thanks very much! A right-mouse-drag on the extension_uri line at http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html picks up the trailing space, which I duly dropped into Regedit without checking

RE: application.getRealPath problem

2001-09-10 Thread Peter Romianowski
getRealPath(String) returns the translation of an URL to local file system. thus this is the wrong thingy. to optain the url you wanted you could use the following methods from ServletRequest / HttpServletRequest. in jsp-pages you have an instance of a HttpServletRequest-class with the name

Two contexts sharing one WebApp

2001-09-10 Thread Matt Small
I have my tomcat server set up with two contexts that share the same web-app directory. I want to specify a different web.xml in each context though so that different servlets are available from each context. Is there any way to specify the web.xml file name or path from the context definition?

RE: Two contexts sharing one WebApp

2001-09-10 Thread Larry Isaacs
Hi Matt, Use of web.xml is mandated by the Servlet 2.2 spec, so there isn't supposed to be a way to do what you want. However,you are welcome to try customizing org.apache.tomcat.facade.WebXmlReader to make a choice somehow. Cheers, Larry -Original Message- From: Matt Small

Problems with tomcat integrated to Apache

2001-09-10 Thread Huaxin
When I add the tomcat-apache.conf to apache's http.conf to incorporate Tomcat to Apache webserver, I get the following message when i tried to start Apache cannot load modules/apachemodulejserv.dll into server... I thought it is trying to load jserv rather than Tomcat... Is there any

why tomcat

2001-09-10 Thread Huaxin
Maybe I am confusing, but I don't know if I still need TOm-cat or even J2EE if I have BEA-Weblogic. It seems to me BEA-Weblogic can do the job at least for Tomcat Thanks a lot!

RE: why tomcat

2001-09-10 Thread Tony Vinayak
You're right; BEA can do what Tomcat does, and more (EJBs). Having said that, if hosting servlets/JSPs is all you want to do, then Tomcat is a perfect (and lot less expensive!) solution, rather than having to buy a WebLogic license. If EJBs is your cup of tea, then you want to go the BEA route.

RE: why tomcat

2001-09-10 Thread Peter Romianowski
you're right, if you have BEA-Weblogic you don't need tomcat. weblogic is a high end (and thus very expensive) J2EE-Applicationserver with built-in (and powerful) servlet engine. the single reason I could image using tomcat in addition would be the need for servlet 2.3 features for tomcat 4 will

RE: why tomcat

2001-09-10 Thread Shay Mandel
If you want low cost EJB container (with Tomcat integrated in it) you should go for JBoss www.jboss.org -Original Message- From: Tony Vinayak [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 8:52 PM To: [EMAIL PROTECTED] Subject: RE: why tomcat You're right; BEA can do

Re: newbe: class directory question

2001-09-10 Thread Charles Webber
OK - let me try to make this as clear as possible. Other than the information I provided below, here is what happens. HTML page says: FORM ACTION=coreservlets.ShowParameters. This HTML form is in $TOMCAT_HOME/webapps/book. So, when the URL says http://localhost/book/form.html, I get the form

Re: Linux

2001-09-10 Thread Chris Beggy
Hakan Kutucu [EMAIL PROTECTED] writes: Sorry I have forgetten to mention about the distribution. My linux is Slacware 7.0 does the tomcat rpm that you told me work with Slackware? I run slack and tomcat compiles and runs fine in both standalone mode, and as mod_jk in apache. Chris

Error 500 in Tomcat Servlet initialization under jk_nt_service

2001-09-10 Thread Rick Hodgson
I've encountered an error which I've not seen discussed in any thread. I get a null pointer exception when I attempt to execute my servlet via Tomcat running under the jk_nt_service.exe module. If I stop the Jakarta service and run Tomcat as a forground process, my servlet works as expected.

Call EJB in OC4J from Tomcat

2001-09-10 Thread Ghislain Gadbois
Hi, I have a servlet deployed in Tomcat 3.2.1 on SunOS 5.6. My servlet works fine. I have EJB components deployed in Oracle Containers for J2EE (OC4J) which are J2EE compliant containers. I can call my EJB components from my servlet if I run my servlet from my IDE (Oracle JDeveloper 3.2.2),

how to secure servlet using htaccess?

2001-09-10 Thread Shweta Agarwal
Hi! I had a question about how to use htaccess to protect a servlet I am running with Resin servlet engine and Apache web server. I did not find any mailing list on resin-apache, thus i am sending my question here. I will appreciate if I can get any help. Here is the problem: I am trying to

RE: Call EJB in OC4J from Tomcat

2001-09-10 Thread Lin, Zhongwu
Can you show us how you make call to ejb? otherwise on one can help you zlin -Original Message- From: Ghislain Gadbois [SMTP:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 3:25 PM To: Tomcat-User list (E-mail) Subject: Call EJB in OC4J from Tomcat Hi, I have a

Tomcat stop working after Apache upgraded

2001-09-10 Thread Tony Cheung
Hi, I have upgrade apache to 1.3.19 (RH 7.1 RPM) and then the Tomcat(3.2.1 or 3.3-b2) no longer works with my Apache. I always get a Document contains no data error when I try to access the JSP. Does anyone have any idea? Thanks a thousands. Tony Cheung

Interactive debugging with Tomcat?

2001-09-10 Thread Tony Vinayak
Folks, Being a newbie to the Tomcat world, I'm trying to get my arms around the features that are available in Tomcat for debugging my web apps (servlets, JSPs). Besides enabling logging in server.xml file, what else can I do that can help me in debugging my web apps ? I'm spoilt with

RE: Call EJB in OC4J from Tomcat

2001-09-10 Thread Ghislain Gadbois
Sure, here it is... BTW, I used the same kind of code to call EJBs in Oracle JVM and in Websphere and it always worked... try { Hashtable oEnv = new Hashtable(5); // Max needed + 1 oEnv.put(Context.INITIAL_CONTEXT_FACTORY,

RE: Call EJB in OC4J from Tomcat

2001-09-10 Thread Lin, Zhongwu
Looks like you don't have stub classes of your ejbHome in your tomcat. Try put those in your application's \web-inf\lib (your ejb jar file) or \web-inf\classes ( classese file) it should work then. regards zlin -Original Message- From: Ghislain Gadbois [SMTP:[EMAIL PROTECTED]]

RE: Call EJB in OC4J from Tomcat

2001-09-10 Thread Ghislain Gadbois
Actually, it seems that OC4J doesn't need stub classes at all!! It doesn't seem to generate any client classes when an EJB is deployed in the server. I ran a sample Java application and my servlet from within JDeveloper wihout needing any stub class at all. But, when I try to run the exact same

Problem With JSP Pages

2001-09-10 Thread sw
Hi, I've just started using Tomcat as my Servlet+JSP Engine. The 3.2.3 version has worked for me with no problems so I decided to take a look at the 4.0 RC. The servlet examples work without any problems, but some of the JSP pages throw errors like to following (this one if from the Date

RE: Problems with tomcat integrated to Apache

2001-09-10 Thread Tony Vinayak
Obvious question: do you have addmodule/loadmodule lines corresponding to the apachemodulejserv.dll in your conf file? You don't need it if running Tomcat. cheers, Tony -Original Message- From: Huaxin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 2:37 PM To: [EMAIL

Re: why tomcat

2001-09-10 Thread Pete and/or Dale
J2EE is a specification, not an actual product. Tomcat is the implementation of part of that spec (Servlet/JSP) whereas the BEA WebLogic server is an implementation of the full (ish) specification. Quick answer: you do not need tomcat or the J2EE reference implementation if you have

Re: newbe: class directory question

2001-09-10 Thread Charles Webber
Oh, and one other piece of information. If I change the URL manually, so that I say http://localhost/book/servlet/coreservlets.ShowParameters, the servlet appears to display stuff properly, even though it doesn't have values from the html form passed through. What I am hoping to get is the

Will mod_webapp be ready next week?

2001-09-10 Thread Laurens M. Fridael
Hi, Will mod_webapp be ready next week when Tomcat 4 goes final? Does anyone know? I couldn't find the latest mod_webapp binary for download. Regards -Laurens

RE: XML version of JSP question

2001-09-10 Thread Greg Trasuk
Hi James: It appears that you need to put your text into CDATA sections inside jsp:text tags. The following seems to work: ?xml version=1.0 ? jsp:root xmlns:jsp=http://java.sun.com/JSP/Page; version=1.2 jsp:scriptlet int a = 15; /jsp:scriptlet

RE: Call EJB in OC4J from Tomcat

2001-09-10 Thread Lin, Zhongwu
If I remember correctly Jdeveloper is really a Jbuilder repackage, then it uses corba iiop. You have to have stubs in client(tomcat) to make it to work. if you just put whole ejb jar file in your application's web-inf\lib or all of your ejb classese files under web-inf\classese I know by

Is there a way to override where Catalina looks for the conf andwebapps directories?

2001-09-10 Thread Rick Mann
If I could set a command-line options or (better yet) an environment variable to specify the location of the conf and webapp directories, it would make upgrading to newer versions of Tomcat much easier. That way, I could have all of my webapps and my configuration files in one place, and I could

Re: XML version of JSP question

2001-09-10 Thread James Smith
Excellent. It worked. Thank you very much. James Smith - Original Message - From: Greg Trasuk [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 10, 2001 2:28 PM Subject: RE: XML version of JSP question Hi James: It appears that you need to put your text into CDATA

Re: Will mod_webapp be ready next week?

2001-09-10 Thread Pier Fumagalli
Laurens M. Fridael [EMAIL PROTECTED] wrote: Hi, Will mod_webapp be ready next week when Tomcat 4 goes final? Does anyone know? I couldn't find the latest mod_webapp binary for download. It's not yet out with RC1 because of bug # 3509, and also I'm changing how things are built, so that it

RE: Two contexts sharing one WebApp

2001-09-10 Thread Matt Small
Ok, so I extended WebXmlReader and added the functionality I need and compiled it. I added the class to /tomcat/classes/. I updated my modules.xml and server.xml to use my new CustWebXmlReader. I think everything is set up right. When I start Tomcat I get A class not found Exception though:

Does Jasper use the Context Classpath

2001-09-10 Thread Will England
Greetings! I know there are two (or three) different classpaths within Tomcat 3.2. The question is, does Jasper, when compiling JSP files, use the Context Classpath, which referrs to the WEB-INF/classes directory for that specific JSP? If not, how could I add the Context Classpath to the

tomcat 4.0b7: Transfer-Encoding: chunked

2001-09-10 Thread Alberto Gobbi
Hi, I am trying to call a jsp page on tomcat 4.0b7 from an a href= link whithin excel and get back a strange page, which does not open correctly in Netscape. Entering the same link into the location bar in netscape works fine. I checked at the http headers send in both cases using

RE: Linux

2001-09-10 Thread Hakan Kutucu
Sorry I have forgetten to mention about the distribution. My linux is Slacware 7.0 does the tomcat rpm that you told me work with Slackware? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 4:22 PM To: [EMAIL PROTECTED] Subject: Re:

Re: Linux

2001-09-10 Thread Allan Kamau
you may download the *.gz version of tomcat then run linuxcounsol $tar xvfz tomcatfile.tar.gz /linuxcounsol to extract the tomcat files together with where directory organisation. Once you've done this edit your startup script file, I use the '/etc/profile'. Modify this file and add the

Re: Call EJB in OC4J from Tomcat

2001-09-10 Thread Hunter Hillegas
While it may work in the built-in container, other containers definitely need the stub classes to be able to manipulate the references to the remote objects... Hunter From: Ghislain Gadbois [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 10 Sep 2001 17:05:17 -0400 To: [EMAIL

Does anyone know how to 'make' NSAPI??

2001-09-10 Thread Dan Mellen
I've been trying to make the nsapi_redirector.so file for about a day and a half now and can't seem to get it right?! I've got the Makefile.solaris from CVS and have issued the command: make -f Makefile.solaris I receive the error: make: *** No rule to make target `jk_nsapi_plugin.o', needed

can't get tomcat work with apache-1.3.19-5.i386.rpm

2001-09-10 Thread Tony Cheung
Hi All, I have upgraded apache to apache-1.3.19-5.i386.rpm. Since then, I am not able to get tomcat (I've tried v3.3-b2, v3.2.1) to work with it using mod_jk. I am only able to run tomcat in standalone mode. Have anyone successfully get apache-1.3.19-5.i386.rpm to work with Tomcat? What's the

Strange and Unusual Error

2001-09-10 Thread Raimee
I am running Catalina rel. can. 1 on a Netfinity 2-way with WinNT and Apache 1.3.20. This strange message is written to the console on startup. A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occurred in :

Has anyone used nsapi_redirector.so before??

2001-09-10 Thread Dan Mellen
I've been trying to make the nsapi_redirector.so file on Solaris 2.6 for about a day and a half now and can't seem to get it right?! I've got the Makefile.solaris from CVS and have issued the command: make -f Makefile.solaris I receive the error: make: *** No rule to make target

How can set/get platform's default charset ?

2001-09-10 Thread SongDongsheng
Hi, The file 'jakarta-tomcat-4.0-cvs/catalina/src/share/org/apache/catalina/util/RequestUtil.java' using platform's default charset frequently, How can I set/get it ? Thanks advance, Dongsheng, Song

Tomcat with IIS: errno = 61

2001-09-10 Thread Albert
Hi All, I'm new in this mail list and I would ask for help. My problem is that I installed Tomcat on Win2K Prof. with IIS5 for testing some servlet programs. I followed the instructions in Tomcat IIS HowTo to let IIS cooperate with Tomcat. After finishing all steps stated in Tomcat IIS HowTo and

RE: Problems with tomcat integrated to Apache

2001-09-10 Thread Huaxin
The LoadModule apachemodulejserv.dll is automatically generated by Tomcat 3.2.0 into the tomcat-apache.conf file. I can't just delete the LoadModule ... stuff coz there are tons of reference to API in that module in the tomcat-apache.conf file. Anybody with similar experience for integrating

Re: How can set/get platform's default charset ?

2001-09-10 Thread kanpi
import sun.io.*; public class EncodingCheck { public static void main(String args[]) { System.out.println(System default encoding = + System.getProperty(file.encoding)); System.out.println(ByteToCharConverter= + ByteToCharConverter.getDefault());

on startup

2001-09-10 Thread Anagha Mudigonda
hi all, I have a java class that needs to be loaded at the startup of the tomcat server. And I want it to persist as long as tomcat is alive. Is it possible ? If so where do i put the class ? Can i do it by changing something in any of the config files ? help please. regards anagha. -- Where

Re: on startup

2001-09-10 Thread Kamran Mazandrani
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Reply-To: [EMAIL PROTECTED] list-help: mailto:[EMAIL PROTECTED] list-unsubscribe: mailto:[EMAIL PROTECTED] list-post: mailto:[EMAIL PROTECTED] Delivered-To: mailing list [EMAIL PROTECTED] Date: Fri, 7 Sep 2001 11:11:10 -0700 (PDT) From: Craig

Re: How to configure extension - MIME type mapping

2001-09-10 Thread Ketan Patel
Hi, In conf folder there is a web.xml file. To send wml content u have to modify this file and add following block in it. mime-mapping extension wml /extension mime-type application/vnd.wap.wmlscript /mime-type /mime-mapping matt

Re: on startup

2001-09-10 Thread simon
- Original Message - From: Kamran Mazandrani [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 11, 2001 1:54 PM Subject: Re: on startup Date: Fri, 7 Sep 2001 11:11:10 -0700 (PDT) From: Craig R. McClanahan [EMAIL PROTECTED] Sender: craigmcc@localhost To: [EMAIL

virual domain problems.

2001-09-10 Thread naveen
hi, I have configured the DNS server which will direct all the virtual hosts of my domain to my web server. The problem is , when I am using virtual host to access my server, I loose all my session variables when I pass from one page to another. Should I configure virtual host parameter in

Repost: Does jspc.sh work for you in Tomcat 4.0b7 ?

2001-09-10 Thread Thomas Crook
I posted this problem a couple of weeks ago but got no response. I would really appreciate it if anyone who has gotten jspc.sh to work with 4.0b7 could give a few details of how they did it. I'm having no luck. (It works fine with Tomcat 3.2.3) Thanks = Details: Platform: