Re: SSL for Apache

2001-12-18 Thread Alessandro Staltari
Check http://www.modssl.org/contrib/ Alessandro Staltari - Original Message - From: Lauer, Oliver [EMAIL PROTECTED] To: Tomcat Users List (E-Mail) [EMAIL PROTECTED] Sent: Monday, December 17, 2001 6:20 PM Subject: SSL for Apache Hi, could somebody tell me which ssl-implementation

Re: Question on SSL...

2001-12-18 Thread Bernhard Wraase
You must also edit java.security Add security.provider.xxx=com.sun.net.ssl.internal.ssl.Provider xxx must be replaced a number. The provider are numbered consecutively. java.security is located at jdk/jre/lib/security/ -- HTH Bernhard Wraase NET.KOSMOS Projektentwicklung und Management GmbH

need some help ...

2001-12-18 Thread Julien OIX
Hi, I'm trying to link apache and tomcat My environment: Linux RedHat 7.1 and these RPMs apache-1.3.19-5 tomcat4-4.0.1-1 mod_webapp-0.5-dev.1 tomcat doc mentions a WebAppDeploy directive, but apache mentions a WebAppMount directive; what about ? In my opinion

Re: Assistance please - fixed W2k 4.0 vs 4.0.1 problem, created another!

2001-12-18 Thread Richard S. Huntrods
Richard, I don't mess with CLASSPATH or the copying the jar files to JDK/jre/lib/ext directory. I use JBuilder 5 Personal to compile my java classes. That way you just point the IDE to the libs that you want to include in the project. You can tell the IDE to use the jar's that Tomcat is

Contexts with relative and absolute DocBase?

2001-12-18 Thread Dieter Kaltenbach
Hi, how can I use relative and absolute docBase-Context-settings for Contexts of the same Host? Something like this doesn't work. Host name=localhost appBase=webapps debug=0 Context docBase=ROOT path=/ Context docBase=examples path=/examples/ Context

Statistics for Tomcat

2001-12-18 Thread Mrutyunjay
Hi I want to know where can I find the information regarding the performance statistics of Tomcat, based on which I can decide upon what deployment architecture to be employed for my project Thanks Mrutyunjay

Error starting Tomcat 3.3 under NT4, class..

2001-12-18 Thread [EMAIL PROTECTED]
Hi all! I receive this error in jvm.err when I start the service. Exception in thread main java.lang.NoClassDefFoundError: org/apache/tomcat/startup/Tomcat Immediatly the service shutdowns with error 1067. In Micosoft site I didn't found any solution. Can someone help me? Thanks. -- To

Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-18 Thread Hemant Singh
Hi Tom in my application i want two servers(tomcat 3.2.3) residing on two different machines to cater to requests coming another different machinewhich keeps forwarding the requests to either of the servers.Pls guide how can i achieve the same.I have added two workers in in my workers.properties

Re: Configureing multiple JVMs on Tomcat 3.3

2001-12-18 Thread Hemant Singh
Hi Larry in my application i want two servers(tomcat 3.2.3) residing on two different machines to cater to requests coming another different machinewhich keeps forwarding the requests to either of the servers.Pls guide how can i achieve the same.I have added two workers in in my

Tomcat4 standalone and port 80

2001-12-18 Thread Jonas Arvidson
I'd like to use Tomcat4 standalone and use port 80 for requests. It works just fine on my Windows box when I use the standard HTTP/1.1 Connector and change the server.xml from port 8080 to 80. But when I want to do the same on my Linux box the background threads isn't created - and Tomcat4 fail

Re: Tomcat4 standalone and port 80

2001-12-18 Thread E B
Did u run it from root? ports 1024 need root to bind to. __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For

tomcat 4 and jprobe

2001-12-18 Thread Michael Remme
Hi, did anybody try to get tomcat 4 and jprobe work together? i want to use the threadylizer and started the tomcat directly from out of jprobe by integrating all jar-files. Tomcat is starting up, so far, and jprobe is reporting fine, too, but only about the tomcat-classes, not about my

Tomcat 4.0.1 on a PPC machine

