RE: help me!why i can't start the manager

2002-11-13 Thread Matthew O'Haire
Are you aware that the base URL for the manager GUI is http://localhost:8080/manager/html ? -Original Message- From: [EMAIL PROTECTED] [mailto:xhqian258;hotmail.com] Sent: Wednesday, 13 November 2002 5:01 PM To: [EMAIL PROTECTED] Subject: RE: help me!why i can't start the manager

WARP or Jk2 (Coyote)? Or something else?

2002-11-13 Thread Lee Grey
I've been getting by for a while with my single instance of Apache 1.3 and single instance of Tomcat 4, using WARP to connect them (on Red Hat 7.2). While a bit disorienting for someone so new to all of that, I was able to get everything configured and working about six months ago. Now that I'm

Re: Link Error Building JK2 on Solaris 9

2002-11-13 Thread Bill Barker
Yup, at the moment Jk2 is still highly Linux-based. Hopefully, by the time it gets to a release state, it will build easier on other systems. The below would probably make a good interim include in the Jk2 docs, if any of the Jk2 people have time to include it. Robert Williams [EMAIL PROTECTED]

Re: tomcat 4.1.12 and symbolic links

2002-11-13 Thread Bill Barker
It should be working in the (non-release) version 4.1.15. Otherwise, try setting the caseSensitive=false option in the Resources tag (it's meant for Windows/OSX systems, and in 4.1.15 is disabled by default for *nix systems). Jan Agermose [EMAIL PROTECTED] wrote in message

RE: Tomcat - Access Connection.

2002-11-13 Thread Collins, Jim
AFAIK no one does claim that MS-Access should be used as a backend datastore for an enterprise web app, not even Microsoft advocates. Microsoft provide SQL Server for this. I personally use MySQL. Regards Jim. -Original Message- From: Stone, Timothy [mailto:tstone;cityofhbg.com]

RE: SECOND REPOST: Tomcat 4.1.12 won't start on Windows Me

2002-11-13 Thread todd thorner
Thanks for taking the time... My server.xml file is well-formed, so I take that to mean there are no syntax errors. In any case, I haven't altered server.xml since I installed Tomcat (except temporarily when I first tried to solve this problem). I'm going to examine my jars in server\lib to

Re: Tomcat Application on Port 443 or 8080?

2002-11-13 Thread Richard Johnstone
Having just managed to get this working I can finally help someone. Hurray. You need to setup the connectors between apache and tomcat Try http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html for the files you need. To set it up, follow the docs. I have found this site

Re: System user accounts required to use manager in 4.1.12?

2002-11-13 Thread Luc Santeramo
maybe you already have the answer but here his mine:) Specifically, I would like to know, for the scenario above, how I would fill in the three text boxes on the page at http://galeron.aas.com:8080/manager/html/list which are labeled Path, Config URL, and WAR URL. As it stands right now, I

RE: SECOND REPOST: Tomcat 4.1.12 won't start on Windows Me

2002-11-13 Thread Arnaud HERITIER
Don't you have setted a CATALINA_HOME env variable to point to another Tomcat distro ??? -Message d'origine- De : Sinclair, Alan (CORP, GEAccess) [mailto:alan.sinclair;geaccess.com] Envoyé : mercredi 13 novembre 2002 00:30 À : 'Tomcat Users List' Objet : RE: SECOND REPOST: Tomcat

Fw: Session losses with Tomcat 4

2002-11-13 Thread Eric Amram
Has anyone experienced such session losses ? - Original Message - Subject: Session losses with Tomcat 4 [FYI, we use Tomcat 4.0.4 on Linux with Apache 1.3 + mod_jk] Our application keeps losing session randomly when browsing pages with IE 5.5 or IE 6. It happens in frameset

oracle.jdbc.pool not killing extra connections

2002-11-13 Thread Richard Johnstone
I have a connection pool based on OracleConnectionCacheImpl from oracle.jdbc.pool When I want a connection I call getConnection and it all works fine. When I start to up the usage on the site It has to create a few new connections which is ok, but when these new connections are finished with, they

Bizarre startup problem on Mac OS X server, with 4.1.12

