Solutions to problems with iis redirection

2001-04-05 Thread GASNIER Lise
Hi, I had some troubles with Tomcat working with IIS. I found an answer to my problem on the developper mailing list: http://marc.theaimsgroup.com/?l=tomcat-devm=98072686213739w=2 I was particularly happy to find this comment: In your registry when you add to the

RE: Problem starting Tomcat

2001-04-05 Thread Randy Layman
The problem is most likely one of two things: You already have something running on the ports that Tomcat wants to use (8080 and 8007 by default) or you haven't properly set JAVA_HOME and TOMCAT_HOME. To find the actual error message, instead of running startup.bat, run

Tomcat and Apache

2001-04-05 Thread Greg Topple
Where is the best sight to find directions on running Tomcat with Apache? Greg Topple Computer Programmer/Analyst Dorothy F. Schmidt College of Arts and Letters "My cousin just died. He was only 19. He got stung by a bee - the natural enemy of a tightrope walker." -- Dan Rather (News anchorman)

Re: Problem starting Tomcat

2001-04-05 Thread H.F.N. den Boer
In server.xml, I have port 8080 commented out like this; !-- Normal HTTP Connector className="org.apache.tomcat.service.PoolTcpConnector" Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/ Parameter

Re: context problem?

2001-04-05 Thread Shun-Luoi Daniel Fong
Thanks Jeff, Your information really helped me work through some of the problems I was having. I'll keep working with it and see what I can get accomplished. Thanks, Luoi On Wed, 4 Apr 2001, Jeff Kilbride wrote: Hi Luoi, That would be the only difference between your config and mine. I am

Re: trouble compiling mod_jk.so wih Apache 1.3.19 and SunOs 5.8

2001-04-05 Thread Hong-Bing Chen
Thanks Ed. I finished the build using "sh build-solaris.sh" after I updated my apxs file as below: #my $CFG_CFLAGS_SHLIB = q(); # substituted via Makefile.tmpl #my $CFG_LD_SHLIB = q(); # substituted via Makefile.tmpl #my $CFG_LDFLAGS_SHLIB = q(); # substituted via

RE: Tomcat and Apache

2001-04-05 Thread Khamneian, Mahtaj
A very good/general resource is the following article in the January issue of SysAdmin magazine: http://www.sysadminmag.com/linux/articles/v10/i01/a4.htm -Mahtaj Khamneian -Original Message- From: Greg Topple [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 3:50 PM To:

JDBC Realm with SQLServer

2001-04-05 Thread Robert Baafi
I am running Tomcat with Apache on Windows 2000. I am using SQLserver to store user/password data. I am trying to use the /examples/jsp/security/protected/index.jsp with Tomcat to check out JDBC realm. I commented out the SimpleRealm statements in server.xml, and have the following for the

please help

2001-04-05 Thread Batsheva Raviv
I am trying to implement the Security example in http://localhost:8080/examples/jsp/index.html when ever I send the form I get back null. What have I done wrong? I'm spending a lot of time on that can you help me? Thank you, Batsheva

cached bean instances?

2001-04-05 Thread William Blackmon
Title: cached bean instances? I have a page with %@ page errorPage=userError.jsp autoFlush=true % jsp:useBean id=userBean class=com.wgblackmon.UserBean scope=session/ settings. I have another page with the same settings that gets the correct bean items using getFieldName() method calls.

tomcat 3.2.1 and URL rewriting

2001-04-05 Thread Calin Duma
Hello, I have an issue with URL rewriting - and I could not find an answer in the mailing list archive. Basically when I print out the string returned by a response.encodeUrl(..) - it is identical to the original string. I do have an http session active. Any ideeas ? Thanks, Calin

RE: tomcat 3.2.1 and URL rewriting