2001-12-18 Thread Jacob Vennervald Madsen
Hi List I've just installed Tomcat 4.0.1 and Java 2 SDK 1.3.0 on a PPC machine. When I try to start Tomcat it throws this exception: Exception during startup processing java.lang.reflect.InvocationTargetException: java.lang.OutOfMemoryError at

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Larry Isaacs
It wouldn't hurt to mention which version of Apache and which version of Tomcat. Regrettably the time I have available to answer questsions (mostly 3.3 and 3.2.x related) is limited. I am usually forced to skip questions that don't bother to mention which verstions are in use. Cheers, Larry

RE: Basic auth and form based login

2001-12-18 Thread Bongiorno.Christian
Did someone already answer this? This is easy! In the examples directory you will find a jsp/protected (or protect/jsp) directory. In there are two form-based login jsps. In your web.xml where you specify the security constraints (near by?) you will change basic authentication to form. For an

RE: tomcat not starting properly on Linux

2001-12-18 Thread Bongiorno.Christian
Well, all the java processes your seeing are actually threads. Linux treats a thread like a process -- processes that just happen to share the same memory space. I could recommend upgrading to TC 4.0 BTW. As for why you're not getting anything on 8080? Don't know. -Original Message-

RE: Contexts with relative and absolute DocBase?

2001-12-18 Thread Guido Medina
Remember that TC is made in Java, the character \ is illegal, to do it you have to put C:\\Temp, the same as String x = \n; Guido. -Original Message- From: Dieter Kaltenbach [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:33 AM To: [EMAIL PROTECTED] Subject: Contexts with

RE: Tomcat 4.0.1 on a PPC machine

2001-12-18 Thread Jacob Vennervald Madsen
Hi All I found the answer on another mailing list. You should increase the heap size in the catalina.sh file by give the java option -Xms2m when starting catalina. Jacob -Original Message- From: Jacob Vennervald Madsen Sent: 18. december 2001 12:46 To: Tomcat Mailing List (E-mail)

RE: Contexts with relative and absolute DocBase?

2001-12-18 Thread Justin Rowles
Remember that TC is made in Java, the character \ is illegal, to do it you have to put C:\\Temp, the same as String x = \n; Better still, use Unix notation: C:/Temp J. -- You're only jealous cos the little penguins are talking to me.

RE: jkconf? Does it work in 4.0.1? Where's workers.properties?

2001-12-18 Thread Larry Isaacs
Tomcat 4.x originally came with just mod_webapp as the connector, which doesn't require these extra files that mod_jk does. Integration of mod_jk support with Tomcat 4.x is still on going. Since Tomcat 3.x is quite different from Tomcat 4.x (compare server.xml files for example), is means that

RE: Contexts with relative and absolute DocBase?

2001-12-18 Thread Guido Medina
Yes, is true, it is supported in java.io.File class, bur remember, the other will be faster for the platform, at the end, the runtime will convert C:/Temp to C:\Temp, it is the platform specification :-), I am a Linux's FAN, but it is not because of Linux, my last instalation: Red Hat Linux 7.1

RE: Contexts with relative and absolute DocBase?

2001-12-18 Thread Justin Rowles
Yes, is true, it is supported in java.io.File class, bur remember, the other will be faster for the platform, at the end, the runtime will convert C:/Temp to C:\Temp, it is the platform specification :-), Faster by 1ns at process startup only. Now, compare that to the time lost by bad

RE: Error starting Tomcat 3.3 under NT4, class..

2001-12-18 Thread Larry Isaacs
This implies your conf/jk/wrapper.properties is not configured properly. The wrapper.cmd_line command at the end of the file should create a java command that includes tomcat.jar on the classpath. This isn't succeeding since the startup class in this jar is not being found. Most likely there

AW: Contexts with relative and absolute DocBase?

