Property names cannot be case sensitive?

2001-12-18 Thread Hessing Ingo
Hi! Property names cannot be case sensitive? - I know that they _can_ be but maybe not in all cases? I have a property called "pathLevel" (it's a private int) in a Bean and I'm unable to make a successful on it. Everything works just fine if I rename the property all lowercase "pathleve

AW: Manager: How to remotely get operating system etc. info

2001-12-18 Thread Ralph Einfeldt
If you have control about the jsp's that are served by the server create a jsp that prints out the system properties you need to decide this. <%= java.lang.System.getProperty("os.name") %> <%= java.lang.System.getProperty("os.arch") %> <%= java.lang.System.getProperty("os.version") %> > -U

mod_jk / EAPI for Win NT

2001-12-18 Thread Lauer, Oliver
Hi all, can somebody provide me with a mod_jk-module for EAPI or tell me where I can found the source to build it on my own (with EAPI support). Plattform ist Win NT. Thanks in advance ! Thanks Oliver > AXA eSolutions GmbH > AXA Konzern AG Germany > Oliver Lauer > Web Architect > Wörthstraß

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

2001-12-18 Thread Ralph Einfeldt
As it is possible to use mod_jk in TC 4.* you two could come together. > -Ursprüngliche Nachricht- > Von: Noel J. Bergman [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 18. Dezember 2001 22:02 > An: Tomcat Users List > Betreff: RE: PLEASE HELP: Apache+Tomcat - Virtual hosts + separate

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

2001-12-18 Thread Kwan, Kenneth Y
Just copy the workers.properties from 3.x Kenneth -Original Message- From: Scott Merritt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 8:30 AM To: 'Tomcat Users List' Subject: RE: jkconf? Does it work in 4.0.1? Where's workers.properties? Is it possible to manually crea

What is the minimum/recommended configuration to run Tomcat under Windows NT

2001-12-18 Thread ans M
Hi We are planning to use 1. OS - NT 2. Apache Web server 3. Tomcat Servlet engine 4. MS SQL server (DB) Can any one suggest me the System requirements for the above system. The production environment will have load of some where around 200 clicks per second. Thanks Mrutyunjay -- You Win! We

Using servlet 2.3 with Tomcat 4.0 gives an error

2001-12-18 Thread Jayashree Gopal
Hello, I have Tomcat version 4.0 installed which supports servlet 2.3 API and JSP 1.2 specifications. I am writing a servlet which creates a session and includes the username and password inside this session. I am passing the session ID to the other html pages generated thru a servlet. However wh

Code request; Code to reveal a DB schema

2001-12-18 Thread Mike Kelley
I'm looking for some dynamic code that will reveal all libraries, files, fields in a DB Does anyone have an example or can you point me in the right direction? I know I stumbled across something when installing TC but I can't find it now TIA Mike -- To unsubscribe:

Re: Session

2001-12-18 Thread Jayson Yu
No its completely different. Unlike the sample JSP code you included we do not verify the user on subsequent pages, you rely on the fact that you have already assigned a unique session code to the session and have presumably authenticated the user, therefore all you need to do is check if the

Problem in Installing Tomcat 4.0 in Tru64 Unix

2001-12-18 Thread Sarah T. Plopino
Hi, I'm installing Apache Tomcat 4.0 in Tru64 Unix. I downloaded jakarta-tomcat-4.0.1.tar.gz and successfully unpack it. When I execute the command ./startup.sh which startup Tomcat, the following messages appeared; Using CLASSPATH:/tomcat/jakarta-tomcat-4.0.1/bin/bootstrap.jar:/usr/opt/java122/

Re: Session

2001-12-18 Thread Cavan Morris
I'm pretty sure that this is the same thing I described you just wrote all the servlet code yourself instead of having the jsp engine do it for you. That still leaves the ugly and race condition problems I described. Am I wrong? -Cavan - Original Message - From: "Jayson Yu" <[EMAIL

Re: Tomcat 3.3 deployment - last minute problem

2001-12-18 Thread timothy
Hi all, i also investigating this problem a little bit, my solution to this is use a filter to convert all the income request's data to UTF8. and generate JSP by UTF8 encoding. it work quite good. but the problem is my backend database must have UTF8 support >From Timothy - Original Mess

Re: How to Increasing Tomcat memory?

2001-12-18 Thread Jeff Kilbride
Hi Jack, You should use the TOMCAT_OPTS environment variable to set these options. So, create an environment variable called TOMCAT_OPTS and set it equal to the following: "-Xms32M -Xmx64M" This will set the initial size of the JVM heap to 32MB and the max size to 64MB. Replace these values wit

Re: Embedding Tomcat 4

2001-12-18 Thread Christian Bongiorno
I have embedded TC 4 into my JBuilder IDE and I have to believe it is the exact same thing for your situation the class with main is org.apache.catalina.startup.Bootstrap // java commandline java -classpath $CLASSPATH:/home/tomcat/bin/bootstrap.jar -Dcatalina.base=/home/tomcat -Dcat alina.home=/

mod_webapp.so with Apache 1.3x on Solaris 8

2001-12-18 Thread John Chan
Apologies if this has already been sent... > Hi, > > I've scoured the archives of this list with regards to this error. This > occurs when I try to plug in the binary of the mod_webapp.so. > > Cannot load /usr/apache/libexec/mod_webapp.so into server: ld.so.1: > /usr/apache/ > bin/htt

Re: Session

2001-12-18 Thread Jayson Yu
You are right, this is not very efficient, I strongly suggest using servlets.If you do you can place all user info you would possibly need in an httpsession. You can in fact create a new session after athentication, you can also create a class containing the attributes you want to save o

Re: mod-webapp "Bugs"

2001-12-18 Thread Christian Bongiorno
We were having this same problem I believe and what we had to do (in linux) was make sure that the catalina.sh was started from the ~(home) directory - Original Message - From: "Janek Bogucki" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 20

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Artigas, Ricardo Y.
correct! :~) Ricky Y. Artigas Database Administrator / Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. > --- > IMPORTANT NOTICE: > This message (and any attachment hereto) may contain privileged and/or > confidential

Re: Session

2001-12-18 Thread Christian Bongiorno
Oh, oh, I know!!! Pick me! Two ways to do it, one inherits from the other. // Returns user name used to login and passwd HttpServletRequest.getUserPrincipal(); the other way to do it is as above except that you create your own realm and return your own subclass of java.security.Principal. Then

Re: Tomcat 4.01 tag renders in wrong place

2001-12-18 Thread Bill Pfeiffer
The page buffer/autoFlush tag worked like a charm: <%@ page buffer="0" autoFlush="true" %> Big Thanks!! I will research into why I have to add this tag to get my include to work correctly, but if anyone has a short answer on it, I'd be curious to know. Thanks, Bill Pfeiffer - Original Me

Re: Session

2001-12-18 Thread Cavan Morris
If anyone solves this it would be a great help to me as well. I am currently using a clumsy work around that doesn't always work. I have a User object that contains a lot of information about the users that could be very useful on various pages. I'd like to simply fill this object and add it

error on tomcat startup

2001-12-18 Thread Peter Georgiou
HI I'm running Tomcat 4 on Win2k and get the following error when I try to start Tomcat. Tomcat has always worked fine for me, so I don't know why this error has suddenly appeared. Any help please. Thanks Peter Starting service Tomcat-Standalone Apache Tomcat/4.0 ERROR reading java.io.FileIn

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Scott Hodson
or prodserver.dbo.pe_orders where dbo is the owner of the database. if dbo is not the owner then specify who the owner is there. -Original Message- From: Artigas, Ricardo Y. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:42 PM To: Tomcat Users List Subject: RE: JDBC Driv

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

2001-12-18 Thread Scott Merritt
Is it possible to manually create these? I mean, where do I find out what goes in a workers.properties file? I have no clue without installing 3.3, and I'm guessing I'll have to do some tweaking on the files it generates. -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]]

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Artigas, Ricardo Y.
Assuming prodserver is the database name and pe_orders is the table name, try prodserver..pe_orders instead of prodserver.pe_orders. HTH. :~) Ricky Y. Artigas Database Administrator / Analyst/Programmer Information Technology Division Easycall Communications Phils., Inc. > -

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