2002-11-13 Thread Martin Redington
I have three machines. A tibook with Mac OS X 10.2.1, and 2 xserves with Mac OS X Server 10.2.1 The actual OS version is 10.2.1, build 6D52 on both machines. All three machines have the stock OS X 1.3.1 JVM install. I downloaded 4.1.12 (full) to all three machines, and unpacked it with

JkMount doesn't work

2002-11-13 Thread Kirill S. Tarashev
Hi I have one small problem I've configured Apache 1.3.26 + Tomcat 4.1.12 through JK (ajp13) I use httpd.conf, mod_jk.conf, vhosts.conf it work's fine When I use JkMount in global settings of httpd.conf it fork's just fine but when I try to use this dirrective inside VirualHost in doesn't

Re: oracle.jdbc.pool not killing extra connections

2002-11-13 Thread Richard Johnstone
I think I have sussed the problem. It was to do with my max/min connections. I had min 5 and max 30 I assumed that all connection past 5 would be killed when done with when infact it is any connections beyond 30 that are binned (provided that cache scheme is DYNAMIC). So if you only want 5

Re: How do I know if tomcat is started with SSL?

2002-11-13 Thread Pae Choi
Try https://localhost:8443/ and see what you get. Pae - Original Message - From: Mark Liu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 10:54 PM Subject: How do I know if tomcat is started with SSL? I am using Tomcat 4.1.12 under my W2K

RE: WARP or Jk2 (Coyote)? Or something else?

2002-11-13 Thread Turner, John
WARP is no longer actively developed. JK is considered fully production ready. JK2 is actively developed, and is considered production ready on the Tomcat end, and near production ready on the Apache end. The dev team is focusing its efforts on JK2. John -Original Message- From: Lee

Oracle connection pool

2002-11-13 Thread Richard Johnstone
Hi I foolishly stated in my last mail that I had fixed this problem when I might of known I haven't. I set the min connections to 2 and the max connections to 3. I fire off some requests and it just creates new connections when needed. These new connections seem to be redundant though as the same

solaris 8 WarpConnection fails, no errors in log files

2002-11-13 Thread Markus Kummer
Hello, after reading a lot of faq's and documentation of tomcat I don't know what else I can do to get it to work. I am running tomcat-4.0.6 with apache-1.3.26 and mod_webapp on Solaris 8. tomcat is a binary Distribution apache is configured and compiled without errors with the following

Forte Tomcat

2002-11-13 Thread Shruti Ahuja, Noida
Hi, I am trying to deploy a web applictaion on the Tomcat 4.0.1 server integrated with the Forte 4.0 CE edition. When i select the deploy option available on the right click of the WEB-INF folder, the application is successfully deployed. But when i select the execute option , it opens a

Forte Tomcat

2002-11-13 Thread Shruti Ahuja, Noida
Hi, I am trying to deploy a web applictaion on the Tomcat 4.0.1 server integrated with the Forte 4.0 CE edition. When i select the deploy option available on the right click of the WEB-INF folder, the application is successfully deployed. But when i select the execute option , it opens a browser

Tomcat 4.1.12 - Manager App Configuration Output to Console on W2K?

2002-11-13 Thread josh
Hi i just upgraded to Tomcat 4.1.12 for Tomcat 4.0.4 in w2k. Not i have to problems (worked before): - On the new version i can't get the Manager Application running. In the documentation i rad about two ways to install the Manager Application but none of them worked (deploying the

RE: Tomcat 4.1.12 - Manager App Configuration Output to Console on W2K?

2002-11-13 Thread Turner, John
-Original Message- From: josh [mailto:the.josh;gmx.net] Sent: Wednesday, November 13, 2002 7:28 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.12 - Manager App Configuration Output to Console on W2K? Hi i just upgraded to Tomcat 4.1.12 for Tomcat 4.0.4 in w2k. Not i have to

RE: OFF_TOPIC: How to convert JSP page into an EXCEL format

2002-11-13 Thread Stone, Timothy
Vikas, Thinking on this overnight, I realized my answer was a bit simplistic on just setting the response's content type, e.g. response.setContentType( application/vnd.ms-excel );. This actually does not write anything in Excel format; the output is whatever your JSP is producing and it

RE: solaris 8 WarpConnection fails, no errors in log files

2002-11-13 Thread Turner, John
I think you're missing something here, or the URL you posted is an error. If you have your WarpConnector on port 65000 (this seems pretty high to me), then the URL you want is http://server.mydomain.de/examples (or in your case http://server.mydomain.de:/examples) not

