Re: Tomcat 4 integration with apache

2002-01-07 Thread Nikola Milutinovic
Vinay Singh wrote: > I did Apache 1.3.20 integration with Tomcat 4.0.1 using mod_webapp. I can > tell u the steps if you want. Go ahead. Nix. -- To unsubscribe: For additional commands: Troubles with the list:

Possible bug in Tomcat 4.0 final

2002-01-07 Thread Jiger Java
Hi all, I am using Tomcat 4.0 final, Win98, JDK 1.4 beta 3. Problem description :I feel that Tomcat is loosing some values from the session. Problem explanation : In the application we are building,I have tomcat 4.0 final running on win98. In my app the user logs in, & his username,pass

Please Help

2002-01-07 Thread Designing Department
Hello All, I have Tomcat 3.2.4 on my web server, now I want to let all the users to use the tomcat if they need it, I believe I have to add some user details in some file with Apache / Tomcat but not sure. Can any one suggest me the way how to do thi? Thanks in advance Vikas -- To unsubscrib

How to run two versions of same project?

2002-01-07 Thread Ravi Shankar
hi All, Requirement: -- I am using apache1.3.20 and tomcat3.2.3 on win98/NT. I want to run two versions of my project at the same time in local machine. If i give URL of version1,the classes related to that version only should run and for second url ,the classes of version2 should b

servlet content is duplicated each time refresh button is pressed

2002-01-07 Thread Sanjeev Rathore
Hi I have a servlet that calls a small Java program to display a table. Each time I press the browser refresh button, the table that came from small Java program gets duplicated. I don't understand what is going on. Why is my servlet web content getting duplicated each time I press refres

Re: [tcusers]Re: JSP to PDF

2002-01-07 Thread Sylvain Hamel
I think you misunderstand the basic mechanism that underlies either PHP or ASP or JSP pages. The output is just plain text you can generate XML or HTML or WML if you want. After all its only text. Tomcat can return whatever mime type you want. - Original Message - From: "Darth Darknerd" <

Re: bug in mod_webapp for binary uploads

2002-01-07 Thread Rodney Schneider
Hi David, On Tuesday 08 January 2002 12:50 am, you wrote: > i am using com.oreilly.servlet package and i can't upload binary files > > well actually i can, but all FF bytes in the files are lost! quite annoying > indeed all binary files are corrupted it works well for text files (they > don't ha

server side includes of dynamic content not working?

2002-01-07 Thread Richard Sand
Hi all- I'm using Tomcat 4.01 on Win2k and I'm trying to get a server side include to work. I'm using the SSI "include virtual", and what I'm experiencing is that if I include a static file, it works (so I have taken the basic steps to get SSI working on Tomcat), but if I try to include the c

Re: dynamic content not mapping correctly

2002-01-07 Thread Etienne Deleflie
Tom, thanks for your reply. >The standard, and by extension, Tomcat, is designed such that there are >no dependancies between contexts. Attempting to create such dependancies >is really just asking for headaches. > >I think your best bet is to setup your deployment process to make a copy of >thi

Re: tomcat 4.0/ Apache1.3.22 problem

