RE: mod_rewrite + tomcat

2000-12-14 Thread Stubenrauch,Andreas
Yes, we do but probably in another way that you would like to. Side note: The order of loaded modules in httpd.conf is important here! Try loading mod_jk before mod_rewrite. Regards, Andreas -Original Message- From: Brendan O'Bra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12,

RE: Sessions and absolute URLs

2000-12-14 Thread Stubenrauch,Andreas
The usage of a -handcrafted- session bean would be the preffered way. You loose your session cookie because they are server+context specific and the change to https will be a change to another server. encodeURL wouldn't help because tomcat is buggy here. Regards, Andreas -Original

Re: error 401 : IIS redirector

2000-12-14 Thread Rajeev Jha
hi got the problem. error 401 was coming because of the "access violation". the /jakarta virtual directory, when mapped to c:\jakarta was not accessible. when i mapped it to c:\inetpub\jakarta and put the iis_redirect.dll there, it started working. i know my fault now , but see new to IIS :o|

[ANNOUNCEMENT] Tomcat 4.0 Milestone 5

2000-12-14 Thread Craig R. McClanahan
The latest milestone release of Tomcat 4.0, milestone 5, has just been made available at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/ This release includes two major new areas of functionality (the initial release of a web connector for Apache, and a JNDI naming

Startup problem

2000-12-14 Thread Narayanan
I have installed tomcat 3.2.1 in WIN 98 and i have set all the classpath in addition to java_home and tomcat_home . When i start the tomcat using startup it is not opening and some out of enviroinment space error is comming sometimes it is opening in a new window and suddenly

RE: precompile jsp

2000-12-14 Thread G.Nagarajan
Hi Joan, From what I experimented with jspc I found the following.. you can put the generated class files any where in tomcat's classpath. I put them in webapp\web-inf\classes. The web.xml file of the web app has to be changed to add the servlet and servlet-mapping tags. The server uses these to

Re: Startup problem

2000-12-14 Thread Rajeev Jha
hi list i have installed tomcat3.2 on win 98 and it's working fine. just do 2 things 1. open tomcat.bat in wordpad or ms-word and then save it 2. add following line to ur config.sys file SHELL=c:\command.com /E:4096 /P restart and it should work fine. just check TOMCAT_HOME and JAVA_HOME in

cannot create file in the temp directory of tomcat/Permission denied?

2000-12-14 Thread Mohammed Akacem
Hi, my servlet failed to create a file in the temp directory of tomcat. tempdir = (getServletContext().getAttribute("javax.servlet.context.tempdir")).toString(); hier is an ouput: tempdir=/usr/local/jakarta-tomcat/work/localhost_8080 hier is the Exception message I got: I can not create the

RE: Multi part stream error with 3.2 final - Any solutions?

2000-12-14 Thread GOMEZ Henri
Dan Milstein seems to have fixed the bug for TC 3.2 but didn't have time to include it before 3.2.1 release. I'll include it in my RPMs and then commit the patch (for 3.2.2) "Pour la plupart des hommes, se corriger consiste à changer de défauts." -- Voltaire -Original Message- From:

How to test if mod_jk.so works on apache

2000-12-14 Thread Wojciech Wasowicz
How to test if mod_jk.so works on apache? I've just realised that my mod_jk.conf-auto is included into http.conf but it is possible that all directives for mod_jk.so are not executed. How to test it? TIA Wojtek

Re: precompile jsp with Tomcat 3.2

2000-12-14 Thread Kief Morris
Joan Xiao typed the following on 17:01 13/12/2000 -0800 I've been trying to use jspc to precompile the jsp pages into java classes. I've moved this to tomcat-user, since tomcat-dev is for discussing development of tomcat itself, not how to use tomcat. Now I have problem with where to put the

configuring web.xml

2000-12-14 Thread Juan Carlos Egea
Hi everybody, I'm trying to configurate the web.xml archive for a web application under Tomcat, I would like to get some information or a link with documentation.I had only found the syntax at the servlet specification but it isn't enough. Thank you.

Re: declaring a class in JSP

2000-12-14 Thread Thomas Schreiner
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 14, 2000 8:48 AM Subject: declaring a class in JSP Yo dudes, I have this JSP: % private class Something{} % You forgot the Exclamation Mark (!) The correct Syntax is: %! private class

localhost problem

2000-12-14 Thread Web Master
Hello, I am very new to tomcat. I downloaded tomcat3.2 yesterday and I installed it successfully. When I tried with http://localhost:8080/ccs (where ccs is my project. Yes I added the information in the server.xml) it worked perfectly fine. I did ipconfig and found my ip address and when I tried

Re: Tomcat on IIS

2000-12-14 Thread Rajeev Jha
hi list it is possible to use tomcat with IIS and it works fine. things u need to install r the following : 1. jdk1.2.2 / jdk1.3 or some other JVM if u like 2. then install tomcat (binary release is there , so u don't have to do anything) 3. check the stand alone tomcat 4. if u want, u can make

Re: configuring web.xml

2000-12-14 Thread Rogelio Triviño
Hi, Juan Carlos: You can download the servlets specification from here: http://java.sun.com/aboutJava/communityprocess/first/jsr053/servlet23_PFD.pdf Juan Carlos Egea wrote: Hi everybody, I'm trying to configurate the web.xml archive for a web application under Tomcat, I would like to get

RE: localhost problem

2000-12-14 Thread ROOMS Christoph (BMB)
try http://xx.xx.xx.xx:8080/ccs -Original Message- From: Web Master [mailto:[EMAIL PROTECTED]] Sent: donderdag 14 december 2000 12:30 To: [EMAIL PROTECTED] Subject: localhost problem Hello, I am very new to tomcat. I downloaded tomcat3.2 yesterday and I installed it successfully. When

RE: localhost problem

2000-12-14 Thread G.Nagarajan
hello, Just check if the tomcat window shows this message 2000-12-14 01:01:00 - PoolTcpConnector: Starting HttpConnectionHandler on 80 2000-12-14 01:01:00 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007 Regards, Nagaraj. -Original Message- From: Web Master [mailto:[EMAIL

Re: localhost problem

2000-12-14 Thread Web Master
Yes, I was too stupid to miss the 8080. I have one more question though When I tried the application from a different machine (Server is in NT and now I am in Win 95) all the style sheets and applets are not loading up. But in server all are loading properly. Am I still doing some stupid

Tomcat and jdk

2000-12-14 Thread Eoin McCarthy
Hi, Which version of java is needed to run jsps with Tomcat (v3.2) ? Thanks, Eoin

Re: Tomcat and jdk

2000-12-14 Thread Kief Morris
Eoin McCarthy typed the following on 12:39 14/12/2000 + Which version of java is needed to run jsps with Tomcat (v3.2) ? 1.1 or higher. --- bitBull makes the Internet bite: http://www.bitBull.com/demos/

RE: Tomcat and jdk

2000-12-14 Thread Marino Vittorio
jdk1.2 -Original Message- From: Eoin McCarthy [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 1:39 PM To: '[EMAIL PROTECTED]' Subject: Tomcat and jdk Hi, Which version of java is needed to run jsps with Tomcat (v3.2) ? Thanks, Eoin

error processing web.xml

2000-12-14 Thread Rogelio Triviño
Hi, everybody: I´m using tomcat 3.2.0 in win2000, and debugging it with Jbuilder 4.0. I´ve found that processing this for my webapp: web-app context-param param-namewebmaster/param-name param-value[EMAIL PROTECTED]/param-value description The EMAIL address of the administrator to

RE: [ANNOUNCEMENT] Security Related Updates - Tomcat 3.1.1 and Tomcat 3.2.1

2000-12-14 Thread GOMEZ Henri
* This release fixes ***only*** the identified security vulnerabilities. It does not address any of the other bugs, or feature requests, related to Tomcat 3.2 final. These issues will be dealt with in future maintenance releases of Tomcat 3.2 as appropriate. Not totally true since

RPMANNtomcat-3.2.1 RPM available/RPMANN

2000-12-14 Thread GOMEZ Henri
Hi, Just released at http://rpmized.free.fr/ I've also added to RPMs (java and apache modules) the MultiPart Request patch from Dan Milstein. And now Multipart examples from OReilly works (http://www.servlets.com/resources/com.oreilly.servlet/MultipartRequest.html ) "Pour la plupart des

RE: [ANNOUNCEMENT] Tomcat 4.0 Milestone 5

2000-12-14 Thread GOMEZ Henri
Warning The following files are invalid : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/src/jaka rta-servletapi-4.0-m5-src.tar http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/src/jaka rta-servletapi-4.0-m5-src.tar.gz The

AIX Apache+Tomcat integration problem

2000-12-14 Thread Palumbo, Mark
We are trying to integrate Apache (1.3.14) Tomcat (3.2.1) by building a mod_jk.so file. Our platform is AIX 4.2. We have tried following all the documentation that came with each of those packages with no luck. Everything seems to compile ok, creating *.o files but when the final link

problem

2000-12-14 Thread N.Rajesh Babu
Iam working with servlets in my thesis and i have a serious problem. I want two servlets to open a http session, and keep track of the session. But they do not do it. I am sending cookies, even then the servlet at the other webserver starts a new session on each request. how do i do. --

Re: error processing web.xml

2000-12-14 Thread William Brogden
Rogelio Triviño wrote: Hi, everybody: I´m using tomcat 3.2.0 in win2000, and debugging it with Jbuilder 4.0. I´ve found that processing this for my webapp: web-app context-param param-namewebmaster/param-name param-value[EMAIL PROTECTED]/param-value description The EMAIL

newbie Question : applet/stylesheet not loading!!

2000-12-14 Thread Web Master
I am using TOMCAT3.2. I tried my application on my local host everything looks and works great. My server is a Windows NT. When I tried the same application from a Windows 95 using http://xx.xx.xx.xx:8080/ccs it is working fine except this is loading neither the Stylesheets nor Applets. Does

Re: building URL's?

2000-12-14 Thread Weigen Liang
The tomcat source codes (URLUtil.java and SessionUtil.java) may give you some clue. Weigen --- Jacob Kjome [EMAIL PROTECTED] wrote: What is the best way to build URL's without hardcoding them? Right now, I have tried this: SERVLET_HOME = request.getScheme() + "://" +

RPMANNtomcat4-4.0-m5-1 RPM available/RPMANN

2000-12-14 Thread GOMEZ Henri
The latest milestone release of Tomcat 4.0, milestone 5, has just been made available in RPM format at : http://rpmized.free.fr/ The RPM for apache connector, mod_webapp, will be released ASAP. "Pour la plupart des hommes, se corriger consiste à changer de défauts." -- Voltaire

Socket Exception using Tomcat 3.2.1

2000-12-14 Thread Shahed Ali
Hi, I upgraded from Tomcat 3.2 to 3.2.1 on Solaris Intel JDK 1.3 w/Apache 1.3.14 (Stronghold 3.0) I even recompiled mod_jk.so with the 3.2.1 src/native/apache1.3 .c file. (BTW a diff -b seems to indicate that both the TC 3.2 mod_jk.so and the 3.2.1 .so generated the same object code) I

3.2.1 build fails - any ideas?

2000-12-14 Thread Stefán F. Stefánsson
Hello. I'm getting the following error when I try to build Tomcat 3.2.1. I've been using (and building) Tomcat 3.2 successfully: --BEGIN- --- tomcat: [javac] Compiling 193 source files to C:\jakarta\build\tomcat\classes

Re: 3.2.1 build fails - any ideas?

2000-12-14 Thread Kief Morris
Stefán F. Stefánsson typed the following on 14:56 14/12/2000 + Hello. I'm getting the following error when I try to build Tomcat 3.2.1. I've been using (and building) Tomcat 3.2 successfully: C:\jakarta\jakarta-tomcat\src\share\org\apache\jasper\compiler\JspCompil er.java:136: Method

Re: Filters in Tomcat 4 m4

2000-12-14 Thread Dan Malks
Craig, It looks like things work if I explicitly define CATALINA_HOME, but not otherwise. I had been letting the script set it for me... My understanding was that explicitly setting CATALINA_HOME was optional. Is this accurate? Thanks, Dan "Craig R. McClanahan" wrote: Dan Malks wrote:

UTF8 Question

2000-12-14 Thread Simmons, Donald
I am running Red Hat 6.1 and just installed Tomcat 3.2.1. When I start tomcat I get an error message, UnsupporteEncodingException UTF8. Can anyone offer any suggestions? Thanks. Joe

TOMCAT and COM

2000-12-14 Thread Dennis Drugan
Has anyone had success invoking a COM object from Tomcat (running under jview, with the COM wrappers provided by J++)? I get a stacktrace as seen below. I have been temporarily able to get around the problem by switching the threading model for the COM object from "Both" to "Apartment" (or

ScmTranslationStore error message

2000-12-14 Thread Kathy Wilf
Can anyone help? I am getting the following error message from Tomcat 3.1, accompanied by a 404 'page not found' 'ScmTranslationStore: cannot load ResourceBundle using scmTranslations and en_US' I have searched the FAQ and the archive but can find no references to this Thanks a lot,

[ANNOUNCEMENT] Forte for Java 2.0 available for immediate download!

2000-12-14 Thread Petr Jiricka
Forte for Java, release 2.0 (FCS) - both the Community and Internet Editions, are now available for immediate download from http://www.sun.com/forte/ffj/buy.html. The Community Edition is free, while the Internet Edition retails for $495 and can be purchased from the above site. A new 'Forte

Tomcat 3.x.x servlet mapping issue

2000-12-14 Thread colin schaub
I have successfully installed Tomcat 3.1.1 and 3.2.1, and have run into an issue involving servlet mappings and query information within the request object. If I define servlets within the web.xml files, for ROOT or any webapp, with a servlet mapping and url alias, the query string is lost, only

Linux/Apache/Tomcat/JDBC/MySQL, was: RE: Tomcat and jdk

2000-12-14 Thread Dave Newton
jdk1.2 I'm currently using the IBM JDK 1.1.8 since both JDBC thingies I have don't work under Sun's JDK 1.2.2... Which leads to to YAQ: does anybody have JDBC for MySQL that works under JDK1.2 or greater? I don't have the time to do a JDBC right now! ;) Dave

Re: declaring a class in JSP

2000-12-14 Thread Bryan Basham
I have this JSP: % private class Something{} % this get's rejected by Jasper. Is there any reason why? Someone recommended the syntax %! [[decl]] % Remember that all such declarations are embedded in the servlet class that is generated for you. The upshot: your Something class will

RE: TOMCAT and COM

2000-12-14 Thread Randy Layman
This is only a guess from looking at the stack trace, but have you checked that you have enough registry space? (On Windows NT go to Control Panels - System Properties - Performance Tab - Change Button (Virtual Memory section), its at the bottom of the screen). Also, is there enough

RE: declaring a class in JSP

2000-12-14 Thread Dave Newton
Yo dudes, I have this JSP: % private class Something{} % You forgot the Exclamation Mark (!) The correct Syntax is: %! private class Something{} I thought he forgot the semicolon~it's legal to do a declaration without the ! (isn't it?! :) Dave

RE: How to test if mod_jk.so works on apache

2000-12-14 Thread Dave Newton
How to test if mod_jk.so works on apache? I've just realised that my mod_jk.conf-auto is included into http.conf but it is possible that all directives for mod_jk.so are not executed. The conf-auto file seems fine... the things left that I would think of first are making sure Have you

RE: declaring a class in JSP

2000-12-14 Thread Randy Layman
Another option is % class Something { } % This will declare the class within the method _jspService scope. Its not really recommended, but it is an option (works under Tomcat 3.1 and 3.2, unsure about 4.0, using JDK 1.2 on WinNT) Randy -Original Message- From: Bryan

Re: Linux/Apache/Tomcat/JDBC/MySQL, was: RE: Tomcat and jdk

2000-12-14 Thread Andrew Robson
Try http://www.mysql.com/downloads/api-jdbc.html to get mm MySql driver (type 4). I'm using jdk1.3 and seems to work OK (so far!) Andrew PS you probably shouldn't be posting to this list unless tomcat specific ;-) On Thu, 14 Dec 2000, you wrote: jdk1.2 I'm currently using the IBM JDK

Re: How to test if mod_jk.so works on apache

2000-12-14 Thread Wojciech Wasowicz
Dave Newton wrote: How to test if mod_jk.so works on apache? I've just realised that my mod_jk.conf-auto is included into http.conf but it is possible that all directives for mod_jk.so are not executed. The conf-auto file seems fine... the things left that I would think of first are

RE: How to test if mod_jk.so works on apache

2000-12-14 Thread Dave Newton
It occurs that my compilation of apache was bad - i did not included all required modules. I could only wish that kind of dependencies were in documentation ;-) mod_so probably? It was in the documentation I read. There's a lot to keep track of, that's for sure. Dave

Re: [ANNOUNCEMENT] Tomcat 4.0 Milestone 5

2000-12-14 Thread Craig R. McClanahan
GOMEZ Henri wrote: Warning The following files are invalid : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/src/jaka rta-servletapi-4.0-m5-src.tar http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-m5/src/jaka rta-servletapi-4.0-m5-src.tar.gz The

Error Pages w/o a web-app?

2000-12-14 Thread Daniel Tet
I can put this in the web.xml file till I am blue in the face and it will not read error.jsp when there is a not found error, or any error for that matter. web-app error-page error-code "your error code here" /error-code location "error1.jsp"/location /error-page /web-app I

Re: Filters in Tomcat 4 m4

2000-12-14 Thread Craig R. McClanahan
Dan Malks wrote: Craig, It looks like things work if I explicitly define CATALINA_HOME, but not otherwise. I had been letting the script set it for me... My understanding was that explicitly setting CATALINA_HOME was optional. Is this accurate? Thanks, Dan It is optional if you start

Re: cannot create file in the temp directory of tomcat/Permission denied?

2000-12-14 Thread Craig R. McClanahan
The "permission denied" message usually means what it says :-). Check the operating system permissions of the directories you have Tomcat installed in, versus the operating system username under which Tomcat is running. Craig McClanahan Mohammed Akacem wrote: Hi, my servlet failed to

Re: Tomcat is started? but I can't get to localhost:8080

2000-12-14 Thread Web Master
Have you tried ping to your machine and see it is working?? Just a thought "Summers, Karla" wrote: Hi all.I'm using Win NT. I think Tomcat is started, but when I go to the browser, it cannot find localhost:8080 (or 127.0.0.1:8080).From an MS_DOS window I have tried c:\tomcat>bin\startup and also

Re: servlet instance

2000-12-14 Thread Craig R. McClanahan
Saikat Chatterjee wrote: Hello All, I have a question regarding servlet instance.According to the new servlet specification, is it possible to get an instance of a servlet from another servlet? Earlier it was done through calling the 'getServlet(String name)' function

Re: Tomcat and jdk

2000-12-14 Thread Craig R. McClanahan
Marino Vittorio wrote: jdk1.2 JDK 1.2.2 or higher is required only for Tomcat 4.0, although 3.2 will also work under it (and let you take advantage of certain Java2 features like a security manager per web app). All Tomcat 3.x versions will run under JDK 1.1 (1.1.8 is recommended). Craig

Finding Tomcat version

2000-12-14 Thread Nagaraja Prakasam
Hello All, Our application uses Tomcat. When I install our application on the customer system, I need to find out the Tomcat version. Do you guys know any standard method to find out the Tomcat version by knowing TOMCAT_HOME. Thanks, -Naga

RE: Tomcat is started? but I can't get to localhost:8080

2000-12-14 Thread Dave Newton
Have you tried ping to your machine and see it is working?? I think being able to start tomcat is a fairly reliable indication that the machine is working. YMMV?! Dave

Tomcat3.2 throws Null pointer exception when my web.xml uses load-on-startup1/load-on-startup

2000-12-14 Thread Siak Keong, Cheong
It doesn't matter what jsp I used as long as I specified it to use the load-on-startup tag within the servlet tag in web.xml, null ptr exception is thrown. A fragment of my web.xml is as follows: servlet servlet-nameOracleEmployeeTest/servlet-name display-nameMultiple JSP

Re: Tomcat and JSSI

2000-12-14 Thread Hans Bergsten
[EMAIL PROTECTED] wrote: Has anybody successfully intertwined the JSSI with the Tomcat engine so that it will parse the jhtml files allowing the server side includes? I am running the new tomcat version 3.2 I have ported JSSI to TC 3.2, and have sent a proposal to the Tomcat Dev list about

RE: UTF8 Question

2000-12-14 Thread Simmons, Donald
Craig, Yea, I downloaded jdk1.2.2 however I neglected to put the jdk in front of the Kaffe bin directory in the PATH. Once I corrected that everything came up fine. Thanks for the response. Joe -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: Finding Tomcat version

2000-12-14 Thread Craig R. McClanahan
Nagaraja Prakasam wrote: Hello All, Our application uses Tomcat. When I install our application on the customer system, I need to find out the Tomcat version. Do you guys know any standard method to find out the Tomcat version by knowing TOMCAT_HOME. If you know TOMCAT_HOME, check the

Re: Filters in Tomcat 4 m4

2000-12-14 Thread Dan Malks
Craig, "Craig R. McClanahan" wrote: Dan Malks wrote: Craig, It looks like things work if I explicitly define CATALINA_HOME, but not otherwise. I had been letting the script set it for me... My understanding was that explicitly setting CATALINA_HOME was optional. Is this

multipart/form-data problem

2000-12-14 Thread Muehlmann, Fred
I'm trying to send Tomcat a "POST" with an enctype="multipart/form-data". This is for uploading a combination of form data and binary files. Tomcat doesn't appear to take this type. Netscape reports "A network error occurred while sending data. (Network Error: Connection aborted)". I can talk

Re: Finding Tomcat version

2000-12-14 Thread Sean Kroah
Nagaraja Prakasam wrote: The best way getServletContext.getServerInfo(); Or look at the Tomcat Admin web page. SKroah Hello All, Our application uses Tomcat. When I install our application on the customer system, I need to find out the Tomcat version. Do you guys know any standard method to find

RE: Finding Tomcat version

2000-12-14 Thread Kitching Simon
If tomcat is running, the easiest way to find the version is to get a directory listing (ie ask for any directory name where there isn't an index file), and look at the bottom for the server version. -Original Message- From: Craig R. McClanahan [SMTP:[EMAIL PROTECTED]] Sent: Thursday,

mod_jk.so

2000-12-14 Thread Simon Orchanian
I downloaded the distribution for Tomcat3.2. I cannot find the mod_jk.so file to build it. Does anyone know where this would be?? Thanks, Simon __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products.

Re: Filters in Tomcat 4 m4

2000-12-14 Thread Craig R. McClanahan
Dan Malks wrote: FYI, if I do not set CATALINA_HOME explicitly and run the script from the bin directory underneath it, I get the exceptions described earlier. Not sure what the problem is, but it sounds like this is unexpected behavior. Ugh, the logic to run from within the "bin"

RE: Tomcat is started? but I can't get to localhost:8080

2000-12-14 Thread Josh Knowles
Being able to start tomcat and being able to ping the machine are two different things... just because you can start tomcat doesnt mean that you can access it if something is wrong with your network settings. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Re: AW: Custom error pages!!

2000-12-14 Thread Scott Jones
I'm trying to set up a custom error page for Cocoon Tomcat. So, I've disabled the internal Cocoon error handling, and then I tried to add an error-page descriptor to web-xml. Ideally, I'd like to re-direct to a jsp file that then would report the error to me by email. error-page

Re: UTF8 Question

2000-12-14 Thread Andy
Craig, Not to get into a jdk argument but I'd not recommend suns jdk 1.2 for linux if anyone is doing any gui development (most specifically in swing) or even running guis as there are a number of erroneous exceptions generated related to drag and drop (REGARDLESS of whether you are actually

RES: multipart/form-data problem

2000-12-14 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Are you using an external package to upload files, like oreilly components, or your own classes? José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: UTF8 Question

2000-12-14 Thread micky mimo
Title: RE: UTF8 Question Blackdown requires royalties to sun for commercial products. Use JDK1.3. /===\ | Micky Mimo | | Systems Specialist | | (781) 457 - 1317 | | [EMAIL PROTECTED] | \===/ -Original Message- From:

RE: Tomcat is started? but I can't get to localhost:8080

2000-12-14 Thread Dave Newton
Being able to start tomcat and being able to ping the machine are two different things... just because you can start tomcat doesnt mean that you can access it if something is wrong with your network settings. Agreed-but I'm thinking things are pretty well messed up if you can't ping localhost

RE: multipart/form-data problem

2000-12-14 Thread jokozlow
Title: RE: multipart/form-data problem This has been a pretty common topic lately. Since I am one of the last people to ask a similar question, I thought I would share. * Tomcat 3.2 final has a bug that garbles multi part streams. (Fix is planned in 3.2.2, workaround available - see the last

location of mod_jk.so

2000-12-14 Thread Simon Orchanian
I've downloaded Tomcat3.2 and need to know where the mod_jk.so file is so that I can build it. I'm running Solaris 2.7. Thanks, Simon __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/

Re: mod_jk.so

2000-12-14 Thread Alex Blume
Simon, Check the "Working with mod_jk" document at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html on how to build mod_jk.so. Also check the "Tomcat-Apache" HOWTO at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-apache-howto.html for other details.

Re: Tomcat 3.2 - Default web.xml not being read

2000-12-14 Thread Barbara Nelson
web.xml is no longer used/supported in 3.2. The main reason - the code that merged the "default" web.xml with the application web.xml was very bad, slow and hard to maintain. It was commented out until someone wants to fix it. A second reason - probably more important from a user

Re: [ANNOUNCEMENT] Security Related Updates - Tomcat 3.1.1 and Tomcat 3.2.1

2000-12-14 Thread Craig R. McClanahan
GOMEZ Henri wrote: * This release fixes ***only*** the identified security vulnerabilities. It does not address any of the other bugs, or feature requests, related to Tomcat 3.2 final. These issues will be dealt with in future maintenance releases of Tomcat 3.2 as appropriate.

Re: Tomcat 3.2 - Default web.xml not being read

2000-12-14 Thread cmanolache
Given that the default web.xml is not being read, how do you enable Jikes as the JspCompiler? That setting used to be in web.xml. What's the syntax to specify it in server.xml, or did we lose this functionality for Tomcat 3.2? (If so, could it be put back, or define a syntax in server.xml

Re: Tomcat 3.2 - Default web.xml not being read

2000-12-14 Thread cmanolache
Given that the default web.xml is not being read, how do you enable Jikes as the JspCompiler? That setting used to be in web.xml. What's the syntax to specify it in server.xml, or did we lose this functionality for Tomcat 3.2? (If so, could it be put back, or define a syntax in

JSP engine init parameters

2000-12-14 Thread Bojan Smojver
I've been trying for a while to implement the init parameters for JSP engine mentioned in Tomcat FAQ's but without much luck. First, I think the 'org.apache.jasper.runtime.JSPServlet' is wrong, there is no such class in Tomcat 3.2.1. It should probably be 'org.apache.jasper.servlet.JspServlet'

Jakarta NT Service stops on logout

2000-12-14 Thread David Wroton
Hi, I am having a problem with tomcat 3.2.1 (also 3.2). I installed Jakarta as a service and set it to start automatically. But when I log out of NT the service stops! Do you have any ideas or insight as to what may be causing this? I have IIS configured and working with tomcat serving up jsp

Virtual hosting

2000-12-14 Thread Parayali, Jayesh 1065
Title: Virtual hosting I have set up 2 virtual hosts on a server running tomcat 3.2 running one web application. now the question is how do I differentiate the requests coming from 2 different URLs In other words, is the url name accessible within my JSP? Thanks, Jayesh

Re:Tomcat on IIS

2000-12-14 Thread Gaël Laurans
On 14/12/2000 11:02:40, "Stief Dirckx" has wisely spoken thusly: Hello (http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/index.html) but it's not all that clear to me. It's not clear to me what order I have to use to install everything properly. Do I also need JDK, how do I install that?

Feedback - Working with the Jakarta NT Service

2000-12-14 Thread Bob Cullen
Have just finished installing Tomcat on an NT box using the instructions Working with the Jakarta NT Service By Gal Shachor [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] These instructions where very useful. However I installed Tomcat in the "Program Files" directory structure and the following

SSL for tomcat

2000-12-14 Thread Filip Hanik
Title: Tomcat in production environment? Are there any SSL libraries for Tomcat, or is the best way just to put tomcat behind apache using mod_jk? Filip

Re: Tomcat 3.2 - Default web.xml not being read

2000-12-14 Thread Bojan Smojver
I just compiler the attached file into a class, put the class into the webserver.jar (to avoid changing CLASSPATH for testing) and modified server.xml file with: ContextInterceptor className="tc3.JasperOptions" sendErrToClient="false" keepgenerated="false" / after the WebXmlReader

RE: searchable site with all this mail???

2000-12-14 Thread David Rees
Try this site: http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 -Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 4:37 PM To: [EMAIL PROTECTED] Subject: RE: searchable site with all this mail??? Every time I try to

Setting up Apache/Tomcat for SSL

2000-12-14 Thread guyr
Yes, I'm reading furiously on the appropriate sites. My question is about configuration. I read that to run both a secure server and non-secure server on the same instance of Apache, one of them must be virtual. The example given is for secure to be the non-virtual server, and it shows a

RE: Virtual hosting

2000-12-14 Thread Parayali, Jayesh 1065
Title: RE: Virtual hosting I got it working with 3.2. I have two virtual hosts working on one tomcat instance. request.getServerName() gets me the url name Thanks, Jayesh -Original Message- From: Filip Hanik [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 4:31 PM To:

Servlets wont run

2000-12-14 Thread Roubal, Eric
When I run Tomcat with Apache, I can't get the sample Tomcat to execute the servlet (non jsp). I'm guessing its a config issue but I'm merely experimenting. Does anybody have any suggestions?

Re: building a web app - need help

2000-12-14 Thread Aaron Knauf
The build.xml has a syntax error. Send it to me and I'd be happy to take a look. Aaron Knauf Systems Integrator Genie Systems Ltd Auckland, New Zealand Ph. +64-9-573 3310 x812 email: [EMAIL PROTECTED]

Re: Setting up Apache/Tomcat for SSL-build scripts

2000-12-14 Thread Filip Hanik
here are the exact steps for building apache with ssl. if you copy and past this, your apache build will work, get the software from modssl.org, openssl.org and apache.org --cut here-- this script has to hard coded things--prefix and

Re: Virtual hosting

2000-12-14 Thread Filip Hanik
Title: RE: Virtual hosting cool, sorry for saying it didn't work in 3.2, my apologies Filip - Original Message - From: Parayali, Jayesh 1065 To: '[EMAIL PROTECTED]' Sent: Thursday, December 14, 2000 4:50 PM Subject: RE: Virtual hosting I got it working with

Re: Setting up Apache/Tomcat for SSL-build scripts

2000-12-14 Thread Filip Hanik
oops, forgot, that this build is for Apache 1.3.12, you will of course have to change to 1.3.14 if you want to use the latest and greatest :) Filip - Original Message - From: Filip Hanik To: [EMAIL PROTECTED] Sent: Thursday, December 14, 2000 4:59 PM Subject:

Servlet is not running!

2000-12-14 Thread Web Master
Hello, I asked this question before, if anyone answer this question ? I have servlet which int runs calls an applet. Everything works fine except that, when I run, the applet is not running, it comes back and says applet not found. I have a context entry for the project in the server.xml Do I

RE: Tomcat 3.2 - Default web.xml not being read

2000-12-14 Thread Barbara Nelson
Thank you for the fast turnaround :-) I'll try it out. Barbara. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 1:44 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED] org' Subject: Re: Tomcat 3.2 - Default web.xml not being read

RE: multipart/form-data problem

2000-12-14 Thread Gomez Henri
* Tomcat 3.2 final has a bug that garbles multi part streams. (Fix is planned in 3.2.2, workaround available - see the last few days of list topics). Did the patch from Dan didn't fix that ? Did you speek about multi-part via ajp13 ? TC 3.2.1 with Dan patch (ajp13) works perfectly now with

  1   2   >