AW: HOW TO: How do I allocate memory in JVM for extra virtual hosts

2002-09-30 Thread Ralph Einfeldt
No, that won't help. To call gc() doesn't call the garbage collector, you just set a mark saying 'I would like to do a garbage collection as soon as you like to do it'. Wether and when the garbage collector follows your desire is up to the implementation. -Ursprüngliche Nachricht-

org.apache.coyote.http11.Http11Processor.process takes too long

2002-09-30 Thread Steve Vanspall
Hi there, here is the situation. I have a special List that cretes Html code as a java-bean is added to it. This eliminates the need for an extra iteration when the JSP loads, to prepare the HTML in teh page. This List is kept in the Application scope, and is retrieved when needed by placing

AW: Best practices for Tomcat and server load

2002-09-30 Thread Ralph Einfeldt
Have a look at: http://www.webdevelopersjournal.com/columns/connection_pool.html http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/conpool.html An overview over several pools: http://www2.gvsu.edu/~millerjr/ResearchPaper.html -Ursprüngliche Nachricht- Von:

Re: Best Practices Question

2002-09-30 Thread Oskar Bartenstein
Sun, 29 Sep 2002 22:17:25 -0700 (PDT) Craig R. McClanahan [EMAIL PROTECTED] said: Regarding restarting a webapp without restarting Tomcat, you should read up on the Manager servlet that comes with Tomcat 4.0 and 4.1: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html If the

RE: mod_jk error under load

2002-09-30 Thread Anthony Milbourne
Hi 146 is a socket connection error. Try checking your workers.properties file (or the JBoss file that generates it ?) and making sure that the only connectors mentioned in workers.list also have connectors defined in server.xml. Specifically - check there isn't an ajp12 in workers.properties

RE: 4th day offline, getting desperate, please help

2002-09-30 Thread David Wynter
Hi Raj, I can get www.roamware.com:8080/index.jsp which is the standard Tomcat installation. I had accidently removed the connector for port 8080. But I cannot get my WAR file to deploy, I get a 404 error when I hit www.roamware.com:8080/rwsite/servlet/rwsite/template/index.vm So I add a

RE: binary mod_webapp.so for solaris7?

2002-09-30 Thread Anthony Milbourne
Sorry We have one for Solaris 8 - but that probably won't help. Anthony. -Original Message- From: David Bishop [SMTP:[EMAIL PROTECTED]] Sent: 27 September 2002 20:53 To: Tomcat Users List Subject: binary mod_webapp.so for solaris7? -BEGIN PGP SIGNED

[OT] Sevlet Filter + Deployment Descriptor

2002-09-30 Thread gautam
Hello, I am trying to use the new javax.servlet.Filter interface and have a question about the deployment descriptor for filters. How do I specify more than one URL mapping ? Can I do it like in the example below ? filter-mapping filter-namesomeFilterService/filter-name

Re: binary mod_webapp.so for solaris7?

2002-09-30 Thread Raj Saini
I have the webapps and mod_jk connectors solaris 2.7. How can I put them on the server? I tried to send through mailing list but it is too big to put here. Raj David Bishop wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 See subject :-) Anyone have one of those? I was never able

RE: 4th day offline, getting desperate, please help

2002-09-30 Thread David Wynter
Hi, With a standatrd install and the changes to setup my domain name plus an extra context for my rwsite webapp I get the following in roamware_log.2002-09-30.txt 2002-09-30 11:33:52 WebappLoader[/rwsite]: Deploying class repositories to work directory

(OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
Title: Message Hello, Sorry for the off topic manner of this email but I am having trouble with my Apache server and was wondering if anyone on this list can help me? For about a year I had Apache 1.3.20 set-up on my Windows 98SE machine running PHP 4.1.1 (and Coldfusion) on it with no

Alternative Apache/Tomcat combinations

2002-09-30 Thread Ross Nicoll
With all this mention of using mod_jk, I thought I'd mention a few other methods of combining Apache and Tomcat, that we've had quite a lot of success with. We have two projects running on the same physical machine, INSIDE and MMS. INSIDE has static pages that describe the project, and uses

Re: 4th day offline, getting desperate, please help

2002-09-30 Thread Raj Saini
Remove the example context from you server.xml and delete the examples directory from you webapps. replace the index.html file with your own file in the ROOT context. Raj David Wynter wrote: Hi, With a standatrd install and the changes to setup my domain name plus an extra context for my

RE: New Release JK 1.2.0 not installing

2002-09-30 Thread Turner, John
Sorry, I am out of ideas. I don't see that behavior on my Redhat servers at all. John -Original Message- From: David Wynter [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 6:51 PM To: Tomcat Users List Subject: RE: New Release JK 1.2.0 not installing I tried

RE: How many people are using 4.1.12 successfully?

2002-09-30 Thread Turner, John
Thanks, but I have to be a little more cautious than that. While I'm sure lots of people don't read the release notes, the idea that so many people would be surprised by behavior changes in the newest version makes me think there are probably other issues yet to be uncovered. It also makes me

RE: How many people are using 4.1.12 successfully?

2002-09-30 Thread Turner, John
-Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 28, 2002 10:12 AM And if you use JSP with custom tags Jasper2 can really improve performance. Hopefully you'll put 4.1.x on your higher volume sites and/or use it in standalone

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Turner, John
Tomcat can run on ports 1024 as any user you like. You just have to make sure that user has permissions to read and write to Tomcat's work area and logging area, and any place you put your web applications. If you want to run on ports 1024, you have to run as root (at least on *nix

RE: Need Help ASAP w. Tomcat install!

2002-09-30 Thread Turner, John
Delete the ; from JAVA_HOME. It should read C:\j2sdk1.4.0 minus the ;. Many people have pointed this out previously over the last couple of months. John -Original Message- From: Steven Burrus [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:50 AM To: Tomcat Users

REPOST: error pages

2002-09-30 Thread Felipe Schnack
I added these lines to my web.xml error-page exception-typejava.lang.Exception/exception-type location/ponto/error.jsp/location /error-page With this, any thrown exception should be redirected to /ponto/error.jsp, right? Well, it seems that when an Servlet generates

RE: HOW TO: How do I allocate memory in JVM for extra virtual hosts

2002-09-30 Thread Shapira, Yoav
Hi, Check out perc 3.3 at http://www.newmonics.com/info/gc.shtml, it has a pretty decent GC performing much better than Sun's. Also IBM's JVM is pretty good too. Please define performing much better ? For our app benchmarks, JDK 1.4 GC was substantially better than PERC 3.3. I love how the

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Turner, John
Did you install a firewall? Did you change your network settings in any way, shape or form? Add a cable modem, DSL router, or other network hardware? Do you have some sort of virus filter running on port 80? Are you sure Apache even starts? Apache works out of the box in a default

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Kajen, Michael
HI, See if you can ping localhost. Maybe something happened to your dns settings. mk -Original Message- From: Geoffrey Khan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 7:05 AM To: [EMAIL PROTECTED] Subject: (OT) Cannot see Localhost on Apache Hello, Sorry for the off

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Chris Thompson
Or, just a thought, have you checked whether it is listening on 8080 rather than 80? Chris -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13:26 To: 'Tomcat Users List' Subject: RE: (OT) Cannot see Localhost on Apache Did you install a

RE: Best Practices Question

2002-09-30 Thread Turner, John
This has been discussed quite a bit. I can think of dozens of reasons to use Apache, not one of them related to serving simple HTTP/1.1 static content, which is pretty much all that the HTTP connector on Tomcat does. Tomcat cannot do it all. Think outside of the box. John -Original

RE: Best Practices Question

2002-09-30 Thread Turner, John
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 29, 2002 9:40 PM ... snip... Valid reasons to need it include: * Tomcat standalone is not fast enough (note that this is different from a rule saying select the fastest possible

Re: How to deploy servlets in Tomcat?

2002-09-30 Thread Jacob Kjome
See comments inline... At 05:35 PM 9/29/2002 -0700, you wrote: Hi Jacob and thanks for your response. I tried your suggestion regarding servlet mapping and it helped - I can now execute servlets in the default package but I get the same message when try to access a servlet that is not in the

RE: Best Practices Question

2002-09-30 Thread Stephen . Thompson
What about SSL, is it better/more efficient to allow apache to handle the SSL or to drop apache and allow tomcat to do it all? -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13:39 To: 'Tomcat Users List' Subject: RE: Best Practices Question

Re: webapp.so building problem -- apxs unworkable

2002-09-30 Thread Thad Humphries
I found that I had to upgrade my automake (1.7) and autoconf (2.54) to the latest versions in order to build the new connectors. Check http://www.gnu.org/ for the latest versions. On Thu, 2002-09-26 at 18:40, haixi liu wrote: Hello, I am having this problem when trying to build webapp.so

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
John, I have Zone Alarm installed on my PC and it worked fine with Apache for a long time and I haven't changed any of the settings in this to prevent Apache from working. I've tried shutting down Zone Alarm, starting Apache and going to Localhost but still get a blank, white screen. I haven't

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
Michael, I pinged Localhost and got the message: Reply from 127.0.0.1: bytes=32 time10ms TTL64 I presume from this all is fine, as I have a reply? Geoff -Original Message- From: Kajen, Michael [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13:31 To: 'Tomcat Users List' Subject:

Re: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Raj Saini
Try there two things on DOS prompt of your PC. ping localhost ping 127.0.0.1 If you receive the ping response, it means you have your network installed properly. If you can not see the ping respone there must be some thing wrong with your network settings. You can also have a look on the

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
How do I check this? In my config file Apache is set to listen on Port 80. -Original Message- From: Chris Thompson [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 13:32 To: 'Tomcat Users List' Subject: RE: (OT) Cannot see Localhost on Apache Or, just a thought, have you checked

Re: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Raj Saini
Try telnetting to your apache server and open the access log and error log and watch the message there. telnet 127.0.0.1 80 If telnet connects to your server send a a get request get index.html you may not see the echo of your charachters on the console. But the apache should output some

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Turner, John
Yes, but ping uses ICMP, which is not an accurate indicator of the availability of higher level traffic such as HTTP on port 80. John -Original Message- From: Geoffrey Khan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 8:54 AM To: 'Tomcat Users List' Subject: RE:

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Turner, John
Can you change your httpd.conf to port 81, then restart Apache, and then try http://localhost:81? John -Original Message- From: Geoffrey Khan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 8:45 AM To: 'Tomcat Users List' Subject: RE: (OT) Cannot see Localhost on

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
Raj, I have pinged Localhost and 127.0.0.1 and have got responses. However, I did notice that when I started to ping Localhost it began with the message: Pinging jk.mshome.net [127.0.0.1] with 32 bytes of data: jk.mshome.net is/was what I called my site when first installing Apache 1.3.26 -

Re: mod_jk error under load

2002-09-30 Thread Marc
Hi, where can I find a description for each 'errno'? I receive errno = 110 when I try to access tomcat connecting to a *.jsp page through apache. Thank you!!! Marc Anthony Milbourne wrote: Hi 146 is a socket connection error. Try checking your workers.properties file (or the JBoss file

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Turner, John
OK, that's a problem. I don't have your httpd.conf any more, but there shouldn't be any hostnames in there whatsoever if all you are doing is accessing localhost. Instead of hostnames, it should say localhost. John -Original Message- From: Geoffrey Khan [mailto:[EMAIL PROTECTED]]

How to integrate Tomcat 4.0.4 with JBOSS 3.0.2

2002-09-30 Thread jdeveloper
Jboss comes with Jetty. I would like to disable Jetty and integrate Jboss v3.0.2 with tomcat v4.0.4. (I did not download Jboss with an embedded tomcat version.) Both Jboss and Tomcat work by themselves separately. Do I need to remove the directory

Re: binary mod_webapp.so for solaris7?

2002-09-30 Thread David Bishop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You can email them directly to me, at [EMAIL PROTECTED] That would be *very* nice of you! On Monday 30 September 2002 03:36 am, Raj Saini wrote: I have the webapps and mod_jk connectors solaris 2.7. How can I put them on the server? I tried to

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
I've checked the config file and the Server Name is 127.0.0.1, so I don't know why it says jk.mshome.net when I try to ping Localhost. I've attache my config file again. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 14:15 To: 'Tomcat Users

HELP! getRemoteUser()/getUserPrincipal() returns Null

2002-09-30 Thread Dinesh P
Hi All, I am running Tomcat 4.1.12 and using Struts 1.0 framework. I am doing form based authentication and unable to get the logged in user name in my servlet code. I have tried both request.getRemoteUser() and request.getUserPrincipal() and they return 'null'. Please help. Any suggestions

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
I tried telnetting to Localhost and the Apache access file outputs this: 127.0.0.1 - - [30/Sep/2002:14:09:11 +0100] GET / HTTP/1.1 200 1588 127.0.0.1 - - [30/Sep/2002:14:09:11 +0100] GET /icons/blank.gif HTTP/1.1 200 148 127.0.0.1 - - [30/Sep/2002:14:09:12 +0100] GET /icons/folder.gif HTTP/1.1

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Turner, John
OK, we're going around in circles. There are a couple of issues here. - if ServerName in httpd.conf is 127.0.0.1, then that is what you put in the URL - 127.0.0.1 = localhost, on every computer in the world, it's a standard - do you have a hosts file or some other DNS setting that is resolving

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Turner, John
That is Apache running. The mixup between jk.mshome.net and localhost is causing problems, and the space in your path name shining%20path probably isn't helping, either. John -Original Message- From: Geoffrey Khan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 9:33 AM

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Turner, John
At this point, I would suggest moving this to an Apache list. John -Original Message- From: Geoffrey Khan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 9:33 AM To: 'Tomcat Users List' Subject: RE: (OT) Cannot see Localhost on Apache I tried telnetting to

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Kajen, Michael
correct - that eliminates that. -Original Message- From: Geoffrey Khan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 8:54 AM To: 'Tomcat Users List' Subject: RE: (OT) Cannot see Localhost on Apache Michael, I pinged Localhost and got the message: Reply from 127.0.0.1:

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
Well, that is what I'll do - reinstall Apache. However, as I said previously, this whole situation arose due to Apache not showing the Localhost directory. It was working fine for over a year on this PC and I didn't change ANY of the settings or add any hardware prior to it's not working.

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Turner, John
I won't debate you. You mentioned that you entered jk.mshome.net when the installer asked. That's fine, but that means that jk.mshome.net has to work. By work I mean resolve correctly and Apache has to be expecting requests for that hostname. If Apache is set to look for localhost, and

RE: TC4 servlet filter behavior different from WLS7

2002-09-30 Thread Rob Worsnop
I have opened a bug report against WebLogic (case # 358813). It will be interesting to see what they do with it. -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 1:41 PM To: Tomcat Users List Subject: Re: TC4 servlet filter behavior

Questions about Servlets

2002-09-30 Thread Kenny G. Dubuisson, Jr.
Could anyone tell me where a good servlet coding / debugging list is? I tried the one on java.sun.com but had no luck. I'm trying to get an example servlet that came with a book to compile and not sure where to get help. I thought I'd ask here since this is related. Thanks all, Kenny -- To

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
I pinged jk.mshome.net and the IP address is one I recognise. I'll just uninstall and reinstall Apache. Thanks for your help anyway. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 14:51 To: 'Tomcat Users List' Subject: RE: (OT) Cannot see

Re: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Raj Saini
There is nothing wrong with the the apache Installation. telnet to port 80 shows that apache is configured properly and working. Few things to check are:- Check the hosts file int he window directory. See if you have setup any hosts in the host files. Check proxy setting of your browser. Do

Re: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Raj Saini
it is better to re-install your networks (the TCP/IP stack) then re-installing the apache. Apache can not change the behaviour of the ping commonad. It should be some thing to do with your hostname in the network settings or in the hosts file in your windoes directory. Raj Geoffrey Khan

Re: Questions about Servlets

2002-09-30 Thread Patricio Vera S.
The servlet's user list is [EMAIL PROTECTED] Saludos, Patricio Vera S. - Original Message - From: Kenny G. Dubuisson, Jr. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 30, 2002 9:52 AM Subject: Questions about Servlets Could anyone tell me

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Matt Raible
I've modified your script for RedHat Linux 7.3, but my tomcat instance still won't start on bootup. I can execute ./S40tomcat, enter the tomcat user's password and everything works fine. Any ideas or log files I can check? #!/bin/bash # # Matt Raible 29 Sep 2002 # For use on RedHat Linux -

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Turner, John
My guess is your environment variables (JAVA_HOME, CATALINA_HOME) are not available at startup, but they are when you run the script from a command line after logging in. John -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 10:12 AM

Datasource

2002-09-30 Thread Lindomar
Hi everybody! I'm using this code for connect my app in tomcat 4.1: ... Connection conn = null; InitialContext ic = new InitialContext(); DataSource ds = (DataSource)ic.lookup(myjndi) conn = ds.getConnection(); ... $ I configurate my connection in Adminitration Tool

RE: iis-tomcat integration problem

2002-09-30 Thread Miguel Angel Mulero Martinez
In my workers.properties I define a worker: # Workers list worker.list=miajp # Workers conf worker.miajp.type=ajp13 worker.miajp.port=8009 worker.miajp.host=localhost I don't see in your file something like this. Regards. -Mensaje original- De: Gunes Agar [mailto:[EMAIL PROTECTED]]

Tomcat/Jboss service.xml

2002-09-30 Thread Lea Allison
Hi I am trying to configure the following in the tomcat/JBoss 3 tomcat4-service.xml file: Context path=/themes docBase=/usr/local/XSL_Templates debug=0/ but it doesn't appear to work. Any help would be helpful! Thanks Lea == This message contains confidential

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
Raj, I checked the HOSTS.sam file in the Windows directory and 127.0.0.1 Localhost is listed and nothing else. I do not have any Proxy server settings set-up (and didn't previously when Apache was working fine). I have a LAN card installed on this PC - the computer name is JK and the Workgroup

reloadable=true its OK

2002-09-30 Thread Lindomar
For somebody that was the same problem, i'll check the problem... I placed my driver in /WEB-INF/lib and /shared/lib, then, when i changed some class, my application didn´t connect with my database again. If you only place in /shared/lib, works! That´s all folks.

RE: Datasource

2002-09-30 Thread Miguel Angel Mulero Martinez
You must define the DataSource in your web.xml too. For example: resource-ref descriptionMy datasource/description res-ref-namemyjndi/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref Regards. -Mensaje original- De: Lindomar

Re: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Raj Saini
yes, that is where the trouble start. Are you using this card for Internet access? You can try re-installing the network. I can certainly tell you now that this is the problem of your network nothing else. If you can remove your card and network setting, try installing only dialup adapter.

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Miguel Angel Mulero Martinez
The file is only hosts without .sam -Mensaje original- De: Geoffrey Khan [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 30 de septiembre de 2002 16:25 Para: 'Tomcat Users List' Asunto: RE: (OT) Cannot see Localhost on Apache Raj, I checked the HOSTS.sam file in the Windows directory

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Chris Thompson
looks as though it is listening on port 81? -Original Message- From: Geoffrey Khan [mailto:[EMAIL PROTECTED]] Sent: 30 September 2002 14:23 To: 'Tomcat Users List' Subject: RE: (OT) Cannot see Localhost on Apache I've checked the config file and the Server Name is 127.0.0.1, so I don't

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
Yes, I am using this PC for internet access. Basically, I have an XP PC downstairs which connects directly to the net (and is the master PC in the network) and this one with the Apache server on it is connected as the slave. I did think I may have a virus, but haven't run a check yet because it

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
The HOSTS file (without .sam) lists an IP address of: 142.179.202.248 www.paramagnus.com I checked this URL out and it appears to be the URL of a software manufacturer (who specifically make SpeedNet - which I had installed on my PC some time ago). Why that is there I have no idea?

Re: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Raj Saini
Run the following command on Dos prompt ipconfig Do you see an IP adress apart from 127.0.0.1? If you see some thing like 192... or 10.. try accessing your application by enterging this addess in ur browser. However, your network setting shows that your network is missconfigured. Your

Speed issues with tomcat 4.1.12

2002-09-30 Thread andrew mercer
Hi, I have recently had to convert from Jetty to tomcat for one of our customers. The application is run from a war file that has in it among other things java classes and webmacro templates. The main browser views are currently created using frames. When I run the war file using jetty

RE: 4th day offline, getting desperate, please help

2002-09-30 Thread David Wynter
Hi, I think that Tomcat 4.1.12 has bug when used with Turbine applications. I have a valid server.xml, the WAR unpacks correctly, but the application does not run. Since this is outside my ability to fix I am abandoning Tomcat and will try Jetty. Thanks for those who helped. David

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Sexton, George
Let me elaborate: HOSTS.SAM==SAMPLE HOSTS FILE HOSTS.SAM is not read by the operating system. It is a sample hosts file for you to use as a basis for creating your own HOSTS file. -Original Message- From: Geoffrey Khan [mailto:[EMAIL PROTECTED]] Sent: 30 September, 2002 8:58 AM To:

An effective approach for deploying a servlet?

2002-09-30 Thread mike markovich
Hi All, Yesterday I posted a question to this list under How to deploy servlets. I have things working now and the steps I followed to get things working are outlined below. I would appreciate comments on my approach because I seem to revisit this issue over and over and I'm not confident

RE: (OT) Cannot see Localhost on Apache

2002-09-30 Thread Geoffrey Khan
I ran ipconfig and see two 192 numbers on 1 Ethernet Adapter which I know are the XP PC and this PC. The 0 Ethernet Adapter has no listing of IP Address, Subnet Mask and Default Gateway, but I presume that is just the hub and the 1 Ethernet Adapter is the card in this PC. When I type this 192

4.1.12 : Valve : MBean Exception Question

2002-09-30 Thread Gavin, Rick
Hi All, I was implementing a Valve that checks the current URL and sets a few Request parameters accordingly. In Tomcat 4.0.4 I didn't have any errors at startup, but when I moved to Tomcat 4.1.12 I started receiving --- LOG ---

Porting webapp from 3.1 to 4.1.12

2002-09-30 Thread Karl Hauth
Hello all! Zoinks this list is busier than I expected! Thank you for making yourselves available to us! I am porting an application from Tomcat 3.1 to 4.1.12. I am able to see http://dew:8080/index.jsp and the JSP and servlet examples all work. Browsing to http://dew:8080/examples shows me

RE: Porting webapp from 3.1 to 4.1.12

2002-09-30 Thread mike markovich
Hi Karl, This was passed on to me yesterday and it may relate to your problem: Jacob Kjome wrote: The default servlet invoker was disabled by default for security reasons which is why you are getting a 404 error. It can be re-enabled by uncommenting the mapping for the url pattern

RE: HOW TO: How do I allocate memory in JVM for extra virtual hosts

2002-09-30 Thread Donie Kelly
Thanks for that. We are currently analysing the problem and we will look seriously at JDK 1.4 and probably IBM's JDK. We obviously have some work to do but as our app depends on it we are happy to look into these issues. Thanks for all the pointers Donie -Original Message- From:

Tomcat vs. Internet Explorer

2002-09-30 Thread Sven Kuenzler
Hi, I have Tomcat serving a regular M$ Word file (same goes for PDF files as well) https://server/path/letter.doc When accessing this URL I constantly get 200 messages in the server log. This is how it should be. On the client side, behaviour differs between user agents. Mozilla downloads

RE: 4th day offline, getting desperate, please help

2002-09-30 Thread Michael Schulz
David, Have you posted any questions to the turbine users list? Anyone else there able to verify your assumption? Why don't you try Tomcat 4.0.5? Jetty is just going to be another set of unknown issues. -Mike -Original Message- From: David Wynter [mailto:[EMAIL PROTECTED]] Sent:

Re: [OT] Sevlet Filter + Deployment Descriptor

2002-09-30 Thread Craig R. McClanahan
On Tue, 20 Aug 2002, gautam wrote: Date: Tue, 20 Aug 2002 14:59:48 +0530 From: gautam [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: TomCat User [EMAIL PROTECTED] Subject: [OT] Sevlet Filter + Deployment Descriptor Hello, I am trying to use the new

RE: Best Practices Question

2002-09-30 Thread Craig R. McClanahan
On Mon, 30 Sep 2002 [EMAIL PROTECTED] wrote: Date: Mon, 30 Sep 2002 13:39:07 +0100 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Best Practices Question What about SSL, is it better/more efficient to allow apache to handle the

Problem with mod_jk.so

2002-09-30 Thread Ben Ricker
I downloaded the binary of mod_jk.so from Jakarta's downloads in /builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/linux/i386. I am running Apache 1.3.26 with Tomcat 4.05 on Red Hat Linux release 7.1 (Seawolf). The binary is compiled for 7.2, however. That may explain the following error

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Matt Raible
I've noticed that if I run ./S40tomcat, I have to add start after it in order to get it to start from the command line. Does the startup script add this automatically? -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 8:12 AM To:

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Turner, John
I'm not sure what you mean...you have to give it an argument, that's how the script is written. Either start or stop. Actually, now that I look at the script, there's a some stuff missing if you want to use it as a startup script in one of the rc.d directories. Something like: # source

mod_jk2 log

2002-09-30 Thread Maxime Colas des Francs
Hello I use Tomcat 4.1.10 and mod_jk2 Can we change log level in jk2.properties ? I have too much ( info ) [jk_jni_aprImpl.c (470)] jkInvoke() invoke in my catalina.out tks

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Matt Raible
I changed my script to add these two variables and still no luck. I also have them defined in catalina.sh (since I have many instances of tomcat running) - could that cause the problem? #!/bin/bash # # Matt Raible 29 Sep 2002 # For use on RedHat Linux - tested on v7.3

tomcat stopped serving out pictures

2002-09-30 Thread Jason Johnston
Ok, this is a very strange problem. My tomcat engine appears to be running fine and the problem seems to be isolated to IE. If you use the address of the picture itself like http://localhost:8080/jakarta-banner.gif The picture comes out fine. However, http://localhost:8080/index.html

Re: filter to change jsessionid cookie almost done, but need little help

2002-09-30 Thread rhodespc
The Tomcat sso solution only allows sso between applications in a single container. My sso solution allows sso across multiple jvm's in different hosts in the same domain, as well as the SSO for the single JVM. The SSO for tomcat is quite limited. I agree that the jsessionid is part of the

RE: Problem with mod_jk.so

2002-09-30 Thread Turner, John
Which one did you download? EAPI or no EAPI? John -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:27 PM To: Tomcat Users List Subject: Problem with mod_jk.so I downloaded the binary of mod_jk.so from Jakarta's downloads in

RE: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-30 Thread Turner, John
I'm not sure. Sounds like you would have to write some sort of loop...just starting one Tomcat instance isn't going to start all of them. What is the error message you get? Does Tomcat just not start? John -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent:

RE: Problem with mod_jk.so

2002-09-30 Thread Ben Ricker
On Mon, 2002-09-30 at 11:53, Turner, John wrote: Which one did you download? EAPI or no EAPI? No EAPI...As the download site says: * mod_jk-1.3-noeapi.so is for Apache 1.3.x without mod_ssl I do not have mod_ssl installed. Verified that through httpd-l. Ben John -Original

Re: filter to change jsessionid cookie almost done, but need littlehelp

2002-09-30 Thread Craig R. McClanahan
On Mon, 30 Sep 2002 [EMAIL PROTECTED] wrote: Date: Mon, 30 Sep 2002 12:53:54 -0400 (EDT) From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: filter to change jsessionid cookie almost done, but need little help

RE: Problem with mod_jk.so

2002-09-30 Thread Turner, John
The reason I ask is that the ap* functions are 1.3, and I usually see error messages about ap_table_get and similar when either an Apache 2.0 module is being used with Apache 1.3, or vice versa. John -Original Message- From: Ben Ricker [mailto:[EMAIL PROTECTED]] Sent: Monday,

Servlets not found after upgrade to Tomcat 4.1.12

2002-09-30 Thread Hanasaki JiJi
I have just autodeployed a WAR file that worked fine in Tomcat 4.0.5. Undeer 4.1.12 none of the servlets are being found. Tomcat reports requested resource not available Also, under 4.1.12 there is no logs/**access log -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Tomcat 4.1.12 Servlets stored in JAR files not found????

2002-09-30 Thread Hanasaki JiJi
This is a followup to the servlet not found posting... Does it matter that the servlets are stored in JAR files that are being autodeployed under . lib? The servlets are not in the classes directory. This setup worked fine in the previous tomcat version. Thank you -- To unsubscribe,

RE:[OT] tomcat stopped serving out pictures

2002-09-30 Thread Dan Payne
Yep. I've run into the same problem and it's been frustrating as hell. The problem seems to be specific to IE (I'm using 6.0.2800.1106, SP1). I've tested with Opera and Netscape and they get the images just fine. IE has also been unable to parse some of the--apparently--footer information

How do Datasources handle dis- and re-connects from a DB?

2002-09-30 Thread Boris Schroder
Does anyone know how a connection pooled datasource is handling the situation where the database becomes temporarily unavailable? I would like the datasource to automatically re-establish the connection pool once the DB is available again. Is that somehow possible? The system I am using is:

Change JDK after Tomcat install

2002-09-30 Thread Kenny G. Dubuisson, Jr.
Can you easily change the version of your JDK after Tomcat is installed? I need to have a virtual frame buffer, which JDK 1.4 supplies but I have JDK 1.3.1 installed. Thanks, Kenny -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Problem with mod_jk.so

2002-09-30 Thread Ben Ricker
On Mon, 2002-09-30 at 12:08, Turner, John wrote: The reason I ask is that the ap* functions are 1.3, and I usually see error messages about ap_table_get and similar when either an Apache 2.0 module is being used with Apache 1.3, or vice versa. John This may add some info: I compiled Apache

  1   2   >