Delete name-value pairs from request

2002-11-13 Thread Günter Kukies
Hello, how can I delete a name-value pair from a HTTPServletRequest. I need to do it within a Filter request, because I need a ServletRequest Object for chain.doFilter(request,response); Thanks Günter

Re: Cannot create Oracle driver not matter what I do!

2002-11-13 Thread Jacob Kjome
Yep, I have an older Oracle server which I connect to as well. That connection string looks like this: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(HOST=oracleserver.myhost.com)(PROTOCOL=tcp)(PORT=30999))(CONNECT_DATA=(SID=sidOfMyDatabase))) Either way works. Kleth is right, though. You need

[ Tomcat Problems ]

2002-11-13 Thread Osvâneo A . Ferreira
Hi, I have a problem with tomcat configuration. When Deployed my application this error logged (catalina.out): 2002-11-13 12:02:10 StandardHost[localhost]: Installing web application at context path /gnegocios from URL file:/iG/java/jakarta-tomcat-4.1.12/webapps/gnegocios 2002-11-13 12:02:10

Re: [ Tomcat Problems ]

2002-11-13 Thread Jeanfrancois Arcand
Are you using Xerces 2.2? Xerces 2.2 breaks TomcatYou need Xerces 2.1.0 in order to avoid that exception. -- Jeanfrancois Osvâneo A. Ferreira wrote: Hi, I have a problem with tomcat configuration. When Deployed my application this error logged (catalina.out): 2002-11-13 12:02:10

Problem installing certificate with Tomcat 4.1.12.

2002-11-13 Thread Michael Boland
Hi, I am trying to install and use a trial certificate from Verisign with Tomcat server (4.1.12) and jdk 1.4.1_01 on Windows 2000. I follow the instructions in the ssl-howto but I get this error-message when I try to see a secure web page : SEVERE: Handshake failed

Re: Forte Tomcat

2002-11-13 Thread Jeanfrancois Arcand
The error is produced by the Netbean extension. You should ask the question in the netbean-user forum. My guest is you have a JAXP conflict somewhere. -- Jeanfrancois Shruti Ahuja, Noida wrote: Hi, I am trying to deploy a web applictaion on the Tomcat 4.0.1 server integrated with the Forte

Re: Help in JNI

2002-11-13 Thread Jeanfrancois Arcand
This seems to be a VM craches. Have you try the Hotspot mailling list? That might be a better place to ask the question (faster answer :-) ) -- Jeanfrancois Santosh Kulkarni wrote: Hi, I'm getting this stack trace when I invoke a JNI call. This is happening on solaris only and could not

jk2 and apache named virtual hosts

2002-11-13 Thread Mikkel Bruun
Title: jk2 and apache named virtual hosts Hi Guys! Im new to the list and here's my first question Im trying to help a friend of mine, who wants to do some small isp business supporting jsp through tomcat... Setup win32 Apache 2.0.43 jk2-2.0.43 tomcat 4.1.12 Reading through the docs

Re: Cannot create Oracle driver not matter what I do!

2002-11-13 Thread Tom Maher
I haven't been able to get the example to work. I (was sure) that I followed the examples, but I still haven't been able to get this to work for me. Initially I was getting the 'can't create driver null' error and now I'm getting 'object not bound in this context' errors. Can you tell me

tomcat as a service

2002-11-13 Thread Chris Daly
hi i wish to run tomact as a service though am currently running it as a stand alone. has anyone got the details handy or can point me i the direction of good tutorials / shortcuts cheers chris -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional

SV: tomcat as a service

2002-11-13 Thread Mikkel Bruun
Title: SV: tomcat as a service On win32 you get an option for doing this if you install the .exe -Oprindelig meddelelse- Fra: Chris Daly [mailto:[EMAIL PROTECTED]] Sendt: 13. november 2002 16:44 Til: [EMAIL PROTECTED] Emne: tomcat as a service hi i wish to run tomact as a

Re: SV: tomcat as a service

2002-11-13 Thread Chris Daly
could you give me a bit more detail ? cheers. i'm using win 2000/nt j2sdk1.4 tom 4.1.12 LE At 16:49 13/11/2002 +0100, you wrote: On win32 you get an option for doing this if you install the .exe -Oprindelig meddelelse- Fra: Chris Daly