2001-04-05 Thread William Kaufman
From the JSDK 2.2 spec ( http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpServ letResponse.html#encodeURL(java.lang.String) ): Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged. The implementation of this

Re: virtual hosting with tomcat and apache

2001-04-05 Thread Scott Tatum
Your first message went through. Tomcat can do exactly what you need. It can be configured to run several vhosts, each as their own application. Normally you give each vhost its own Tomcat instance, to provide a clean separation of runtime enviroments between sites. It also gives you the ability

RE: tomcat 3.2.1 and URL rewriting

2001-04-05 Thread Kyle Tippetts
Yes, but if you turn off cookies in the browser and then hit a servlet where you're using URL rewriting, it still returns the identical string that you passed to response.encodeURl(). I seem to remember that Tomcat 3.1 had problems with URL rewriting that I thought were supposed to be fixed in

Building mod_jk on NT - Apache/HTTPD v1.3.19 + TC v3.3m2

2001-04-05 Thread Pae Choi
Is there any one who built the "mod_jk" on NT with Apache/HTTPD v1.3.19 and TC v3.3.m2? I know I bulit this before with Apach/HTTPD v1.3.14 and TC/3.2.1. But above combination does *not* work. So I have tested the TC v3.3m2 with Apache/HTTPD v1.3.14 and it works. This is how far I went at

security question

2001-04-05 Thread skolski
Hello everybody, the "problem" is that I should have some security on my site. I think of authentifikation by a username and password and then access rights for special areas of the site. so far, so good. I started looking arround. I know have a login form, a jsp to chaeck username and password

How to reload library classes?

2001-04-05 Thread Felix A. Milovanov
Hello all, I'm a new user in Tomcat and Java and I've found a problem. I compile my library classes to some directory ( /usr/classes ) and there is a structire like /usr/classes/com/my/package1 /usr/classes/com/my/package2 I've added /usr/classes to classpath, and it works - my classes

RE: How to reload library classes?

2001-04-05 Thread Warren Crossing
tomcat only reloads classes that are in WEB-INF/lib/ or WEB-INF/classes where the reloadable is set to true in web.xml the classes cannot be in the classpath look at classloader.html in the src tree documentation ?? anyone can write some! -Original Message- From: Felix A. Milovanov

possible error in virtual hosts / context name clashes?

2001-04-05 Thread Michael McElligott
Okay, I'm just starting to investigate this one, and I have a non-standard configuration (I'm only using Tomcat right now - Apache isn't running), but here is my problem. When I set up multiple hosts in Catalina, using the following in my server.xml: Host name="my.domain1.com"Context

Re: can SSL an non-SSL run at the same time??

2001-04-05 Thread Alvin Yap
I running Tomcat as a standalone using SSL. What i'm hoping to do is that one context with non-SSL and the other context is with SSL. Alvin Milt Epstein wrote: On Thu, 5 Apr 2001, Paul Ramos wrote: Check out http://www.apache-ssl.org/#What_is_Apache-SSL look for "I want to run secure and

Re: can SSL an non-SSL run at the same time??

2001-04-05 Thread Milt Epstein
On Thu, 5 Apr 2001, Alvin Yap wrote: I running Tomcat as a standalone using SSL. What i'm hoping to do is that one context with non-SSL and the other context is with SSL. Well, that helps clarify the question. Unfortunately, I don't have an answer for you (i.e. I don't know) -- but perhaps

Re: tomcat 3.2.1 and URL rewriting

2001-04-05 Thread Calin Duma
You're absolutely right. Thanks a lot. The problem was that I disabled cookies - but I did not restart the browser (Netscape 4.75) - and I just recconnected to tomcat (and the cookies were still enabled). With the cookies disabled - everything works fine. Thanks again, Calin William Kaufman

Re: security question

2001-04-05 Thread Jeff Turner
It's all defined in the servlet spec, downloadable from http://java.sun.com/products/servlet/index.html. Tomcat comes with a preconfigured example (examples/jsp/security) demonstrating this. --Jeff On Fri, Apr 06, 2001 at 09:49:38AM +0800, [EMAIL PROTECTED] wrote: Hello everybody, the

UNSUSCRIBE

2001-04-05 Thread Dave Hladky
unsubscribe -- --- David J. Hladky [EMAIL PROTECTED] Software Engineer ---

UNSUSCRIBE

2001-04-05 Thread Muniraja Balaji
-- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this

Re: Running java on linux (thanks)

2001-04-05 Thread Jeff Kilbride
Hi Brandon, Your other choice is the IBMJava2-1.3 package. I just installed it on my RH6.2 box and it seems to be working well. Thanks, --jeff - Original Message - From: "Brandon Cruz" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 05, 2001 11:22 AM Subject: RE: Running

Re: can SSL an non-SSL run at the same time??

2001-04-05 Thread Alvin Yap
Thanks Milt. I'll give it a try using Apache Web Server. Alvin Milt Epstein wrote: On Thu, 5 Apr 2001, Alvin Yap wrote: I running Tomcat as a standalone using SSL. What i'm hoping to do is that one context with non-SSL and the other context is with SSL. Well, that helps clarify the

Re: virtual hosting with tomcat and apache

2001-04-05 Thread Jeff Kilbride
Hi Brandon, I'm doing a lot of virtual hosting with Apache + Tomcat, but in my case only one of my Vhosts needs Tomcat. So, I'm setting mine up with the "one JVM for all hosts" config. It's actually pretty simple. Use the Host directive in your server.xml file: Host name="your.vhost.domain"

Running tomcat on IIS4.0, NT4.0

2001-04-05 Thread LUO Junyan
Hi, I am running tomcat on windows NT. Weeks ago I succeeded in running tomcat3.2.1 with IIS5.0 on win2000, and this evening I am installing tomcat3.2.1 on IIS4.0, NT4 server sp5. But this time I could not make it work. The isapi filter is OK (blue up arrow) and log files are created--I just kept

Save $$$ on printer products!

2001-04-05 Thread Specials
Title: Save with Computer Imaging Supply Inc.! THE MOST EXPENSIVE PART OF A PRINTER IS THE SUPPLIES! Get more value for your money with http://www.ComputerImagingSupply.com. We have LOWER PRICES than

simple way to spawn new threads in jsp?

2001-04-05 Thread Kris Gonzalez
is there a special mechanism to execute a sequence of tasks on a new thread in Tomcat or do i have to do it the old fashioned way, creating a class that spawns a new thread to do those tasks and referencing it in the jsp? thanks!

RE: can SSL an non-SSL run at the same time??

2001-04-05 Thread GOMEZ Henri
I running Tomcat as a standalone using SSL. What i'm hoping to do is that one context with non-SSL and the other context is with SSL. Well, that helps clarify the question. Unfortunately, I don't have an answer for you (i.e. I don't know) -- but perhaps someone else does. This is certainly a

RE: simple way to spawn new threads in jsp?

2001-04-05 Thread Warren Crossing
hey, theres no ultimatley easy way.. but thank duke for inner classes.. so you can.. new Thread () { public void run () { boolean warren_rulz = true; do {

Connecting to ms sql

2001-04-05 Thread Bahl, ankur
Hi, I want to connect to ms sql using tomcat. I am successful in connecting to oracle. To connect to oracle I have used DBConnectionBroker Please suggect me a driver to connect to sql and the site from where I can download it from. Reply ASAP, Regards, Ankur Bahl, HCL Perot Systems,

RE: Connecting to ms sql

2001-04-05 Thread Warren Crossing
hey, go to java.sun.com/products go to the jdbc site. they have a list of jdbc drivers. you might be better of using a jdbc odbc bridge from sun. l8r. -Original Message- From: Bahl, ankur [mailto:[EMAIL PROTECTED]] Sent: Friday, 6 April 2001 4:09 PM To: '[EMAIL PROTECTED]' Subject:

<    1   2