2001-12-18 Thread Jonathan Eric Miller
That worked, thanks. Jon - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 2:42 PM Subject: Re: Way to alias/redirect index.html to a servlet with Tomcat 4 in standalone mode? > > > > > > > "Jonathan Eric Miller"

Possible to have multiple SSL enabled virtual hosts with Tomcat 4 in standalone mode?

2001-12-18 Thread Jonathan Eric Miller
I'm wondering if anyone knows if it is possible to have multiple virtual hosts in Tomcat 4 standalone mode, each with a SSL enabled? If so, do I need to somehow put more than one host name into the SSL certificate? Or, is there a way to install multiple SSL certificates? So, for example, say I h

Session

2001-12-18 Thread Jon Weinberg
I am running Tomcat 4.0 with form-based authentication. I would like to add some user-specific variables into the session as soon as the user logs in (that is, as soon as the user logs in, I want to get the username from the form, use it to query my DB, put some results into the user's session

Re: A newbie - deploying an app with mod_webapp

2001-12-18 Thread Janek Bogucki
What do you have in server.xml? --- "Sergei O.Naumov" <[EMAIL PROTECTED]> wrote: > 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: > > > WebAppConnection cexam warp localhos

Re: mod-webapp "Bugs"

2001-12-18 Thread Janek Bogucki
I can't help you but I can say that I have what sounds like a similar authentication failure when trying to access the manager app (http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html). When I try to access the manager webapp the BASIC authentication dialog popped up, I entered the

Re: JNDIRealm and Interbase - step 3

2001-12-18 Thread Diego Novati
Hi falks ! I solved the problem of step 2 copying "interclient.jar" in $CATALINA\common\lib and now I'm able to start Tomcat again. Now ther's the last problem: calling http://localhost:8080/manager/list I'm getting a "HTTP 500 - Internal server error" and in the "catalina_log" I have the follow

RE: JDBC Driver for MS SQL Server

2001-12-18 Thread Jack Li
Thanks for quick reply. But I still get the error: "[MERANT][SQLServer JDBC Driver][SQLServer]Invalid object name 'prodserver.pe_orders'." Here is thre program String m_Class = "com.merant.datadirect.jdbc.sqlserver.SQLServerDriver"; String m_Connector = "jdbc:merant:sqlserver://prodserver:1433"

RE: Embedding Tomcat 4

2001-12-18 Thread Arvind Gudipati
Embedded class doesnot deploy the .war files dynamically. You have to add contexts to the embedded tomcat manually. I was having the same trouble initially until i started debugging and realised that there are some configuration issues that also cause other problems. The regular Bootstrap class

Embedding Tomcat 4

2001-12-18 Thread Jean-Robert Haddad
Hello everyone. I am trying to embed Tomcat 4.01 in my application. I use the org.apache.catalina.startup.Embedded class. I simply copied code from the main method, as indicated in the documentation. My question is regarding contexts. Why do I have to create the contexts manually? Can't I have

Re: JNDIRealm and Interbase - step 2

2001-12-18 Thread Diego Novati
Hi, thanks for your tips. I downloded and installed Firebird InterClient 2.01 and corrected '\' with '/'. The problem is that nothing has changed and here's the exception: Starting service Tomcat-Standalone Apache Tomcat/4.0 Catalina.start: LifecycleException: Exception opening database

Tomcat 3.3 vs. 4.0: TELL US NOVICES WHAT IS GOING ON

2001-12-18 Thread Micael Padraig Og mac Grene
At 01:13 PM 12/18/01 -0800, you wrote: >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 What is going on with 3.3 and 4.0? Are there two camps in Tomcat? Is there a battle to see which is goi

How to Increasing Tomcat memory?

2001-12-18 Thread Jack Li
Hi, I need to allocate more memory to Tomcat 3.2.1. How can I do it? I know to put -Xms somewhere. What is the exact lines to put and where to put the line? Thanks, Jack -- To unsubscribe: For additional commands: Troubles with the list: <

RE: JNDIRealm and Interbase

2001-12-18 Thread Michael Weissenbacher
beware of interclient 2.0, it has some serious memory leak. i advice you to you firebird 1.0.0 rc1 instead of interbase6 open source, it has fixed many bugs of the original borland open source version. look at http://firebird.sourceforge.net/ where you can also get interclient 2.01 without the mem

Re: There's 6 mod_jk's? Which one?

2001-12-18 Thread Jeff Kilbride
You can also run your httpd binary from the command line with the -V switch: [root@www /root]# httpd -V This will print out all the options that your apache binary was compiled with. If you see a line like this: -D EAPI Then your apache binary was compiled with EAPI and you need the EAPI vers

RE: JNDIRealm and Interbase

2001-12-18 Thread Guido Medina
Yes, it is a Java String problem, remember (again) that tomcat is made in java and a JVM is running, so instead of put "\" you MUST put "\\", that's it. Guido -Original Message- From: Diego Novati [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:13 PM To: Tomcat Users List S

RE: Stability of Tomcat 3.3 vs. 4.0

2001-12-18 Thread Guido Medina
Load balancing can be simulate it with several warp connectors and virtual host, the load balancing is not more than a very good configured pooling connection, that's what is in 4.x -Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 5:13 PM

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 variabl

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 1.6/InterClie

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

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: 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 f

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: 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 U

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 Message-

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- From:

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

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 Mess

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 th

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: 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 po

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 po

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 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 prece

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 o

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 a

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, Dece

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 >

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 ne

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 heap

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 ce

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 pass-

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 ru

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 rat

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 suggest).

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 no

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. >

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 element is evaluated independently, to see if it is relative or not. Craig -- To unsubscribe:

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 relativ

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 [mailto:[

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

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 java.lang.ClassLoader.loadClass(ClassLoader.

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 so

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 L

[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? Accord

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

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_Connecto

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, y

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: /appps/incl

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

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 op

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

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 its

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

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 = "jdbc:microsoft.sqlserver://pro

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 applica

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 C

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: Th

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 ~/we

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 : http:

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 PROTEC

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 the

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 servle

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!!!

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, minor

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: "Unab

  1   2   >