SV: SV: tomcat as a service

2002-11-13 Thread Mikkel Bruun
Title: SV: SV: tomcat as a service When installing jakarta-tomcat-4.1.12.exe it gives you an option to run tomcat as a service...quite simple... Mikkel -Oprindelig meddelelse- Fra: Chris Daly [mailto:[EMAIL PROTECTED]] Sendt: 13. november 2002 16:52 Til: Tomcat Users List Emne:

Re: Tomcat Application on Port 443 or 8080?

2002-11-13 Thread yves lambert
Manoj Kithany wrote: Hi Experts: My Apache+SSL is working now - thanks to you all. I checked it using https://www.kithany.com. However, I have a small Application which contains JSP+Servlets which calls Oracle DB via JDBC. This application is working fine when I type

SSL Config on Tomcat (Error)

2002-11-13 Thread Manoj Kithany
Hi Experts: I want to Configure my TOMCAT for SSL and was reading the SSL Config How-To posted at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html#Edit%20the%20Tomcat%20Configuration%20File; I made all the changes as was mentioned above and when excute Catalina I get following

Re: tomcat as a service

2002-11-13 Thread Jacob Kjome
Hello Chris, See http://www.mattkelli.com/tech/tomcat/ntservice.htm Also, you really should search the list. I have posted messages like this in response to NT Service questions like this at least 15 times. The answers are there in the archives. Look there before you post.

Re: [ Tomcat Problems ]