2002-01-07 Thread Shanmugham
Hi, Do you know (or) anyone else in the user-list know the following: (a) Can we implement SSL in Apache? (b) Can we implement SSL in Tomcat? (c) How can we implement SSL in Apache? (d) How is Apache SSL different from Tomcat SSL? (e) Why do we need SSL in Apache? (As I understand, Apache just s

SV: [tcusers]Re: JSP to PDF

2002-01-07 Thread Peter Thomsen
I Found this link at www.servlets.com it may be what you are looking for if you do not want to use FOP. A library for generating PDF files from a servlet. Useful if you want to control exactly how your servlet's output will look. It requires JDK 1.2. http://www.lowagie.com/iText/ Look at it a

webapp necessary?

2002-01-07 Thread Darrell Esau
Hello all, I'm trying to migrate a (rather large) legacy application to Tomcat 3.3 + Apache. Previously (with various web servers), I only needed to provide the classpath and servlet directory repository. With Tomcat it seems that I MUST use a webapp structure. Is this true? Is there any wa

Re: dynamic content not mapping correctly

2002-01-07 Thread Tom Drake
The standard, and by extension, Tomcat, is designed such that there are no dependancies between contexts. Attempting to create such dependancies is really just asking for headaches. I think your best bet is to setup your deployment process to make a copy of this file to each context that you crea

Re: dynamic content not mapping correctly

2002-01-07 Thread Etienne Deleflie
> > >Try href="MyServlet/style.css" (drop the leading slash) > no can do . that misses the point. the XSL file that contains that link is used to write files in all sorts of sub-directories ... so it has to be relative to the web-app root etienne > > >- Original Message -

Re: dynamic content not mapping correctly

2002-01-07 Thread Tom Drake
Try href="MyServlet/style.css" (drop the leading slash) - Original Message - From: "Etienne Deleflie" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 4:08 PM Subject: dynamic content not mapping correctly | Hello list, | | I just want to

does Reverse Proxy handle cookie passing?

2002-01-07 Thread James McKain
All, Can a session cookie be passes thru a reverse proxy to the other server? How? can someone send me a URL? Situation: Users log in at the main server, on a particular link I redirect them to another server (Reverse Proxy). I want them to remain logged in on that other server through the sess

Re: jar loader / precedence / order

2002-01-07 Thread Craig R. McClanahan
On Tue, 8 Jan 2002, Etienne Deleflie wrote: > Date: Tue, 08 Jan 2002 09:30:43 +1100 > From: Etienne Deleflie <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: jar loader / precedence / order > > Hello list, > > I am using tomcat 4. > > I ha

RE: Problem with file URL

2002-01-07 Thread Craig R. McClanahan
On Mon, 7 Jan 2002, DONNIE HALE wrote: > Date: Mon, 07 Jan 2002 16:20:02 -0500 > From: DONNIE HALE <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: Problem with file URL > > Not to belabor the point, but in the Java world we can't dism

dynamic content not mapping correctly

2002-01-07 Thread Etienne Deleflie
Hello list, I just want to describe my problem better..I have an XML application. Via a web-app (in Tomcat 4.0.1) a URL is mapped to a servlet The servlet reads an XML file which defines the retrieval of other XML data and what XSL files to render that retrieved XML data with. The

Re: Problem with file URL

2002-01-07 Thread Pae Choi
I was not pointing out the protocol. In a client/server communication, it does not matter what protocol they use as you already know. We all know that common client/server reside on the separate hosts though. they do not have to necessarily be separated in two or more hosts. That's what I was poi

Re: Problem with file URL

2002-01-07 Thread Pae Choi
You are not telling me anything new I do not know about. The server does not have necessarily reside off the host machine where the client is on. Pae > > > On Mon, 7 Jan 2002, Pae Choi wrote: > > > Date: Mon, 7 Jan 2002 11:18:10 -0800 > > From: Pae Choi <[EMAIL PROTECTED]> > > Reply-To: To

mime types not mapping to the web-app

2002-01-07 Thread Etienne Deleflie
Hello, I have a web-app (in Tomcat 4.0.1), that is working fine in all respects, except that all mime types (except .html) map to the tomcat document root, not the web-app document root. So I have modified my web.xml file to include mime type mapppings ... but .gif, .css etc. still go

Re: jar loader / precedence / order

2002-01-07 Thread Remy Maucherat
> Remy Maucherat wrote: > > >Do you mean you want to override some classes from one JAR ? If so, you > >should extract the overriding classes and put them in /WEB-INF/classes, so > >that your application is actually portable. > > > .. that's a good point, can I separate the jars into 2 dif

Re: jar loader / precedence / order

2002-01-07 Thread Etienne Deleflie
Remy Maucherat wrote: >>Hello list, >> >>I am using tomcat 4. >> >>I have all my jars in the WEB-INF/lib folder of my web-app. The thing >>is, they need to be loaded in a specific order. >> >>What is the default order for loading jar files in the same directory >>... alphabetical ? date ?

Re: [tcusers]Re: JSP to PDF

2002-01-07 Thread Darth Darknerd
I plead ignorance about JSP, but doesn't JSP make HTML pages, not XML pages?!? You create your data content in XML. Then create a separate document style sheet using FO (Formatting Objects) markup. These two documents will be then converted into a PDF file using FOP. FOP is one implementati

Re: [tcusers]Re: JSP to PDF

2002-01-07 Thread Darth Darknerd
I plead ignorance about JSP, but doesn't JSP make HTML pages, not XML pages?!? You create your data content in XML. Then create a separate document style sheet using FO (Formatting Objects) markup. These two documents will be then converted into a PDF file using FOP. FOP is one implementati

RE: Odd Apache+Tomcat errors

2002-01-07 Thread Mario Felarca
At 03:26 PM 01/07/2002 -0600, you wrote: >are you logging at debug level? >what does it show when you do? > >SSLLog logs/SSL.log >SSLLogLevel debug > >in your httpd.conf (in case you are not familiar) >B We were logging at info level. I will try this. Should I be on the look-out for anything in

Re: jar loader / precedence / order

2002-01-07 Thread Remy Maucherat
> Hello list, > > I am using tomcat 4. > > I have all my jars in the WEB-INF/lib folder of my web-app. The thing > is, they need to be loaded in a specific order. > > What is the default order for loading jar files in the same directory > ... alphabetical ? date ? It's alphabetical.

jar loader / precedence / order

2002-01-07 Thread Etienne Deleflie
Hello list, I am using tomcat 4. I have all my jars in the WEB-INF/lib folder of my web-app. The thing is, they need to be loaded in a specific order. What is the default order for loading jar files in the same directory ... alphabetical ? date ? can I set a CLASSPATH variable f

Disabling deployment of folders in appBase

2002-01-07 Thread Peter M. Nielsen
This one might be a simple question, but anyway. I'm running tomcat 4.0.1 and I'm going to have several virtual hosts. The root context of each virtual host is seperate folder in the webapps-folder. In my configuration of the hosts i'm setting on of the sub-folders to be root context of the virtua

RE: Odd Apache+Tomcat errors

2002-01-07 Thread Brian Adams
are you logging at debug level? what does it show when you do? SSLLog logs/SSL.log SSLLogLevel debug in your httpd.conf (in case you are not familiar) B -Original Message- From: Mario Felarca [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 3:48 PM To: Tomcat Users List Sub

RE: Odd Apache+Tomcat errors

2002-01-07 Thread Mario Felarca
At 04:34 PM 01/07/2002 -0500, you wrote: >I had the same lock-up problem for the myapp sample webapp when Apache, >Tomcat, and IE5.0 where all running on the same win2000Pro box. > >I got the myapp sample webapp to work (serve images) though in both of the >following two situations: > >1. runnin

RE: Odd Apache+Tomcat errors

2002-01-07 Thread Jeff Prideaux
I haven't researched it fully, but I have noticed lock-up problems with Tomcat integrated with Apache with serving images for the examples webapp given in the tomcat 4.0.1 installation. I have not been able to get the examples webApp to consistently serve images with Apache 1.3.22 used with Tomcat

RE: Problem with file URL

2002-01-07 Thread DONNIE HALE
Not to belabor the point, but in the Java world we can't dismiss non-"network" (e.g. those which establish some sort of TCP/IP connection) as unimportant. Significant aspects of Java are now dependent upon java.net.URL objects and their corresponding URL handlers. For example, grants to codebas

RE: Odd Apache+Tomcat errors

2002-01-07 Thread Mario Felarca
At 01:39 PM 01/07/2002 -0500, you wrote: >A number of us have been having similar problems with >Apache 1.3.2x, Tomcat 4.0.1, mod_webapp.so, and Win2K. We haven't got to >the bottom of that one either but it appears that the Windows port of the >Apache-Tomcat integration is buggy. Hrmm. Thanks f

Re: Problem with file URL

2002-01-07 Thread Craig R. McClanahan
On Mon, 7 Jan 2002, Tom Drake wrote: > Date: Mon, 7 Jan 2002 12:44:23 -0800 > From: Tom Drake <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > Tom Drake <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: Problem with file URL > > Pae: > >

Re: JNI libs and Tomcat?

2002-01-07 Thread Craig R. McClanahan
On 7 Jan 2002, Dr. Evil wrote: > Date: 7 Jan 2002 20:37:07 - > From: Dr. Evil <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: JNI libs and Tomcat? > > > Hi, I'm trying to get Jmagick (a JNI interface for Imagemagick) to > work with my

JNI libs and Tomcat?

2002-01-07 Thread Dr. Evil
Hi, I'm trying to get Jmagick (a JNI interface for Imagemagick) to work with my favorite web server, which is Tomcat 4. In the release notes, it says: Applications that require native libraries must ensure that the libraries have been loaded prior to use. Typically, this is done with a call li

Re: Problem with file URL

2002-01-07 Thread Tom Drake
Pae: The term protocol implies that there is a there is a network based exchange of information. In the case of 'file://' URLs, your client software ends up making system calls (e.g. open(), read(), close()), no exchange of information across a network. Ah, but what about files on your network

RE: Problem with file URL

2002-01-07 Thread Michael Wentzel
> There appears to be confusion about the 'file://' protocol. > > The "file://" protocol is really not a protocol at all, since there > are no client-server communications involved. > This 'false' protocol identifier is simply a 'nice' little feature > that web-browsers implement (URL/URLConnec

Re: Problem with file URL

2002-01-07 Thread Craig R. McClanahan
On Mon, 7 Jan 2002, Pae Choi wrote: > Date: Mon, 7 Jan 2002 11:18:10 -0800 > From: Pae Choi <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]>, > Tom Drake <[EMAIL PROTECTED]> > Subject: Re: Problem with file URL > > Hmm.. the

Re: Apache Style Logging

2002-01-07 Thread Craig R. McClanahan
On Mon, 7 Jan 2002, John Moore wrote: > Date: Mon, 7 Jan 2002 11:08:57 -0800 > From: John Moore <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: Apache Style Logging > > > Fellow Tomcat'ers, > > Is there a way to config

Re: Tomcat-as-an-NT-service startup failure

2002-01-07 Thread Kevin HaleBoyes
Thanks for your help Andrew. First to answer some of the points made: I didn't install the jk_nt_service component since Tomcat already worked as a service. Ie., I could start and stop it from the NT service manager. I only have one JDK installed on the machine though there is also a JRE instal

Re: how close static resources when an application is stopped/reloaded?

2002-01-07 Thread Craig R. McClanahan
On Mon, 7 Jan 2002, Richard Sand wrote: > Date: Mon, 7 Jan 2002 18:59:29 +0100 > From: Richard Sand <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: how close static resources when an application is > stopped/re

RE: Apache Style Logging

2002-01-07 Thread Larry Isaacs
For Tomcat 3.3, uncomment the module in server.xml. See: for more detail. Cheers, Larry > -Original Message- > From: Kirby Vandivort [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 07, 2002 2:20

Re: Apache Style Logging

2002-01-07 Thread Kirby Vandivort
To the best of my knowledge, tomcat does what you want by default. Standalone creates an access_log file that contains lines like: 127.0.0.1 - - [07/Jan/2002:13:10:54 -0600] "POST /mycode/servlet/Serv HTTP/1.0" 200 243 One thing that MIGHT throw you for a bit is that tomcat makes a new file fo

Re: Problem with file URL

2002-01-07 Thread Pae Choi
Hmm.. the communication between the browser(client) and the file system(server) is not considered in the client-server communication? An interesting comment. Pae > There appears to be confusion about the 'file://' protocol. > > The "file://" protocol is really not a protocol at all, since th

Re: TC 3.3.3 with Apache stack space error

2002-01-07 Thread Renato
Good question. You might want to try to ask this on the tomcat-dev list. On 07 Jan 2002 13:07:17 -0600, Ray Pitmon <[EMAIL PROTECTED]> escreveu : > Ok, that works. I tried all sorts of different values less than that, > but -Xms needed to be 400 to get it to work. > > That doesn't make alot o

Re: Problem with file URL

2002-01-07 Thread Tom Drake
There appears to be confusion about the 'file://' protocol. The "file://" protocol is really not a protocol at all, since there are no client-server communications involved. This 'false' protocol identifier is simply a 'nice' little feature that web-browsers implement (URL/URLConnection also im

Apache Style Logging

2002-01-07 Thread John Moore
Fellow Tomcat'ers, Is there a way to configure Tomcat 3.X or 4.X to produce a log file like that of Apache? I want to use a standalone Tomcat container but need to get usage stats out for WebTrends (date, time, url, rc, size, etc) . I currently use Apache 1.3.22 -> mod_jk -> tomat 3.2.3 but c

Re: TC 3.3.3 with Apache stack space error

2002-01-07 Thread Ray Pitmon
Ok, that works. I tried all sorts of different values less than that, but -Xms needed to be 400 to get it to work. That doesn't make alot of sense to me. My tomcat is using 32 megs of RAM now. Why in the world would I have to specify that it use 400-500 megs? Is this a bug? thx, -Ray O

RE: Odd Apache+Tomcat errors

2002-01-07 Thread Jeff Prideaux
A number of us have been having similar problems with Apache 1.3.2x, Tomcat 4.0.1, mod_webapp.so, and Win2K. We haven't got to the bottom of that one either but it appears that the Windows port of the Apache-Tomcat integration is buggy. -Original Message- From: Mario Felarca [mailto:[EMA

Odd Apache+Tomcat errors

2002-01-07 Thread Mario Felarca
Hello, I have a problem and I was wondering if anyone could give me some ideas or information about a possible solution. I am running Apache 1.3.20, Tomcat 3.2.3 and using mod_jk on Win2k. We are accessing our servlets through https, and every once in a while (i.e. not all the time, but often

RE: Problem with file URL

2002-01-07 Thread Michael Wentzel
BTW, is there a reason this is that important to you? How many users try to access a url using the file protocol instead of http? --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: For additional commands:

Re: TC 3.3.3 with Apache stack space error

2002-01-07 Thread Renato
Try to put something like -Xms400m -Xmx500m on TOMCAT_OPTS of tomcat.sh in the $TOMCAT_HOME/bin directory. On 07 Jan 2002 12:08:44 -0600, Ray Pitmon <[EMAIL PROTECTED]> escreveu : > > > Hi, > > I have many machines running older versions of tomcat(3.2.x), but now I > am setting up a new one

RE: How stable is Tomcat on Windows ?

2002-01-07 Thread sumit . rajan
Thanks Randy ! I am trying to use SQLServerDriver driver now. Select and insert are working fine. But during updationg I am getting the following error: java.sql.SQLException: [Microsoft][SQLServer JDBC Driver]Can't start a cloned connection while in manual transaction mode. Does it mean i can

RE: Problem with file URL

2002-01-07 Thread Michael Wentzel
> The OS I'm running on is Unix. I did some preliminary > testing on NT (my > browser and Tomcat server were on the same machine). When I > ported to Unix, > I started having issues. What browser are you using on each of these platforms? I have a feeling that if you tested against NT with IE

TC 3.3.3 with Apache stack space error

2002-01-07 Thread Ray Pitmon
Hi, I have many machines running older versions of tomcat(3.2.x), but now I am setting up a new one, with 3.3.1, and I get this error whenever I try to hit a JSP: 2002-01-07 12:41:21 - Ctx() : compile error: req=R( + /index.jsp + null) - org.apache.jasper.JasperException: Unable to compile Th

RE: Problem with file URL

2002-01-07 Thread Jim Dempsey
The OS I'm running on is Unix. I did some preliminary testing on NT (my browser and Tomcat server were on the same machine). When I ported to Unix, I started having issues. -Original Message- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 5:34 AM To: Tomcat Users L

Re: how close static resources when an application is stopped/reloaded?

2002-01-07 Thread Richard Sand
Thanks Craig and sorry for the RTFM- I'm still catching up with the new stuff in 2.3! BTW do you have an opinion on the new behavior of 4.0 to treat resources loaded through the classloader the same as classes- i.e. they are cached and cannot be changed unless the app is restarted? I ask because

Re: tomcat sending 200 response code instead of 404 when error-page used

2002-01-07 Thread Kirby Vandivort
> > So, I have set up an error-page directive in my web.xml file to tell > > tomcat that it needs to do something special for 404s. Tomcat is then > > sending a response code of 200 and the 404.html file, rather than a > > response code of 404 and the html file. > > > > That is the correct behav

Re: how close static resources when an application is stopped/reloaded?

2002-01-07 Thread Craig R. McClanahan
On Mon, 7 Jan 2002, Richard Sand wrote: > Date: Mon, 7 Jan 2002 04:32:51 +0100 > From: Richard Sand <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: how close static resources when an application is > stopped/reloaded? > > Hi all- > > I

RE: How stable is Tomcat on Windows ?

2002-01-07 Thread Randy Layman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 07, 2002 12:32 PM > To: [EMAIL PROTECTED] > Subject: RE: How stable is Tomcat on Windows ? > > > Hi Amine, > > > and jdbc-odbc bridge for database access. This is your problem.

Re: tomcat sending 200 response code instead of 404 when error-pageused

2002-01-07 Thread Craig R. McClanahan
On Sun, 6 Jan 2002, Kirby Vandivort wrote: > Date: Sun, 6 Jan 2002 23:55:39 -0600 > From: Kirby Vandivort <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: tomcat sending 200 response code instead of 404 when > e

RE: How stable is Tomcat on Windows ?

2002-01-07 Thread sumit . rajan
Hi Amine, I am using apache 1.3.20 and tomcat 3.2.3 and jdbc-odbc bridge for database access. The database is sql server Please let me know the following about ur application Apache version : Tomcat version : Database: Jdbc Driver Class : Jdbc Driver Name: Thanks

Re: Can tomcat reject more connection from one IP?

2002-01-07 Thread David Cassidy
cwd, you may not want to do this how many IP's does AOL have ??? 33million users share 255 IP's D cwd wrote: > Hi all, > I wonder if tomcat can reject more conncurrent connections from a > IP address? So > my web app can server more people. > > thanks > cwd -- To unsubscribe

Re: tomcat 4.0/ Apache1.3.22 problem

2002-01-07 Thread David Frankson
Do you happen to know the text of the original message? - Original Message - From: "Mita Solanky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 4:11 AM Subject: tomcat 4.0/ Apache1.3.22 problem > Hi > > I saw your message on tomc

Re: Give webapps FilePermissions in catalina.policy

2002-01-07 Thread Laura Reising
Hello Frank, hello list, > I believe the syntax is a bit different for web apps > as indicated by the example in the file. Here is > my spec for AllPermission for myApp. You should be able > to modify it for your purposes: > > grant codeBase "file:${catalina.home}/webapps/myApp/-" { >

RE: Help needed with package access

2002-01-07 Thread Drinkwater, GJ (Glen)
Sorry about that, worked it out , i was just been completly stupid. I have just changed computers and have set up everything correctly and i had everything working except one thing.!! .; in my classpath. cheers anyway -- To unsubscribe: For additional

Re: Help needed with package access

2002-01-07 Thread Kirby Vandivort
On Mon, Jan 07, 2002 at 10:43:08AM -0500, Michael Wentzel wrote: > > I am using tomcat and i am unable to compile my servlet > > classes when i try > > to make an instance of a class that i have created which lies > > in the same > > folder as my servlet, ie WEB-INF/classes. A error occurs >

Mac OS X Tomcat 4.0.1 404 on /examples solution

2002-01-07 Thread Cahyo Tri Wibowo
Hi everyone, I've been having 404 error on /examples on my Tomcat 4.0.1 / Mac OS X 10.1.2 setup. I don't know if the solution has been posted here before but this is what I did : I unpacked the tomcat binary package with GNU tar instead of letting StuffIt Expander handled it and it works ! I

need help in SSL configurations

2002-01-07 Thread Ibrahim Onur YARANLI
Hi! I am trying to set up jakarta-tomcat-4.0.1 with SSL but I have a problem. I set up Server configurations and it works fine. Now I am trying to require the client have a client certficate. I have installed client certificate to the IE browser and also the root certificate to the keystore. Whe

ServerName

2002-01-07 Thread Technical Support
Hello all, Does anyone know how to control what is returned by the method: request.getServerName(); The site is hosted with a ISP.. with other sites on the same server... And the above method returns what is set via the Apache directive: ServerName And i need to be able to detect what URL was

tomcat 4.0/ Apache1.3.22 problem

2002-01-07 Thread Mita Solanky
Hi I saw your message on tomcat-users list regarding the errors seen on your tomcat install and wondered whether you had any replies / solutions to the problem. I am getting the same error in the logs but my applications seem to work fine. I have solaris8 with tomcat4 and apache 1.3.22 I get th

Problem with configuration

2002-01-07 Thread TKiran
Hi, While configuring iis to tomcat . After proceeding with all the steps involved In the iis error log file i am getting this error "09:12:30 127.0.0.1 GET /jakarta/isapi_redirect.dll 200" and in isapi.log file i am getting the following error "[jk_uri_worker_map.

Re: tomcat sending 200 response code instead of 404 when error-page used

2002-01-07 Thread Kirby Vandivort
Thanks for the response, but let me be a bit more specific in my question. I am using tomcat 4.0.1 standalone, so apache is not involved. Tomcat utilizes the directive when it DOES realize that there has been a problem in the code, and the error-page directive has an error-type parameter that t

RE: Tomcat 4 integration with apache

2002-01-07 Thread Richard Dunn
> Could you please tell me the steps? Env > Red Hat 7.1 > JDK 1.3.1.02 > Tomcat 4.01 > > I have tried to use mod_webapp.so and seem to have no > luck! > > Thanks in advance! I wrote a script that builds the following: Apache 1.3.22 including: mod_ssl Tomcat 4.0.1 IBM JDK 1.3.1 I ap

Can tomcat reject more connection from one IP?

2002-01-07 Thread cwd
Hi all, I wonder if tomcat can reject more conncurrent connections from a IP address? So my web app can server more people. thanks cwd

Help Please: Tomcat 3.2.3 with NT Challenge and Response

2002-01-07 Thread leebernard
Hi, I have a technical question on Tomcat 3.2.3 with NT Challenge and Response Authentication. I have Tomcat 3.2.3 setup on an Windows NT 4.0 SP6a Intel Machine (C drive). The tomcat configuration is fine and i am able to surf JSP Pages. In NT 4.0 I have a Site which roots directory points

Re: Tomcat 4 integration with apache

2002-01-07 Thread Lance
If you are on a Win32 system dont bother. "Shiva.Devaguptapu" wrote: > Hi, > Pls help me in integrating Tomcat 4 with apache. I did the > same(only) for tomcat 3.2.3 and apache 1.3.20, using mod_jk.dll, but don't > know how to do for tomcat 4.x. > Thanks in advance... > Shiva. > > -- > To unsub

RE: Help needed with package access

2002-01-07 Thread Martin van den Bemt
try using javac -cp . Good thing is also to read something on how java works, since this is MUST know if you even want to start thinking about java.. Mvgr, Martin -Original Message- From: Drinkwater, GJ (Glen) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 17:15 To: [EMAIL PR

RE: Help needed with package access

2002-01-07 Thread Michael Wentzel
> I am using tomcat and i am unable to compile my servlet > classes when i try > to make an instance of a class that i have created which lies > in the same > folder as my servlet, ie WEB-INF/classes. A error occurs > telling me that it > cannot resolve the class. > > The only way around this

Re: Mr. McClanahan ... Do you ever take a break?

2002-01-07 Thread Frank Lawlor
My theory is that there are really six different people named Craig McClanahan ;-) Seriously, I agree Craig has been a great help to many people. Frank Lawlor Athens Group, Inc. (512) 345-0600 x151 Athens Group, an employee-owned consulting firm integrating technology strategy and software solut

Help needed with package access

2002-01-07 Thread Drinkwater, GJ (Glen)
I am using tomcat and i am unable to compile my servlet classes when i try to make an instance of a class that i have created which lies in the same folder as my servlet, ie WEB-INF/classes. A error occurs telling me that it cannot resolve the class. The only way around this is to put these clas

Re: Give webapps FilePermissions in catalina.policy

2002-01-07 Thread Frank Lawlor
I believe the syntax is a bit different for web apps as indicated by the example in the file. Here is my spec for AllPermission for myApp. You should be able to modify it for your purposes: grant codeBase "file:${catalina.home}/webapps/myApp/-" { permission java.securi

FW: Tomcat 4 integration with apache

2002-01-07 Thread Justin Rowles
Kindly sent by Mr Peter Burgess, for those needing a guide to the above. -Original Message- Hi, I noticed your posting on the tomcat-user list via the mail archives (I'm not directly subscribed myself) - this should answer your problem: http://www.galatea.com/flashguides/apache-tomcat-

encodeURL fails with WarpConnector and multiple host names

2002-01-07 Thread Nicholas Ide
Apache 1.3.20 Tomcat 4.0.1 Cookies DISABLED in the browser and in server.xml httpd.conf: ServerName foo NameVirtualHost * ServerName foo ServerAlias bar DocumentRoot "/export/home/foo" encodeURL("http://foo";) correctly adds the ";jsessionid=0876..." encodeURL("http://bar";) does NOT add

Accent and cookie problem

2002-01-07 Thread Eric LOEW
Hi, I'm a system administrator for my company. I have install and configure a tomcat 3.3-2 on a debian linux box (Woody 3.0), and have a problem with European special characters (é, è, ê, ...) and the cookie library. Extract code : In a servlet, we do : cookie = new Cookie("FirstName", p.get

Re: RE: RE: RE: RE: RE: RE: can anyone help

2002-01-07 Thread John M. Corro
You may also want to try changing your classpath references from "Program Files" to "progra~1". I seem to recall this being a fix used by someone else w/ the same problem. Good luck. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 5:

Give webapps FilePermissions in catalina.policy

2002-01-07 Thread Laura Reising
Hello list, I'm using Tomcat4.0.1 with the "-security"-option. Now I want every webapp to have the read- and write--FilePermission to the files in it's own Doc-Root. I tried the following in "catalina.policy": <---snip---> // These permissions are granted by default to all web applications /

problem when running tiles-template example

2002-01-07 Thread c tang
Hi all, I downloaded tiles (nov 2, 2001 build) and deployed the examples in tomcat4.01. The tiles-doc and tiles-channel applications work fine. The problem is with the tiles-template, which returns a empty page. Here is the output in tomcat log for tiles-template: 2002-01-07 09:40:08 Standar

Re: Tomcat4 not unpacking wars

2002-01-07 Thread Karthikeyan.K.V
I also face the same problems.I would also like to know if there is a war file validator ?. Thanks Karthik - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 9:08 AM Subject: RE: Tomcat4 not unpacking wars > Quick follow-up. Turned out

RE: Tomcat4 not unpacking wars

2002-01-07 Thread Mark . Donoghue
Quick follow-up. Turned out to be a badly-packaged war file. Must throw it back to the developers. I tested by jar'ing the examples web-app and it unpacked OK. Is there a war file validator? How does tomcat validate war files? Thanks, Mark -Original Message- From: [EMAIL PROTECTED]

RE: Problem with file URL

2002-01-07 Thread James, Stuart
file::// informs your browser to load the local file, this can run over an intranet if your server is NT with a shared drive (using unc's ) and the client pc has access and permission to view it. so the following could work, file:://myserver/ashareddirectyory/afile.txt this does not use

RE: Tomcat4 not unpacking wars

2002-01-07 Thread Mark . Donoghue
Didn't see any responses to this. I am having the same problem. My Host element starts like this: The appBase is not under the CATALINA_HOME directory and works fine if I unpack the war files myself. I run tomcat as user www, and www owns the above-referenced webapps directory. Oddl

Re: Problem with file URL

2002-01-07 Thread Tom Drake
Jim: Your file url is not valid for any filesystem of which i'm aware, unless you happen to have a directory under root called "intranet.xxx.com:8080". "file://" url's should be followed by a filesystem pathname to an actual file. Regards, Tom Drake - Original Message - From: "Jim Demps

bug in mod_webapp for binary uploads

2002-01-07 Thread David Rault
hi everybody i found something that looks a lot like a bug to me i got a linux 2.4 running apache 1.3.20 and tomcat 4.0.1 with webapp-module-1.0-tc40 i am using com.oreilly.servlet package and i can't upload binary files well actually i can, but all FF bytes in the files are lost! quite annoyin

RE: Tomcat 4 integration with apache

2002-01-07 Thread Justin Rowles
> me too!:) For Pete's sake, I reckon the lad that offered has got the message. Vinay, please write up and post a simple HOWTO. 'Many people' will clearly appreciate it. 'Many people', please stop sending Me too ! Cheers, Justin. -- You're only jealous cos the little penguins are talkin

Re: ServerName

2002-01-07 Thread Richard Sand
use request.getRequestURL() -Richard - Original Message - From: "Corey A. Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 3:30 PM Subject: ServerName > Hello all, > > Does anyone know how to control what is returned by the method: > > request.getS

ServerName

2002-01-07 Thread Corey A. Johnson
Hello all, Does anyone know how to control what is returned by the method: request.getServerName(); The site is hosted with a ISP.. with other sites on the same server... And the above method returns what is set via the Apache directive: ServerName And i need to be able to detect what URL was

  1   2   >