Re: JRE and JSP

2002-09-09 Thread Bill Barker
You can use the JSPC script to pre-compile your JSP pages before creating your war file. RAJESH KANNAN [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, We have a special requirement which warrants the use of tomcat with only JRE. (Not JDK). In our

An error occurred at line: -1 in the jsp file: null

2002-09-09 Thread Rosdi bin Kasim
What does this error mean? I have been trying to migrate my old JSPs to tomcat 4.1.10 + JDK1.4 But all I got is this error, the JSP works fine before on tomcat 4.1.9 + JDK1.3 -- org.apache.jasper.JasperException: Unable to compile class for JSP An

Servlet multithreading design question

2002-09-09 Thread Mathew Pole
If I create classes similar to the following, then I suspect that I will run into multithreading issues, because OneServlet and TwoServlet will run in the same JVM? Is this correct? public abstract class BaseServlet extends HttpServlet implements SingleThreadModel { int value; } public

RE: Restart webapp after Exception

2002-09-09 Thread ppetershagen
Zitiere Andy Eastham [EMAIL PROTECTED]: Paul, I'm afraid it looks like you have to write code that doesn't eat all the memory on the server ;-) Andy This isn't possible because we are using foreign components. There is a cache system eating a lot of memory which we can't

RE: Apache/tomcat load balance doesn't work with http post operation

2002-09-09 Thread Vincent . Gaboriau
Hi, I have already had this type of problem, the cause was a miss configuration. Can we please see your worker.properties and server.xml file? Vincent. -Message d'origine- De : Xiaoyu Zhang [mailto:[EMAIL PROTECTED]] Envoyé : dimanche 8 septembre 2002 19:30 À : [EMAIL PROTECTED] Objet

threads best practice