2002-11-13 Thread Osvâneo A . Ferreira
Jeanfrancois, No, I´m not using Xerces. I´m use jakarta-tomcat-4.1.12 and apache-1.3.27. Osvâneo A. Ferreira [EMAIL PROTECTED] - Original Message - From: Jeanfrancois Arcand [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 13, 2002 12:46 PM Subject:

Re[2]: Cannot create Oracle driver not matter what I do!

2002-11-13 Thread Jacob Kjome
Hello Tom, There are a few places. If it is for one particular app, just place it within the Context ... element that defines your webapp. Do this either in server.xml or in a Context Configuration File (see admin.xml and manager.xml for examples). Jake Wednesday, November 13, 2002, 9:39:22

Re: Delete name-value pairs from request

2002-11-13 Thread Andreas Probst
Hi Günter, I haven't done this, but I suppose you should implement a RequestWrapper. Extend javax.servlet.http.HttpServletRequestWrapper. Your implementation just calls the methods of HttpServletResponseWrapper. However, if it is asked for your name/value pair don't call super but return null or

Off Topic _ J_security_check

2002-11-13 Thread Hari Venkatesan
Have anybody tried calling j_security_check from a servlet rather than calling from a form. Hari -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Has anyone heard of this class:org.apache.catalina.INVOKER.pwCS S.css?

2002-11-13 Thread Colic, Alex
HI, I am getting the following error. Has anyone heard of this class:org.apache.catalina.INVOKER.pwCSS.css? Thanks Alex 2002-11-11 20:39:56 action: Creating new Action instance 2002-11-11 20:40:30 StandardWrapper[:org.apache.catalina.INVOKER.pwCSS.css]: Marking servlet

RE: SSL Config on Tomcat (Error)

2002-11-13 Thread Peter Romianowski
first, please don't send messages to the list with the list-address in bcc (this breaks filtering in most email-clients). The error message you got indicates that there is already a service listening on that port. Please send your server.xml for further investigation and try to figure out

RE: Off Topic _ J_security_check

2002-11-13 Thread BBui
I don't think you can. -Original Message- From: Hari Venkatesan [mailto:hvenkatesan;pfgc.com] Sent: Wednesday, November 13, 2002 10:48 AM To: Tomcat Users List Subject: Off Topic _ J_security_check Have anybody tried calling j_security_check from a servlet rather than calling from a

Re: SV: tomcat as a service

2002-11-13 Thread tmilad
Hi Chris, I figured out that my startup.bat and catalina.bat don't work properly when I start statrup from DOS. It complains of the missing env. variables. Analyzing these two scripts I sow that set command doesn't work in DOS as a windows program only in system mode (autoexec.bat). This is

please help me understand 'request encoding'

2002-11-13 Thread Liu, Xiaoyan
Hi, Please help me understand 'ServletRequest.getCharacterEncoding()', I'm really confused. I'm using 'SetCharacterEncodingFilter' that comes with examples webapp to process jsp pages with %page contentType=text/html;charset=GB2312 %. The filter works fine. What I don't understand is: . before

SSL Config on Tomcat (Error)

2002-11-13 Thread Manoj Kithany
Hi: Here is the transcripts of my SERVER.XML file: --- Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Standalone !-- Connector className=org.apache.catalina.connector.http.HttpConnector port=8080

RE: SV: tomcat as a service

2002-11-13 Thread Turner, John
Out of environment space means you are setting too many environment variables, or the values of the environment variables you are setting are too large. Windows has limited space for environment variables. That said, you only need to set two environment variables, regardless of platform:

Re: SV: tomcat as a service

2002-11-13 Thread tmilad
John, but I am running windows 98 it doesn't have this setting option what you are taking about. Thanks, Tomislav - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, November 13, 2002 12:12 PM Subject: RE: SV: tomcat as a

RE: SV: tomcat as a service

2002-11-13 Thread Turner, John
You're still going to need to resolve your environment space issues, even if you have to set the variables in autoexec.bat. Your environment space is too big. Either delete the extra Tomcat settings you have (you only need JAVA_HOME and CATALINA_HOME), or try and condense things like your PATH.

RE: mod_jk Problem

2002-11-13 Thread Rudolph Araujo
Milt, Yes it does work if I just include the file. I have also done as you suggested i.e. make changes to the auto generated file and include that one. Also I think that Internal Server Error was due to Tomcat not being started up in time. Is there an init.d script that I can use for it?

RE: mod_jk Problem

2002-11-13 Thread Turner, John
You just have to wait a few seconds for Tomcat to startup, and the mod_jk.conf file to be written. 5-10 seconds should do it. John -Original Message- From: Rudolph Araujo [mailto:rudolphoa;hotmail.com] Sent: Wednesday, November 13, 2002 12:27 PM To: [EMAIL PROTECTED] Subject: RE:

Re: Off Topic _ J_security_check

2002-11-13 Thread Craig R. McClanahan
On Wed, 13 Nov 2002, Hari Venkatesan wrote: Date: Wed, 13 Nov 2002 11:47:37 -0500 From: Hari Venkatesan [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Off Topic _ J_security_check Have anybody tried calling

Re: SV: tomcat as a service

2002-11-13 Thread Chris Parker
Or fogotten option #3 - increase your environment size. In your config.sys file (C:\config.sys) modify or add this: shell=command.com /e:(a number) For example, to make your environment size 1kb, use this shell=command.com /e:1024 The original DOS had a default environment size of 256 bytes.

Re: Bizarre startup problem on Mac OS X server, with 4.1.12

2002-11-13 Thread Ian McFarland
My experience is consistent with the evidence you presented. I'm running X server (10.2.1) without WebObjects, and Tomcat works great. Yes, it appears that the XML parser included with WebObjects is your problem. I remember similar problems from this list where more than one XML library was

RE: WARP or Jk2 (Coyote)? Or something else?

2002-11-13 Thread Lee Grey
Thanks for your comments, Andy and John. So, now I'm faced with a situation where I've already used WARP to connect Apache 1.3.22 to Tomcat 4.0.3 for one domain that I don't want to disrupt. I have a second Linux box that has Tomcat 4.1.12 on it. I'd like to use JK2 to connect this box to the

Re: tomcat 4.1.12 and symbolic links

2002-11-13 Thread Jan Agermose
Ok, so this is what is in my server.xml, and it still does not work? Host name=www.myhost.dk debug=0 appBase=/root/devel/BB/dk/pensum/web unpackWARs=true Valve className=org.apache.catalina.valves.AccessLogValve directory=logs prefix=pensum_access_log. suffix=.txt

Re: Bizarre startup problem on Mac OS X server, with 4.1.12

2002-11-13 Thread Martin Redington
Hi Ian, thanks for your response. At least now I know I'm not going crazy. I didn't see the previous posts, but I have a vague recollection of having a similar problem with tomcat on my tibook ages ago, with a previous tomcat version. I shut down webobjects, and then tried moving the

Applets in JSP

2002-11-13 Thread Kemp Randy-W18971
When I run this test applet in JSP code in Resin (www.caucho.com), it works fine. When I run the same code in Tomcat or Jetty, I get an error. Is it my coding or Tomcat in error? Here is the error, code, and test files:

mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ?

2002-11-13 Thread Felipe Moreno - Realweb Soluções
Hi List Members! I'm having some headache here installing and configuring webapp for Apache. If anyone could help me I will thank a lot! This is the scene: -- - Linux 7 - Apache 2.040 - Tomcat 4 (last version) I have several virtualhosts installed in my apache already

Deploying a custom realm.

2002-11-13 Thread Scott Dierbeck
We have implemented our own propriatary security API that we would like to use in our jsp that run in tomcat 4.1.x. To authenticate using our security API we will need to write our own Authenticator which would extend one of the Authenticators from Catalina, and somehow deploy it in Tomcat.

RE: mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ?

2002-11-13 Thread Turner, John
First, vi httpd.conf. Second, go to line 67, the line cited in the error message. Third, determine what typo or other character is on that line. Looks like Apache is complaining that something is screwed up with the Apache Port directive, which has nothing to do with mod_webapp. You might want

Re: Deploying a custom realm.

2002-11-13 Thread Jacob Hookom
http://www.mail-archive.com/tomcat-user;jakarta.apache.org/msg64942.html - Original Message - From: Scott Dierbeck [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 13, 2002 1:51 PM Subject: Deploying a custom realm. We have implemented our own propriatary security API

Tomcat vs Iplanet

2002-11-13 Thread Raúl Peña
Hello. My name is Raul. I am a java developer. My cuestion is: Can you say me that who is best web server (iPlanet - tomcat)? thank you.

Application not run on jakarta-tomcat-4.1.12

2002-11-13 Thread Amit Kumar Samanta
When I run my application on jakarta-tomcat-3.2.1, it works properly but when it is run on jakarta-tomcat-4.1.12, the following errors will come. HTTP Status 404 - /administration/servlet/Login type Status report

Re: Tomcat vs Iplanet

2002-11-13 Thread peter lin
these questions tend to start a flame war. no such thing as best. just what suits your requirements. peter Raúl Peña wrote: Hello. My name is Raul. I am a java developer. My cuestion is: Can you say me that who is best web server (iPlanet - tomcat)? thank you. -- To unsubscribe, e-mail:

Session loss with IE 6/5.5

2002-11-13 Thread Prashanth Pushpagiri
Hello everyone: I thought I had seen a question posted earlier on the list, a similar one...but could not find it...so I'm reposting... I use tomcat 4.1.12 with IIS 5.0 on windows 2000 adv. server. I use tomcat for serving jsp pages and IIS for all other files. Now, I've set up IIS to point to

Re: How do I know if tomcat is started with SSL?

2002-11-13 Thread Mark Liu
I cannot get that page. So obviously I the tomcat SSL is not configured right? --- Pae Choi [EMAIL PROTECTED] wrote: Try https://localhost:8443/ and see what you get. Pae - Original Message - From: Mark Liu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent:

RE: Session loss with IE 6/5.5

2002-11-13 Thread Turner, John
It's probably more related to browser settings than Tomcat settings. In IE 6, make sure to do the following (not sure where it is in IE 5.5, but it is probably similar): Tools - Internet Options - Privacy - Advanced Check Override automatic cookie handling Check Always allow session cookies

RE: How do I know if tomcat is started with SSL?

2002-11-13 Thread Turner, John
All you have to do is look in server.xml for org.apache.coyote.tomcat4.CoyoteConnector on port 8443. If you have that defined but can't access anything on that port, then check the Tomcat log files to find out why the SSL connector is not starting. John -Original Message- From: Mark

Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread Chad Cannell
I am trying to set Apache's index file to index.jsp. It is not working. I am using JKmount *.jsp for the dynamic stuff, so for what ever reason, Apache won't server this as the point of entry to our site. We currently use an index.html page to redirect to index.jsp, but want to get rid of that.

RES: mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ?

2002-11-13 Thread Felipe Moreno - Realweb Soluções
Hi john, First of all thank you for your answer. The line that apache is complaining is marked below: WebAppConnection ceplacom-conn warp localhost:8008 WebAppDeploy ceplacom-sos ceplacom-conn / --- THIS LINE WebAppDeploy ceplacom-webapp ceplacom-conn /_webapp --- AND

RE: mod_webapp: How to make it work with tomcat 4 and Apache 2.0.40 ?

2002-11-13 Thread Turner, John
http://www.pubbitch.org/jboss.html , Step 4. Google is your friend. Apparently mod_webapp can't deal with its own port numbers if there is no Port specified for Apache. So, change httpd.conf to look like this: ServerName localhost:80 instead of ServerName localhost John -Original

RE: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread Turner, John
That's pretty much the solution...this has come up before. By the time JK gets involved, Apache is just about done with the URL...it doesn't perform any rewriting, etc. it's just looking for a match. The elegant solution is probably using mod_rewrite to rewrite requests ending in / to

how to reload classes from web app?

2002-11-13 Thread Jarecsni Jnos
Hi, I'm writing a web app which hosts some simple classes (defined in a sort of deployment descriptor). It would be nice to be able to reload those classes too if they are refreshed in the webapp dir. Is there a way to use the Tomcat's classloader to load those classes too? Will these classes be

FW: Testing tomcat with IIS installed

2002-11-13 Thread Powers, Mary E
No need to respond to this. I got it working. Mary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mary Powers Information Sciences Engineering K7-22 Pacific Northwest National Laboratory PO Box 999 Richland, WA 99352 voice: 509.375-2148 fax: 509.375.3992 [EMAIL PROTECTED]

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Robert Williams
Hi, I am using the Full version of tomcat jakarta-tomcat-4.1.12 And I am using the commons-logging-api.jar that came with that version of tomcat and lives in /common/lib. My java version is 1.4.0_00. I am not using log4J in this test setup as I from what I understand commons-logging will just use

Re: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread shawn
Use mod_dir in Apache. It is standard. add this directive in you apache conf DirectoryIndex index.jsp index.php index.html index.htm options are listed in order of preference. the directive can go in the main conf or in a Vitual Host Container. See the apache docs for more detail.

RE: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread Turner, John
As far as I know this does not work. It didn't work for me, and this subject has come up quite a bit in the past couple of months. Adding a DirectoryIndex line was the first thing I tried. John -Original Message- From: shawn [mailto:shawn;wnsi.net] Sent: Wednesday, November 13,

Deploying a custom Authenticator ((...WAS...Deploying a custom realm.))

2002-11-13 Thread Scott Dierbeck
The original subject did not correctly state what I was having a problem with. The original contents remain the same. Let me know if more information is needed. thanks again, scott Jacob Hookom wrote: http://www.mail-archive.com/tomcat-user;jakarta.apache.org/msg64942.html - Original

Plugin not properly closed

2002-11-13 Thread Kemp Randy-W18971
I am getting a plugin not properly closed on a test applet within a JSP page. It works fine on Resin (www.caucho.com) but has a but in Tomcat, probably due to the parser. Enclosed is the code and test files, in case anyone has any insights. Thank you.

Tomcat 4 JNI Help

2002-11-13 Thread St. Louis, Thomas (Research)
I don't understand why I'm getting the following UnsatisfiedLinkError. The static initializer is finding and loading my library but when I then try to my method which calls native Method throws exception. Any thoughts please! Apache Tomcat/4.0.4 Starting service Tomcat-Apache Apache

RE: Tomcat 4 JNI Help

2002-11-13 Thread Sexton, George
Pretty obvious isn't it? The JVM can't find the library. Since you didn't tell anyone what OS you are using, research how native libraries are loaded for your OS, put your native code there, and try again. -Original Message- From: St. Louis, Thomas (Research) [mailto:stlouis;crd.ge.com]

how to reload classes from web app?

2002-11-13 Thread Jarecsni Jnos
Hi, I'm writing a web app which hosts some simple classes (defined in a sort of deployment descriptor). It would be nice to be able to reload those classes too if they are refreshed in the webapp dir. Is there a way to use the Tomcat's classloader to load those classes too? Will these classes be

Application slow starting up

2002-11-13 Thread Michael Molloy
Hey guys gals. We're using tomcat 4.1.12 on Windows connecting to an oracle database on another machine. We've got our app setup in the webapps directory, and everything works fine on our development boxes our QA box (mix of OS X, wintel, and Sun) . However, at the client site running on a

org.apache.jasper.JasperException: Unable to compile class for JSP

2002-11-13 Thread Pedro Salazar
I deployed my web application in JBOSS and I got the exception below when tried to access my root application url mapping. I'm using jdk1.4.1 + JBOSS 3.0.4+tomcat4.1.12LE. (I already deployed in J2EE 1.3.1 R.I. in a EAR and it worked fine). thanks, Pedro Salazar. 2002-11-13 17:38:29,810 ERROR

Port redirection on Tomcat standalone

2002-11-13 Thread Michal Kreglewski
Hi, I've got a problem with port redirection on Tomcat 4.1.12 standalone. I've enabled SSL in server.xml and it works fine. But then I put the following in web.xml: security-constraint web-resource-collection web-resource-nameMy Servlet/web-resource-name

Re: Port redirection on Tomcat standalone

2002-11-13 Thread Michal Kreglewski
Everything works when when I do like this: Connector className=org.apache.catalina.connector.http.HttpConnector port=80 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=443 acceptCount=10 debug=0 connectionTimeout=6/ Connector

tomcat 4.1.12, first time load jsp get ServletException

2002-11-13 Thread B W
We just find this weild problem in tomcat4.1.12(win2k), if we clear all files from work directory, load all jsp from browser, then sometimes we get ServletException(please see following), after hit browser fresh, the error disappear. This problem only happen for first time to load jsp, if the jsp

Problem setting up Tomcat's SSL

2002-11-13 Thread Mark Liu
Hi, I am attempting to setup tomcat's SSL, but failed. I am using tomcat 4.1.12, j2sdk1.4.1_01 and Win2K professional. Running tomcat without SSL is successful. Then I followed the instruction of tomcat-ssl-howto and generated the .keystore file, modified server.xml. Then when I start

RE: Tomcat 4.x as NT service

2002-11-13 Thread Januski, Ken
You know if I'd taken the time to read this list's email yesterday I would have saved myself and my boss a lot of time. As it was we struggled for hours to find a way to install 2 instances of the service and ended up using the info at Alexandria Software noted below. Our only additions were

ParameterMap not found exception

2002-11-13 Thread David Wall
I'm upgrading from Tomcat 3.2.4 to 4.1.12 and I have one webapp running okay under a special CATALINA_BASE, but another webapp running under a different CATALINA_BASE is throwing an exception when I first try to access it. I do have a startup servlet in my web.xml and it's starting and I see my

Re: Apache Index page jsp and sessionid with JKMount *.jsp

2002-11-13 Thread Paul Campbell
I used Proxy and ReverseProxy on Apache. On tomcat, I specified the jsp in the welcome of web.xml At 12:44 PM 11/13/02, you wrote: I am trying to set Apache's index file to index.jsp. It is not working. -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For

Re: ParameterMap not found exception

2002-11-13 Thread Jeanfrancois Arcand
Add the following line to your catalina.policy file: // == WEB APPLICATION PERMISSIONS = // These permissions are granted by default to all web applications // In addition, a web application will be given a read FilePermission // and JndiPermission

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Brzezinski, Paul J
I wonder if a better question is: Is anyone using the ChannelUnix (AF_UNIX socket) connector on any platform? On what platforms is the ChannelUnix (AF_UNIX socket) connector actually known to function? : -Original Message- : From: Robert Williams [mailto:rcw1;pacbell.net] : Sent:

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Brzezinski, Paul J
Original post came from Tomcat Users, replying/cross-posting... : -Original Message- : From: Costin Manolache [mailto:cmanolache;yahoo.com] : Sent: Wednesday, November 13, 2002 3:16 PM : To: Tomcat Developers List : Subject: RE: JK2 unixsocket: Can't create apr : : : Very weird. :

RE: JK2 unixsocket: Can't create apr

2002-11-13 Thread Brzezinski, Paul J
: -Original Message- : From: Costin Manolache [mailto:cmanolache;yahoo.com] : Sent: Wednesday, November 13, 2002 3:16 PM : To: Tomcat Developers List : Subject: RE: JK2 unixsocket: Can't create apr : : : Very weird. : : Are you using the latest commons-logging.jar ? JDK1.4 or 1.3

  1   2   >