2001-12-18 Thread Dieter Kaltenbach
can I use both - absolute and relative (means relative to the appBase-Directory) DocBase-Paths - for one host? -Ursprüngliche Nachricht- Von: Justin Rowles [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 18. Dezember 2001 14:04 An: 'Tomcat Users List' Betreff: RE: Contexts with relative

RE: Configureing multiple JVMs on Tomcat 3.3

2001-12-18 Thread Larry Isaacs
What is the dispacher machine running? workers.properties implies mod_jk is being used in some form. Also, I would recommend using Tomcat 3.3 over 3.2.3 if possible. It has a number of advantages. One is that you have a lot of control over the contents of the generated mod_jk config files from

Can any body answer this Please

2001-12-18 Thread Mrutyunjay
Hi I want to know where can I find the information regarding the performance statistics of Tomcat, based on which I can decide upon what deployment architecture to be employed for my project. The information I want to know is the number of request Tomcat can handle and is it possible to load

A newbie - deploying an app with mod_webapp

2001-12-18 Thread Sergei O . Naumov
Hi! I am starting to work with Tomcat and I get a strange behaviour of Tomcat when it is run from under Apache's mod_webapp. I have this in httpd.conf: IfModule mod_webapp.c WebAppConnection cexam warp localhost:8008 WebAppConnection ccoco warp localhost:8008

RE: tomcat not starting properly on Linux

2001-12-18 Thread Larry Isaacs
It is normal to see the CLASSPATH, JAVA_HOME, and TOMCAT_HOME echoed just before Tomcat is actually started. I can't explain why you would not see some sort of error if Tomcat 3.3 was not starting successfully. Are you using the tar.gz or the RPM installation? Have there been any modifications

Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-18 Thread Tom Drake
Hemant: I'm working with tc 4, which is 'different', however, this link may contain the information that you're looking for. http://java.apache.org/jserv/howto.load-balancing.html Tom. P.S. Let me know how things work out, and what you had to do to get it working. - Original Message

RE: Basic working of tomcat

2001-12-18 Thread Larry Isaacs
If you are using a Tomcat 3.2.x (Tomcat 3.3 as well), you will need to place this mime-mapping in the web.xml of the web application. The conf/web.xml isn't used for configuration in Tomcat 3.2.x. Cheers, Larry -Original Message- From: Amar [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Re: What's the word on a Servlet/JSP including itself in recursion?

2001-12-18 Thread Tom Drake
This will never work! The include statement will get a new connection to the database and execute an entirely new query, while the first query / result set is active. You will quickly run out of connections. Secondly, at the risk of parroting earlier responses, I would heartily suggest that you

problem with JDBC on Tomcat 4 and DB2 7

2001-12-18 Thread James Radvan
Hi all, I've spent a lot of time trawling the web for an answer to this, I'm hoping someone can help. I've installed Tomcat 4 and DB2 v.7 to run Jive forums and some custom webapps. The problem I have is that the db2jdbc.dll is being loaded by the first classloader to access it, and is

RE: Can any body answer this Please

2001-12-18 Thread Kemp Randy-W18971
Some statistics were done by Resin and Orion, available at www.caucho.com and www.orionserver.com. -Original Message- From: Mrutyunjay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 7:35 AM To: Tomcat Users List Subject: Can any body answer this Please Hi I want to know

Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-18 Thread Tom Drake
This might be more helpful. http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html Tom - Original Message - From: Hemant Singh [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Tom Drake [EMAIL PROTECTED] Sent: Monday, December 17, 2001 7:55 PM Subject: Re:

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-18 Thread Guido Medina
Sure, normally the load balancing is done with two connectors, but you charge more the ajp13, the workers.properties that comes with the installation is a good one, the rest is in the Apache Web Server also to specify in workers.properties the paths, separators, child per connector and so on, it

looking for solutions ...

2001-12-18 Thread Julien OIX
hi, I can't find the solution May U help me ? My environment: Linux RedHat 7.1 and these RPMs apache-1.3.22-1.7.1 tomcat4-4.0-1 tomcat4-webapps-4.0-1 mod_webapp-1.0-1 jdk-1.3.1_01-fcs Some important lines of my httpd.conf

Re: Tomcat4 standalone and port 80

2001-12-18 Thread Jonas Arvidson
Thanks! Now it works just fine, /jonas E B wrote: Did u run it from root? ports 1024 need root to bind to. __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts

RE: ClassCastException, custom Realm, and ClassLoading Repost... this is bugging me.

2001-12-18 Thread Bongiorno.Christian
Help? We have a custom realm written. Works great until I try to downcast the principal returned from an authentication so that I can call a specific method. Upon investigation (everyone knows this, I know) the error is due to the fact that TC has multiple class loaders and this particular

RE: ClassCastException, custom Realm, and ClassLoading Repost... this is bugging me.

2001-12-18 Thread James Radvan
Christian, I'm sorry I can't help you with your problem, but I'd like to thank you for inadvertently helping me solve mine! Thanks, --- James Radvan e-Business Engineer [EMAIL PROTECTED] +44 7990 624899 -Original Message- From: Bongiorno.Christian [mailto:[EMAIL

RE: problem with JDBC on Tomcat 4 and DB2 7

2001-12-18 Thread James Radvan
I figured it out. I had the JDBC drivers too far down the Classloader hierarchy - in the webapp/lib folder. moving them up into the common/lib folder solved it - now all webapps can access the drivers. --- James Radvan e-Business Engineer [EMAIL PROTECTED] +44 7990 624899

RE: ClassCastException, custom Realm, and ClassLoading Repost... this is bugging me.

2001-12-18 Thread Bongiorno.Christian
What problem were you having and how did I solve it for you? Glad I could help! -Original Message- From: James Radvan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 10:04 AM To: Tomcat Users List Subject: RE: ClassCastException, custom Realm, and ClassLoading Repost...

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
TOMCAT_HOME/lib -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:30 AM To: '[EMAIL PROTECTED]' Subject: JDBC Driver for MS SQL Server Hi, I am using Tomcat 3.2.1. I downloaded the JDBC Driver for MS and Installed it. But I got error:

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Bongiorno.Christian
My suggestion: DUMP the ms driver!!! Another good one is from www.j-netdirect.com They have a complete JDBC 2.0 complaint jdbc-odbc driver. This will allow you to work with SQL Server or access from linux, solaris or windows. Driver is called JDataConnect. We use that here. Very flexible,

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
You can find out the best driver but the location is $TOMCAT_HOME/lib -Original Message- From: Bongiorno.Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:35 AM To: Tomcat Users List Subject: RE: JDBC Driver for MS SQL Server My suggestion: DUMP the ms driver!!!

Form based Authentication / j_security_check not found

2001-12-18 Thread EDV Systembetrieb
Hi everybody again. I'm getting mad on configuring tomcat for my application. My be I do not know enough about java, but I have to Learn it by doing, so please be friendly. I'm using form-based authentication and everything works until I submit my login-ID If I put LoginForm.html in the

RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Guido Medina
Wait, go back to the beginning and try very slow, I passed the same, the problem with servlet is only in the web.xml file in your app, it is transparent to Apache Web server, look at the standard examples that comes with the Tomcat installation, first try as exercise to install the tomcat from

AW: Form based Authentication / j_security_check not found

2001-12-18 Thread Ralph Einfeldt
I think that you need to add something like: JkMount /DSCservlet/j_security_check ajp13 Otherwise the request to j_security_check won't be routed to mod_jk. (I'm not shure if this is enough, I not using tomcat) -Ursprüngliche Nachricht- Von: EDV Systembetrieb [mailto:[EMAIL

Error accessing file http://servername/servlet/sample_servlet (- http:/servername...)

2001-12-18 Thread Khelender Sasan
Hi, I'm getting the following error, when I try to download a file, which is served by a servlet: 001-12-18 20:03:51 - Ctx( ): 408 R( + http:/servername/sample/path_used_by_servlet/file.txt + null) Response from server.file.txt The request entered from browser is :

RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Bongiorno.Christian
There is a jsp based form login example in the examples directory. That whole directory over to your servlet directory, change the login-config to use form based login (look at the example in ~/webapps/examples/WEB-INF/web.xml) This is a copy and paste trick -- nothing else. so... mkdir

RE: Restricting access to files

2001-12-18 Thread Wouter Boers
Move it to the WEB-INF directory, which cannot be access by the browser by servlet 2.2 specs (preferred) or move to the file to a location that's in the classpath so the tomcat classloaded can find it. Wouter -Original Message- From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED]] Sent:

jsp service not available HTTP 503 error

2001-12-18 Thread Caroline Clewlow
Hi I have installed Tomcat 4.01 but cannot access any JSP pages. When I try I receive HTTP error 503 saying the jsp service is not available. I've read one or two queries like this on the mailing list but haven't seen any replies that solve the problem. Can anyone help me please ? Thanks

RE: Form based Authentication / j_security_check not found

2001-12-18 Thread Larry Isaacs
I would recommend to first try sending all /DSCservlet requests to Tomcat and make sure everything works correctly that way. Once that is done, then try allowing Apache to serve some of the content. That way you will know if problems appear, they are configuration issues instead of web

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Jack Li
After I put the three jar files in TOMCAT_HOME/lib. The classes were found. But I got new error: No suitable driver . What is the TCP/IP port for SQL Server? Here is my program: String m_Class = com.microsoft.jdbc.sqlserver.SQLServerDriver; String m_Connector =

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread John Freeborg
I certainly agree on this opinion! I got bloody knuckles from the MS driver (really just OEM'd from Merant before they spun off). bigint didn't work at all right out of the gate. How many other bugs are lurking if such an obvious one made it through the extensive QA process? The JSQLConnect

Manager: How to remotely get operating system etc. info

2001-12-18 Thread Hans Schlenker
Hi! We want to develop some distributed service based on Apache-TOMCAT 4.0. We plan to use the amazing manager-service for remote installation of new services, because we want to use off-the-shelf TOMCAT, installed by some user and manually added some configuration to server.xml. Our service

Custom Realm looking for LocalStrings in wrong package

2001-12-18 Thread Adam Paeth
I'm continuing my attempt to get my 3.2.1 app to run on 3.3. While I'm making progress, I'm now stuck with the error at the end of this post. I believe the error happens when it tries to load my custom realm. I'm assuming that it is looking for the LocalStrings.properties or an associated file

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Justin Rowles
They have a complete JDBC 2.0 complaint jdbc-odbc driver. This will allow you to work with SQL Server or access from linux, solaris or windows. Be aware that the jdbc-odbc bridge is serialised (cos odbc is single-threaded). So if you want multiple concurrent accesses then that isn't an

Custom Realm looking for LocalStrings in wrong package

2001-12-18 Thread Adam Paeth
I'm continuing my attempt to get my 3.2.1 app to run on 3.3. While I'm making progress, I'm now stuck with the error at the end of this post. I believe the error happens when it tries to load my custom realm. I'm assuming that it is looking for the LocalStrings.properties or an associated file

Custom Realm looking for LocalStrings in wrong package

2001-12-18 Thread Adam Paeth
I'm continuing my attempt to get my 3.2.1 app to run on 3.3. While I'm making progress, I'm now stuck with the error at the end of this post. I believe the error happens when it tries to load my custom realm. I'm assuming that it is looking for the LocalStrings.properties or an associated file

Included servlet error: 500

2001-12-18 Thread rmigliozzi
Hi, I am running Tomcat 3.2.3 on a Linux machine. My web application is running just fine, however every morning when I come into work, Tomcat needs to be restarted because when I load the page, this error appears: Included servlet error: 500 Location: /apps/home.jsp Error Location:

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
Try now checking the name of the driver, very detail checking, the case of the letters, the dots and son for example, maybe instead of com.microsoft.jdbc.sqlserver.SQLServerDriver is com.microsoft.jdbc.sqlserver.SQLServer.Driver, try navigating the jar files of the driver, and check the folders,

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Jack Li
Hi, Now, After I put three jar files in tomcat/lib, program is able to locate the classes. But I have another error: [Microsoft][SQLServer JDBC Driver]Error establishing socket. What is it? Here is the progrm: String m_Class = com.microsoft.jdbc.sqlserver.SQLServerDriver; String m_Connector =

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
Also try another driver, it could be true, microsoft's programmer and java are not good friends, maybe the driver is bad done. -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:12 PM To: 'Tomcat Users List' Subject: RE: JDBC Driver for MS SQL

[Offtopic] RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Justin Rowles
I certainly agree on this opinion! I got bloody knuckles from the MS driver (really just OEM'd from Merant before they spun off). bigint didn't work at all right out of the gate. How many other bugs are lurking if such an obvious one made it through the extensive QA process? According to

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Randy Layman
Certain versions of SQL Server (6.5 I know, others maybe) don't enable TCP/IP access by default. Contact your DBA for more assistance. Randy -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 11:24 AM To: 'Tomcat Users

Win2K + Netbeans 3.3 + Tomcat 3.2 (build-in)

2001-12-18 Thread Igor Fedulov
Hi guys: I'm new to this list and I have just one question. Could somebody explain me why I'm getting this error: java.lang.NullPointerException at org.apache.tomcat.loader.AdaptiveClassLoader.loadClass(AdaptiveClassLoader.java:471) at

Re: Eclipse IDE

2001-12-18 Thread brian_ciccolo
I have switched to WSAD also, which works fine for debugging my web apps. I was just wondering how this would work in Eclipse (which doesn't have a Tomcat plug-in). Thanks. - Brian

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Bongiorno.Christian
Hmmm, this might be getting off topic, but, yes, they have gone back and forth between named pipes and TCP/IP (with 2k) as default. Do you have a firewall in the way? Say your servlet is on the DMZ and the dbase is on the private (I hope!) -Original Message- From: Randy Layman

Re: Contexts with relative and absolute DocBase?

2001-12-18 Thread Craig R. McClanahan
On Tue, 18 Dec 2001, Dieter Kaltenbach wrote: Date: Tue, 18 Dec 2001 10:32:37 +0100 From: Dieter Kaltenbach [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Contexts with relative and absolute DocBase? Hi, how can I use relative and

Re: AW: Contexts with relative and absolute DocBase?

2001-12-18 Thread Craig R. McClanahan
On Tue, 18 Dec 2001, Dieter Kaltenbach wrote: can I use both - absolute and relative (means relative to the appBase-Directory) DocBase-Paths - for one host? Yes. The docBase of each Context element is evaluated independently, to see if it is relative or not. Craig -- To unsubscribe:

RE: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread Randy Layman
-Original Message- From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 12:34 PM To: [EMAIL PROTECTED]; tomcat-user Subject: Ever increasing heap size with Tomcat 3.2.3 !!! Are there known issues with Tomcat and heap size?? No. Doing a

RE: Custom Realm looking for LocalStrings in wrong package

2001-12-18 Thread Larry Isaacs
Have you compiled your custom realm against Tomcat 3.3? A lot of code was moved around in Tomcat 3.3 relative to where it was in Tomcat 3.2.x. A class that makes use of Tomcat internal classes would likely need some adjustment to go from 3.2.x to 3.3. Also, if it matters, web applications do

General question regarding Tomcat 4.0 Tyrex 0.9.7.0

2001-12-18 Thread Mark Shaw
I'm curious if anyone is successfully using Tomcat 4.0 w/ Tyrex 0.9.7.0 as their transaction engine in their production system. I'm interested to know if this is a viable and well-used configuration or if it's only nominally supported (which the lack of Tyrex developer activity seems to

Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode?

2001-12-18 Thread Jonathan Eric Miller
This is probably a newbie question, but, it's something that I've been meaning to find the answer to for awhile. I'm using Tomcat 4.0.1 in standalone mode. What I want to do is be able to assign an alias to a servlet so that a user can just enter the name of an HTML file to access the servlet

RE: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread John Freeborg
Which JVM are you using? On Windows 2K w/ SP2 I found that the Sun JDK 1.3.1 server hotspot JVM crashed and burned running Tomcat 4.0.1 this way within 24 hours easily. A few others emailed me about it also. Switching to the Sun JDK 1.3.1 client hotspot JVM magically fixed this. Now my server

RE: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode?

2001-12-18 Thread Bongiorno.Christian
You need the apache pass-through module and there is some setup. We have had some wierdness with this setup and as far as I can tell apache-tc pass-through is still WIP. Make sure your servlet doesn't do a dynamic lookup on where it was called from. like request.getRequestURL() -- in this

RE: Question on SSL...

2001-12-18 Thread Diego Castillo
Hi, I am new to SSL and I wondered whether it could be possible to encrypt HTTP without requiring a certificate. I have also generated a self-signed certificate using OpenSSL. I have done so because I wanted to encrypt my data and all the docs I have found explain how to generate and deploy a

RE: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread Hawkins, Keith (Keith)
John, Thanks for the reply. How do I tell whether I am using the server JVM or the client JVM you mentioned? Thanks, Keith -Original Message- From: John Freeborg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 1:08 PM To: Tomcat Users List Subject: RE: Ever increasing

Stability of Tomcat 3.3 vs. 4.0

2001-12-18 Thread Wilson, Wayne
Hi, Because of some deadlock bugs in Tomcat 3.2.3 that we are experiencing (891, 1006 1798), we are going to have to switch to either Tomcat 3.3 or 4.X. What do people think about the stability of each of these versions? We will be running this on W2K in conjunction with JBoss and because we

Re: Tomcat4 standalone and port 80

2001-12-18 Thread Cavan Morris
On Linux you need to be a root level user to open a port below 1028. If you try to run the startup on port 80 from a normal user account it will fail. Is this your problem? -Cavan - Original Message - From: Jonas Arvidson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December

How t o find if Loadbalancing is happening...

2001-12-18 Thread Vinay Singh
Hi All, How do I find, if mod_jk is doing load balancing properly with sticky sessions ??? I am trying to load balance between one instance of Apache 1.3.20 and a single Instance BUT two workers of Tomcat 3.3. I configured Ajp12 and Ajp13 workers and also a load balancer worker lb which uses

Re: Stability of Tomcat 3.3 vs. 4.0

2001-12-18 Thread Hunter Hillegas
I would suggest Tomcat 4.0 because it is integrated into Jboss which gives you a MAJOR speed up between the servlet layer and the Jboss layer. Major speed up. From: Wilson, Wayne [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Tue, 18 Dec 2001 13:21:34 -0500 To: Tomcat

Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread Hawkins, Keith (Keith)
Hello, Before my manager insists that we switch to JRun, can any of the Tomcat developers help with a problem of an ever increasing heap size of the Tomcat java.exe. ?? (We are running Tomcat 3.2.3 and JRE1.3.1. and the IIS redirector) We are running a load test using LoadRunner scripts on

mod-webapp Bugs

2001-12-18 Thread Cavan Morris
Hey everybody, I'm running tomcat 4.0.1 under apache 1.3.22 through mod_webapp from webapp-module-1.0-tc40-linux-glibc2.2.tar.gz and I've noticed a couple of quirks in the way it's working. I'm wondering if these are bugs that will/should be corrected or they are the result of misconfigureation

Tomcat 4.01 tag renders in wrong place

2001-12-18 Thread Bill Pfeiffer
I have a custom tag that performs an include. The included content gets positioned smack in the middle of a preceding td tag. The custom tag content actually appears in the middle of a word (part of one of the td attributes). Knowing almost nothing about Tomcat 4, it LOOKS like perhaps some

Re: Tomcat 4.01 tag renders in wrong place

2001-12-18 Thread RSEQUEIRA
Bill Pfeiffer [EMAIL PROTECTED] on 12/18/2001 02:10:59 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] cc: Subject: Tomcat 4.01 tag renders in wrong place I have a custom tag that performs an include. The included content gets positioned

Re: Tomcat 4.01 tag renders in wrong place

2001-12-18 Thread RSEQUEIRA
Bill Pfeiffer [EMAIL PROTECTED] on 12/18/2001 02:10:59 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat-User [EMAIL PROTECTED] cc: Subject: Tomcat 4.01 tag renders in wrong place I have a custom tag that performs an include. The included content gets positioned

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Noel J. Bergman
Larry, The desired target is Tomcat 4.X. The revision of Apache is of less issue, so for the moment I can install whichever one is best able to provide a working solution. Right now, we're running Apache 1.3 and JServ with one JVM per virtual host. Each JVM runs under an appropriate UID for

Re: Tomcat 3.3 deployment - last minute problem

2001-12-18 Thread Renato
Hi all, I'm investigating this problem and may found something. The html that is pushed to my browser is definitely pure Unicode ( UTF8 ), so somehow the HTML bytes are not been properly translated to chars. Where can I look in the code to make some tests ? Thanks Renato. Reply-to: Tomcat

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Larry Isaacs
Hi Noel, Unfortunately my knowledge of Tomcat 4.x internals is still fairly limited, so I can't be of much help at this point in time. My primary experience in this area was getting a suitable conf/auto/mod_jk generated by Tomcat 3.3 when using virtual hosts. Cheers, Larry -Original

Re: Way to alias/redirect index.html to a servlet with Tomcat 4 instandalone mode?

2001-12-18 Thread RSEQUEIRA
Jonathan Eric Miller [EMAIL PROTECTED] on 12/18/2001 12:04:30 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] cc: Subject: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode? This is probably a newbie

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Jack Li
Hi, The default port is 1433. Now I got the connection to SQL Server. However, there are several databases in SQL Server. prodserver is one of the databases. When I query a table, it says it is invalid object name. How to access a table in a database? Thanks Jack -Original Message-

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Bongiorno.Christian
Way off topic. If you are getting invalid object then it is because it doesn't understand your statement. You likely have to qualify your statement better. instead of SELECT * from table_name you need SELECT * FROM dbo.table_name post this to SQL people though -Original

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Guido Medina
http://java.sun.com/docs/books/tutorial/jdbc/index.html You are too far from our problems, read the tutorial there, it is quite simple, short and useful. Greetings, Guido. -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 4:48 PM To: 'Tomcat

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Sobeck, James (ISS Atlanta)
in your sql server, you can set your default DB if you want -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 3:48 PM To: 'Tomcat Users List' Subject: RE: JDBC Driver for MS SQL Server Hi, The default port is 1433. Now I got the connection

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Noel J. Bergman
Larry, Perhaps if you provide your Tomcat 3.3 solution(s), we could see how they might apply to Tomcat 4? Whom would know Tomcat 4? --- Noel -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Hi Noel, Unfortunately my knowledge of Tomcat 4.x internals is still

RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate VMs

2001-12-18 Thread Guido Medina
The normal server.xml contains a directive called host, just copy,paste and change the name parameter to the host name you want, eliminate all the context but the empty one (ROOT) and that's it, rename, let the standard for the standard examples and duplicate it for every host, after activate the

Re: Stability of Tomcat 3.3 vs. 4.0

2001-12-18 Thread Jeff Kilbride
Unfortunately, Tomcat 4.x doesn't support load-balancing, yet -- even with mod_jk. So, if you need it, you should stick with 3.3. Thanks, --jeff - Original Message - From: Hunter Hillegas [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] Sent: Tuesday, December 18, 2001 10:31 AM

JNDIRealm and Interbase

2001-12-18 Thread Diego Novati
Hi, I need to use Interbase 6.0 OpenEdition with JNDIRealm. Using InterClient 1.6 Tomcat start but throws an Exception during the Authentication; using InterClient 2.0 I'm not able to start Tomcat. Is there anyone who is able to use Interbase ? Tomcat 4.0.1 Interbase 6.0 InterClient

Re: Ever increasing heap size with Tomcat 3.2.3 !!!

2001-12-18 Thread Jeff Kilbride
I believe you need to supply the '-server' switch at startup to the JVM to be in server mode. Try dropping that switch, if you're using it. Personally, I recommend you check out the IBM JDK, too. You can install both and easily switch between them by modifying your JAVA_HOME environment

  1   2   >