2002-09-09 Thread skraaatch
- Original Message - From: skraaatch [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, September 08, 2002 8:12 PM Subject: threads best practice hi all, please could someone tell me what the best way to start and run a background thread is in tomcat? i have a

Software Caused Connection Abort

2002-09-09 Thread Madhav Reddy
Hi All, I am using Tomcat 4.0. I am using SMTP mail, threads and ofcourse with database connections. I am getting the following error. System or internal error java.net.SocketException: Software caused connection abort: socket write error After this tomcat is unable to make connections or

Re: global.jsa

2002-09-09 Thread Chris Brown
Hello, I've seen a few answers to your question suggesting that you use a servlet that loads on startup. I have another suggestion that you may prefer to emulate global.asa: implement ServletContextListener and HttpSessionActivationListener. javax.servlet.ServletContextListener ...sends

apache 2.0 and tomcat 4.1.7 integration problem

2002-09-09 Thread Vikramjit Singh
Hi all, I am having problem integrating apahce 2.0 and tomcat 4.1.7. I am working on it since 3 days. I have read the articles on website, searched the archives, but in the archives also there is no answer to be found. My tc and apahce are installed and running successfully individually. But

AW: Tomcat standalone Versus Apache

2002-09-09 Thread Power-Netz \(Schwarz\)
What do most people run for production and why? Tomcat standalone or Tomcat with Apache? And for that matter, isn't the http server for Tomcat Apache - or is it something else? For help in your decision : we run our tc standalone because nearly every page handles dynamic content. just the

RE: Tomcat standalone Versus Apache

2002-09-09 Thread Vikramjit Singh
-Original Message- From: Power-Netz (Schwarz) [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 1:57 AM To: Tomcat Users List Subject: AW: Tomcat standalone Versus Apache What do most people run for production and why? Tomcat standalone or Tomcat with Apache? And

form-login-config

2002-09-09 Thread Richard Chamberlain
After I sent my previous message I played around a bit and it became clear that I was misinterpreting how to use form login. I'll explain what I want to do and perhaps somebody would be kind enough to point me in the right direction. I have a page that I only want members to be able to get to,

Still need help w. Tomcat installation

2002-09-09 Thread STEVE BURRUS
I STILL need some degree of help/assistance from someone in this newsgroup re. installing Tomcat!!! That is really a damned SAD thing to have to say at this late date now, you would think that I could have had this thing figured out by now! (Maybe I am just flat too DUMB to be a member of

threads best practice

2002-09-09 Thread skraaatch
hi all, please could someone tell me what the best way to start and run a background thread is in tomcat? i have a couple of tasks that need to run on a regular basis to update my db. however, using an initialisation servlet to start the threads seems to cause problems with the classloader. many

RE: Still need help w. Tomcat installation

2002-09-09 Thread Vincent . Gaboriau
To run Tomcat in DOS, you must specify the JAVA_HOME and TOMCAT_HOME environment variables (system or user are not important in a first step). If you have already done it, you must close your DOS window and open a new one in order to the variables became enabled. hopes it help you. -Message

RE: Still need help w. Tomcat installation

2002-09-09 Thread jon wingfield
No trailing semi-colon. No trailing slash. :) -Original Message- From: STEVE BURRUS [mailto:[EMAIL PROTECTED]] Sent: 08 September 2002 20:53 To: [EMAIL PROTECTED] Subject: Still need help w. Tomcat installation I STILL need some degree of help/assistance from someone in this

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread John Holman
Providing a connectionName and connectionPassword does *not* cause JNDIRealm to lookup the password. It will still authenticate by binding as the user unless you specify the userPassword configuration attribute. Looking up roles as the administrator (or anonymously if connectionName and

Re: threads best practice

2002-09-09 Thread Ben Walding
I can't imagine why you'd have problems with your classloader. In any event, I prefer to use context lifecycle events myself. See http://www.onjava.com/pub/a/onjava/2001/04/12/listeners.html?page=1 You might want to post more details about your classloader problem as it is possibly only a

Tomcat 4.1.0 fresh configuration problem

2002-09-09 Thread Partycki Piotr
Hi I have a problem with fresh Tomcat 4.1.0 installation. When I try http://127.0.0.1:8080/admin/ I get: org.apache.jasper.JasperException: Unable to compile class for JSP , and in log I get: 2002-09-09 12:14:57 Error compiling file:

Re: Tomcat 4.1.0 fresh configuration problem

2002-09-09 Thread Remy Maucherat
Partycki Piotr wrote: Hi I have a problem with fresh Tomcat 4.1.0 installation. When I try http://127.0.0.1:8080/admin/ I get: org.apache.jasper.JasperException: Unable to compile class for JSP , and in log I get: 2002-09-09 12:14:57 Error compiling file:

RE: Url Mapping with mod_jk

2002-09-09 Thread Anthony Milbourne
Hi Again Thanks for your ongoing help. I have done as suggested in the previous post i.e.. http.conf now just has an include all listener elements in server.xml have forwardAll=false in them. The result (as I'm sure you know) of changing the listener elements was to make the generated

[OT] Linux environment variables

2002-09-09 Thread Giorgio Ponza
Hi guys. Sorry, i'm not expert in linux I need that some environment variables (like JAVA_HOME) are visible to a specified user Until today i worked with root, so i placed them in /etc/profile. I'd like now them are visible only for the specified user (also the installation is done by the user).

RE: Tomcat 4.1.0 fresh configuration problem

2002-09-09 Thread Partycki Piotr
Partycki Piotr wrote: Hi I have a problem with fresh Tomcat 4.1.0 installation. When I try http://127.0.0.1:8080/admin/ I get: org.apache.jasper.JasperException: Unable to compile class for JSP , and in log I get: 2002-09-09 12:14:57 Error compiling file:

Re: Servlet multithreading design question

2002-09-09 Thread Tim Funk
What are the Multi-threaded isses? Regardless that the abstract class does implement SingleThreadModel - you would still have 2 instances of BaseServlet since it is extended by OneServlet and TwoServlet. Who will need to be more specific in you question. Mathew Pole wrote: If I create

Query

2002-09-09 Thread Tony McNicholas
HI, I have the following query, I am using tomcat 3.3.1 and would like to deploy a new version of a webapp in a war file. To do this I need to stop Tomcat, remove the expanded old war directory and restart Tomcat. I would like to know is there a way to deploy a new version of a webbapp in

Tomcat 3.1.* config problem

2002-09-09 Thread Hoy, Samantha SSA-CORAR11
Hi I have been trying to install Tomcat v3.1.2 (I think which by the looks of it is a really old version) - my problem is that I have installed 2 different versions of Tomcat in 2 different places - one in its own root directory and the other in a sub-directory of JBuilder4. I seem to get an

RE: Query

2002-09-09 Thread Vikramjit Singh
-Original Message- From: Tony McNicholas [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 4:05 AM To: [EMAIL PROTECTED] Subject: Query HI, I have the following query, I am using tomcat 3.3.1 and would like to deploy a new version of a webapp in a war file.

RE: Query

2002-09-09 Thread Tony McNicholas
Vikram, I don't mind having to restart Tomcat 3.3.1 but I don't want to have to manually remove the webapps/emissary directory before restarting. emissary being the name of our webapp. I would like Tomcat on restart to realise that there is a newer war file, remove the old webapps/emissary

RE: Tomcat 3.1.* config problem

2002-09-09 Thread Tony McNicholas
Samantha, I think this might help resovle your problem http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q230205; Out of Environment Space Error Message in MS-DOS Programs The information in this article applies to: Microsoft Windows 95 Microsoft Windows 95 OEM Service Release 1, 2,

RE: Tomcat 3.1.* config problem

2002-09-09 Thread Hoy, Samantha SSA-CORAR11
Thanks Tony ... I'll try this later as I haven't got it installed at my machine at work more worrying I think is how to set up the JAVA_HOME variable any ideas as to where I can locate more detailed info would be much appreciated ... Thanks Samantha -Original Message- From:

line feeds in response

2002-09-09 Thread Alexander Stage
Hi all, got the following problem: I'm generating xml with jsps. Before I write out any response, I'm using out.clearBuffer() to clear anything from the output buffer in order not to write out new lines etc. However, this doesn't seem to work. I always get 3 line feeds before the xml starts,

RE: Query

2002-09-09 Thread Vikramjit Singh
-Original Message- From: Tony McNicholas [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 4:14 AM To: Tomcat Users List Subject: RE: Query Vikram, I don't mind having to restart Tomcat 3.3.1 but I don't want to have to manually remove the webapps/emissary

RE: line feeds in response

2002-09-09 Thread jon wingfield
There are 3 linefeeds in your jsp before the code that generates the xml. Remove them and you should be ok. There has been a discussion on this before on this list. Search the archives :) -Original Message- From: Alexander Stage [mailto:[EMAIL PROTECTED]] Sent: 09 September 2002 12:12

RE: Tomcat standalone Versus Apache

2002-09-09 Thread Turner, John
-Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 4:56 AM To: 'Tomcat Users List' Subject: RE: Tomcat standalone Versus Apache layer of code to go through before you hit them. Adding Apache to the mix also makes life a whole lot

RE: Tomcat 3.1.* config problem

2002-09-09 Thread Andreas Probst
Thanks Tony ... I'll try this later as I haven't got it installed at my machine at work more worrying I think is how to set up the JAVA_HOME variable any ideas as to where I can locate more detailed info would be much appreciated ... For the out-of-memory you can simply add the

RE: [OT] Linux environment variables

2002-09-09 Thread Turner, John
Depends on which shell you are using. For sh, it would be USER_HOME/.profile. For bash it would be USER_HOME/.bash_profile (or even .profile if .bash_profile doesn't exist). tcsh is USER_HOME/.login, I believe, though I use sh or bash, so I can't be sure. A search on Google should help you

RE: Tomcat 3.1.* config problem

2002-09-09 Thread Hoy, Samantha SSA-CORAR11
Thanks Andreas When setting the JAVA_HOME variable , if I have Borland Jbuilder4 installed , would the statement look more like the following ? SET JAVA_HOME=c:\jbuilder4\bin ? (JBuilder is currently installed on the root directory eg. c:\jbuilder4) Is JAVA_HOME just so that Java knows where

RE: Url Mapping with mod_jk

2002-09-09 Thread Turner, John
Make sure there is only one Host container in server.xml for stagenewngfl.ngfl.gov.uk. There should only be three Listener elements, one for Server, one for localhost, and one for stagenewngfl.ngfl.gov.uk. Do you get the source of the JSP pages when you access http://localhost/examples or only

Re: [OT] Linux environment variables

2002-09-09 Thread Ben Souther
.bash_profile in each user's home directory will do it for you. - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, September 09, 2002 8:30 AM Subject: RE: [OT] Linux environment variables Depends on which shell you

problem with nested (struts) iterate tags with Tomcat 4.1.10

2002-09-09 Thread Martin Wilson
Hi, I have recently installed Tomcat 4.1.10, having previously used Tomcat 4.0.4. We're using Struts 1.0.2. Some of our jsp pages give the following error: Generated servlet error: [javac] Compiling 1 source file D:\jakarta\jakarta-tomcat-latest\work\Standalone\localhost\collection\jsp\al

RE: Tomcat standalone Versus Apache

2002-09-09 Thread Vikramjit Singh
-Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 5:11 AM To: 'Tomcat Users List' Subject: RE: Tomcat standalone Versus Apache -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: SSL Connectors

2002-09-09 Thread Turner, John
I can't speak to your SSL question, but there's no way to predict Tomcat 5. Tomcat is developed Apache-style...that is, each version is voted on by the community, and only when the consensus says it is ready for release is it released. It could be 3 months, it could be 3 years. There is no

RE: Tomcat 3.1.* config problem

2002-09-09 Thread Vincent . Gaboriau
No, it should be: SET JAVA_HOME=c:\jbuilder4\jdkxxx where xxx is the JDK version. JAVA_HOME is needed to simply run java. -Message d'origine- De : Hoy, Samantha SSA-CORAR11 [mailto:[EMAIL PROTECTED]] Envoyé : lundi 9 septembre 2002 14:27 À : 'Tomcat Users List' Objet : RE: Tomcat

RE: apache 2.0 and tomcat 4.1.7 integration problem

2002-09-09 Thread Turner, John
The mod_jk.dll is Apache-version sensitive. When you say Apache 2.0 beta what does that mean? The only mod_jk.dll files I am aware of are for 2.0.39 and 2.0.40, and neither of those are beta. Also, I would upgrade your Tomcat to 4.1.10. There were all sorts of fixes between 4.1.7 and 4.1.9+.

RE: mod_jk.so where from ??

2002-09-09 Thread Turner, John
My website by the end of the week. Other than that, no. Everyone has been building them from source. John -Original Message- From: Adar Wesley [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 2:21 AM To: 'Tomcat Users List' Subject: mod_jk.so where from ?? Hi

Re: Communicating with Tomcat3 through shell scripts.

2002-09-09 Thread Srinadh Karumuri
Help! Help! Help! Can I use 'handle' parameter in server.xml to do this task as below: Connector className=com.mycom.TCCommunicator Parameter name=handler value=com.mycom.TCCommunicatorHandle/ Parameter name=port value=9090/ /Connector OR Is there any other way. I appreciate any help. Thank

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread Mark R. Diggory
Thank you for responding John, John Holman wrote: Providing a connectionName and connectionPassword does *not* cause JNDIRealm to lookup the password. It will still authenticate by binding as the user unless you specify the userPassword configuration attribute. I'm working with

RE: mod_jk.so where from ??

2002-09-09 Thread Adar Wesley
10x John ! and where would that web site be ? Tal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 2:45 PM To: 'Tomcat Users List' Subject: RE: mod_jk.so where from ?? My website by the end of the week. Other than that, no. Everyone

AW: line feeds in response

2002-09-09 Thread Power-Netz \(Schwarz\)
use %@. %jsp: / aso. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: mod_jk.so where from ??

2002-09-09 Thread Turner, John
http://www.johnturner.com/howto but as I said, there aren't any files available for download at the moment, other than HOWTOs. John -Original Message- From: Adar Wesley [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 10:06 AM To: 'Tomcat Users List' Subject: RE:

AW: Tomcat standalone Versus Apache

2002-09-09 Thread Power-Netz \(Schwarz\)
Von: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Betreff: RE: Tomcat standalone Versus Apache 4) https. i don't know if any certificate signing authorities do certs for java/tomcat (probably) but its very easy for mod_ssl or apache-ssl. Theres no difference in SSL, maybe you have one step

JAASRealm and JDK1.3.1_03

2002-09-09 Thread James Krygowski
Is anyone here able to get JAAS authentication working using the JAASRealm, Tomcat 4.1.9, and JDK1.3.1_02?? I've been having lots of what look like classpath/classloader issues in getting the default JAASMemoryLoginModule to work. I've read that the jaas.jar located in Tomcat's server/lib must

Re: mod_jk.so where from ??

2002-09-09 Thread Ben Souther
I found it here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.10/bin/ - Original Message - From: Adar Wesley [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, September 09, 2002 10:05 AM Subject: RE: mod_jk.so where from ?? 10x John !

RE: mod_jk.so where from ??

2002-09-09 Thread Turner, John
Which connector binaries did you find there? John -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 9:18 AM To: Tomcat Users List Subject: Re: mod_jk.so where from ?? I found it here:

Re: mod_jk.so where from ??

2002-09-09 Thread Ben Souther
Oops, didn't read the entire thread before replying. Shame on me... - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 09, 2002 9:20 AM Subject: Re: mod_jk.so where from ?? Sorry, I mean here:

AW: line feeds in response

2002-09-09 Thread Alexander Stage
Hi Jon, unfortunally that is not the solution since I'm clearing the buffer just before starting the output by writing out ?xml version=1.0 encoding=UTF-8? and as I wrote, there are no line feeds outputted by the generated servlet source code. I'm also 100 % percent sure that the outputstream is

RE: PLEASE: Setting Virtual Hosts ClassPaths with Tomcat 3.3

2002-09-09 Thread Larry Isaacs
Hi Joshua, Is there some reason you are not putting your bean class in WEB-INF/classes where they would be picked up automatically? In the majority of cases for Tomcat 3.3.x, the CLASSPATH is the wrong place to put web application classes. Cheers, Larry -Original Message- From:

Success with MySQL 4.0.2 and com.mysql.jdbc.Driver on Win2000

2002-09-09 Thread Virender Singh
Just wanted to report that I have been able to successfully connect Tomcat 4.1.10 with MySQL 4 series on Win 2000 OS : Win 2000 (Service Pack 1) MySQL server: 4.0.2-alpha-max-nt jdbc driver : mysql-connector-java-3.0.0-beta-bin.jar driverClassName :

JNDIRealm and upper and lower case username

2002-09-09 Thread Rune Hamnvik
Hello We are using JNDIRealm together with OpenLDAP to implement authentication/authorization on Tomcat 4.0.4. But, we have one problem. JNDIRealm seems to ignore case in the username. A user with username rune can log in with both rune and Rune, but we use the username of the logged in user

WARP error shutting down tomcat

2002-09-09 Thread Graeme Colman
Hi, I have a problem with my tomcat/apache setup. I have several tomcat threads running with apache via the warp connector. My setup is: Tomcat 4.0.3 apache httpd server 1.3 webapp-module 1.0 This works fine for a while, until I get an error page from apache: Error 500 warp connector error.

RE: Apache/tomcat load balance doesn't work with http post operation

2002-09-09 Thread Xiaoyu Zhang
Vincent, The server.xml file and workers.properties are attached. In the server.xml file the warpConnector configuration is commented out. Thanks, Xiaoyu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 4:01 AM To: Tomcat

tomcat 4.1.10: war deploy in default context not working.

2002-09-09 Thread gabriele . garuglieri
Hi all, Environment: tomcat 4.1.10 ant 1.5 solaris 2.8 JDK 1.4.0_01 I have an application that to work must be deployed in the default context /. It is working fine both when i define it with app.xml into webapps and when i load it dynamically using the manager install

RE: Apache/tomcat load balance doesn't work with http post operation

2002-09-09 Thread Vincent . Gaboriau
So you use the Warp connector or AJP13? First you must have 2 server.xml (one for each instance), the port numbers must be different for each instances. In your server.xml you must specify the jvmRoute in the Engine Tag (jvmRoute=LoadBalancerName). -Message d'origine- De : Xiaoyu Zhang

RE: threads best practice

2002-09-09 Thread Michael Petres
What problems are caused with the class loader? Michael Petres ~ InnovObjX Corp. Web: www.innovobjx.com Tel: 905-729-2235 x3 Fax: 905-729-2235 ~ -Original Message- From: skraaatch [mailto:[EMAIL PROTECTED]] Sent: Sunday,

tomcat-4.0.4/Apache-1.3.26 and mod_jk

2002-09-09 Thread damar thapa
Hi, I followed John Turner's Apache1.3.26 version of howto to install/setup/configure the captioned packages. All went fine: Apache is ok on its own, tomcat is ok on its own, and localhost/examples can access the html file located at /webapps/examples, but when I try

SSL Connectors

2002-09-09 Thread Trevor Nielsen
Hi, Does anyone know anything about changes to the connector in Tomcat 4 or 5. Currently 3.3.x supports pluggable SSL where you can make use of PureTLS (or other SSL implementations) instead of the standard and very limited JSSE. I would also like to get an idea of how long it will be until

RE: tomcat-4.0.4/Apache-1.3.26 and mod_jk

2002-09-09 Thread Turner, John
Can you post your mod_jk.conf file? John -Original Message- From: damar thapa [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 7:14 PM To: Tomcat Users List Subject: tomcat-4.0.4/Apache-1.3.26 and mod_jk Hi, I followed John Turner's Apache1.3.26 version of

How can I connect Apache 2.40 with Tomcat 4.1.10 on Windows 2000?

2002-09-09 Thread Alexander Schmidt
Hello! I have Apache 2.40 and Tomcat 4.1.10 and the mod_jk.dll. What have I to do to connect Apache/Tomcat? Don´t find something in the documentation! Thanks for help A. Schmidt

How can I connect Apache 2.40 with Tomcat 4.1.10 on Windows 2000?

2002-09-09 Thread Alexander Schmidt
Hello! I have Apache 2.40 and Tomcat 4.1.10 and the mod_jk.dll. What have I to do to connect both? Don´t find something in the documentation! Thanks for help A. Schmidt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread John Holman
Mark Looking up roles as the administrator (or anonymously if connectionName and connectionPassword are not specified) is a deliberate design decision. John. ?? But, if you've already established a connection with the users principle and credentials, why would ever want to convert

Apache 2.0.40, mod_jk core dump on AIX

2002-09-09 Thread johannes . grumboeck
Hi everyone, I want to use mod_jk for integrating Tomcat 4.0.4 and Apache 2.0.40 on AIX 4.3.3. So I downloaded the j-t-c from CVS to get the latest source and followed the instructions: ./buildconf.sh ./configure --with-apxs=/www/apache2/bin/apxs make make install There were 2 minimal things:

RE: How to make apache work both for https

2002-09-09 Thread Raj Mettai
yes John, mod_ssl is built in it, I need some help in how to generate the CSR so that I can get test certificate. Also, any changes I need to make in ssl.conf file. thanks a lot -Raj [EMAIL PROTECTED] 09/06/02 12:06PM http://www.modssl.org/docs/2.8/ Apache 2 has mod_ssl built in, I

RE: Success with MySQL 4.0.2 and com.mysql.jdbc.Driver on Win2000

2002-09-09 Thread Curwen, Michael
Hello, Have you tried to setup a TX-aware datasource, through either Tyrex or DBCP (jakarta commons)? -Original Message- From: Virender Singh [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 8:01 AM To: [EMAIL PROTECTED] Subject: Success with MySQL 4.0.2 and

ClassCastException after reloading Context

2002-09-09 Thread Laurent Féral-Pierssens
Hi, We are experiencing a problem with Tomcat 4.0.4. We have a series of webapp that are working perfectely but this particular one will produce a ClassCastException after reloading its context with the Manager. Actually the Context is reloaded correctely but when we try to access a jsp page

ServletContext in a Bean

2002-09-09 Thread info
Hi, how can I access the ServeltContext in a bean? Could you give me sample: e.g. import javax.servlet.*; // something like that, but getServletConfig() is of course not known in a normal bean. ServletContext ctx = getServletConfig().getServletContext(); String dbdriver =

RE: How to make apache work both for https

2002-09-09 Thread Turner, John
http://www.modssl.org/docs/2.8/ssl_faq.html#ToC28 http://slacksite.com/apache/certificate.html Google is your friend. John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 11:01 AM To: [EMAIL PROTECTED] Subject: RE: How to make

TomCat network authentication in Windows Domain

2002-09-09 Thread Rutledge, Aaron
Hi List, I have run in to a problem that I can't track down. In my intranet application I can't get a servlet to retreive any file system objects that do not have read-only access for everyone even though the same code allows me to access these objects using the same JVM on the same

RE: Apache 2.0.40, mod_jk core dump on AIX

2002-09-09 Thread Turner, John
What if you add an additional parameter to your configure command? ./configure --with-apxs=/www/apache2/bin/apxs --with-java-home=${JAVA_HOME} It was suggested to me that the JAVA_HOME part was needed...I would be interested to know if it works without that part. John -Original

Re: tomcat-4.0.4/Apache-1.3.26 and mod_jk

2002-09-09 Thread damar thapa
Hi, I would like to add one more query here. I created one servlet called AddDispServlet.class, which I copied to /webapps/examples/WEB-INF/classes directory. And to deploy that, I added the following lines in /WEB-INF/web.xml file: servlet servlet-nameAddDispServlet/servlet-name

RE: How can I connect Apache 2.40 with Tomcat 4.1.10 on Windows 2000?

2002-09-09 Thread Turner, John
Robert Sowders created a HOWTO: ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Win2k_TC4.1.10_JSDK1.4.zip John -Original Message- From: Alexander Schmidt [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 10:49 AM To: Tomcat Users List Subject: How can I connect Apache

Re: form-login-config

2002-09-09 Thread Martin Jacobson
Richard Chamberlain wrote: After I sent my previous message I played around a bit and it became clear that I was misinterpreting how to use form login. I'll explain what I want to do and perhaps somebody would be kind enough to point me in the right direction. I have a page that I only

SIGINT kills tomcat

2002-09-09 Thread Mark O'Driscoll
On Solaris 8, under bourne shell, tomcat 4.0.3. Run tomcat/bin/startup.sh prints out env. variables starts tomcat Script exits and returns to the shell prompt. All is fine. Tomcat now seems to be running as a background process If I type ^C (SIGINT) at the command prompt (or at a subsequent

RE: Apache/tomcat load balance doesn't work with http post operation

2002-09-09 Thread Xiaoyu Zhang
AJP13 is used. jvmRoute does the trick!! In my case, two instances of tomcat run on separated machines. Thank you Vincent. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 10:32 AM To: Tomcat Users List Subject: RE:

Is Tomcat 4.1.10 RPM available?

2002-09-09 Thread Ryan Cornia
As the subject states, is there an RPM available for 4.1.10? If not, will one be coming, or should I just install the .tar.gz binary? (I like the RPM file layout better than just using the .tar.gz.) Thanks, Ryan

more global.asa

2002-09-09 Thread Felipe Schnack
I created the following class, but for some reason contextInitilized() and contextDestroyed() are fired, but the session method aren't. By the way, I shouldn't implement HttpSessionListener? -- Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893

RE: Url Mapping with mod_jk

2002-09-09 Thread Anthony Milbourne
Hi again The stagenewngfl host element is defined twice (which is a bit strange now I look at it). Once in the Tomcat-Standalone service section and once in the Tomcat-Apache service section. I do want it to be available both through Apache and direct from Tomcat. I took a guess and got rid

Re: form-login-config

2002-09-09 Thread Richard Chamberlain
Hi Martin, Do you mean that you actually have the login form embedded in every public page? Doesn't that clutter up your pages unnecessarily? What I do is to have a Login button on every public page. The login button sends the user to the private home page. Since this is subject to a

Tomcat Clustering

2002-09-09 Thread Alvaro Mota
Hi I have a cluster of 2 tomcats running in a loadbalancing. Two Problems: 1) when one fails none of the others nodes accept any requests until shutdown complete. I run shutdown in nodes one at time. For example: a) shutdown tomcat1, startup tomcat1; shutdown tomcat2, startup tomcat2;...

RE: Apache 2.0.40, mod_jk core dump on AIX

2002-09-09 Thread Milt Epstein
On Mon, 9 Sep 2002, Turner, John wrote: What if you add an additional parameter to your configure command? ./configure --with-apxs=/www/apache2/bin/apxs --with-java-home=${JAVA_HOME} It was suggested to me that the JAVA_HOME part was needed...I would be interested to know if it works

Re: Problems getting roles in JNDI Realm (This *IS* a problem.)

2002-09-09 Thread Mark R. Diggory
John Holman wrote: Mark Looking up roles as the administrator (or anonymously if connectionName and connectionPassword are not specified) is a deliberate design decision. John. ?? But, if you've already established a connection with the users principle and credentials, why would

line feeds in response

2002-09-09 Thread Alexander Stage
Hi all, got the following problem: I'm generating xml with jsps. Before I write out any response, I'm using out.clearBuffer() to clear anything from the output buffer in order not to write out new lines etc. However, this doesn't seem to work. I always get 3 line feeds before the xml starts,

Cannot allocate servlet instance for path ...

2002-09-09 Thread Mauro Daniel Ardolino
Hello! It may be a well known problem, but I'm new in working with Tomcat. I've made a simple servlet and I want to run it in Tomcat. The servlet is in the package simpleServlet and it is called SimpleServlet. My directory structure is: \webapps\simpleServlet\WEB-INF\

Using IIS and Tomcat without integration.

2002-09-09 Thread Richard Elsberry
Hello all, A general integration question. I've got an asp application that I am attempting to merge with a jsp application and have not had any luck integrating the two. (two full days perusing the tomcat archives) This got me to thinking. Is it really necessary that they be integrated. The

Re: error

2002-09-09 Thread Giorgio Ponza
Remember to place a return just after the sendRedirect line. Bye - Original Message - From: Dionisio Ruiz de Zarate [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 07, 2002 12:14 AM Subject: error Anybody knows whoat is this error?: Apache Tomcat/4.0.1 - HTTP Status

Re: tomcat-4.0.4/Apache-1.3.26 and mod_jk

2002-09-09 Thread Milt Epstein
On Tue, 10 Sep 2002, damar thapa wrote: Hi, I would like to add one more query here. I created one servlet called AddDispServlet.class, which I copied to /webapps/examples/WEB-INF/classes directory. And to deploy that, I added the following lines in /WEB-INF/web.xml file: servlet

Configuring tomcat 4.1.10 for working with both http and https

2002-09-09 Thread Giovanni Cuccu
Hi all, I have just downloaded tomcat 4.1.10 and replaced tomcat 4.0.4 in the previous version I had a site working with both http and https. Now I switched to the jk2 connector and I have this problem the jk2 connector can't works with https and http together. In the server.xml i had

RE: ServletContext in a Bean

2002-09-09 Thread Heligon Sandra
For me, you don't have to access to the ServletContext in your bean, because the bean belongs to the Business Model. The data model has to be independent of the web. It can be shared by all applications (web or not). It is the process which manipulates the bean (the Servlet) that must access to

AJP13 and bug 10383

2002-09-09 Thread Michael Reardon
Hi, I could really use some recommendations. I'm having a problem with the AJP13 processors locking up Tomcat. My problem sounds very much like bug 10383... http://issues.apache.org/bugzilla/show_bug.cgi?id=10383 The configuration is Tomcat 4.0.4, Windows 2000, IIS 5, ISAPI Redirect and AJP 13

Re: ServletContext in a Bean

2002-09-09 Thread info
Thanks Sandra, you are confirming my solution I just decieded for. I will pass on the needed values with a setter methode from the servlet to the bean. Thats how it's supposed to be. Rainer For me, you don't have to access to the ServletContext in your bean, because the bean belongs to the

.ear descriptor description?

2002-09-09 Thread tek1
anyone know where i can find a detailed description of what goes into the xml deployment descriptor of an .ear file? i've been combing the sun site and haven't been able to find it. :| thanks! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

  1   2   >