Re: JSP Tag Libraries

2002-02-20 Thread Joel Rees
This was not tags, but I was getting log lines showing twice just now. Then I upgraded to 1.2 beta, and also moved tomcat. When I ran tomcat again, it re-compiled everything and the double logging disappeared. I'm not sure whether to blame it on the upgrade or the re-compile, or both. Joel Rees

JSP Tag Libraries

2002-02-20 Thread Pavel Brun
I had to sign off for a couple of days since I didn't want to overload my Account provider, however, I was wondering if anybody has any possible explanation for tags being executed two times in a row. It seems like my JSP page (or something internal to the Servlet mechanism) is calling my JSP tag

mod_proxy and getRemoteAddr()

2002-02-20 Thread Brett Porter
Hi, I configured mod_proxy as per the Tomcat 4.0 doco. All working fine, but I've recently tried calling getRemoteAddr() and find I can't get anything but 127.0.0.1. If I bypass mod_proxy (go straight to tomcat) it works ok, reporting my IP address. Does anyone know how I can get the remote addr

RE: Copy protection

2002-02-20 Thread Kendal L. Montgomery
You could use some type of a licensing file that your code looks for. That's what BEAs products do. If you don't have a license file with registered keys from them, their product no workey. :) You could make it so that it simply has to be in your classpath or something like hokey that. Kendal

Copy protection

2002-02-20 Thread Leigh Wanstead
Hello everyone, I am not sure if this is a correct place to ask. Anyway, here is the question. How to protect your ear files? I mean if you deploy ear into application server, how you prevent others simply copy this ear to another application server? What 3rd party tools would you recommend? Th

application object size.

2002-02-20 Thread rob
Currently I'm writing a lot of applications that attempt to avoid utilizing space in the application object. Is there a recommended and or maximum size for the application object? If not I'd like to use it for things like caching to avoid having to read in application specific data for every req

RE: Apache 1.3.23 + Tomcat 4.01 + Warp

2002-02-20 Thread Jack Frosch
I have NameVirtualHost set just above the first VirtualHost element. Also, I'm not using a specific IP address, but use "NameVirtualHost *" and each VirtualHost element starts like "" Hope this helps. -Original Message- From: Frank [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 16,

RE: Request.getHeader(String) and multiple headers with the same name...

2002-02-20 Thread Martin Sandiford
> When I use Request.getHeader() on this thing, I only get the first > one, which is "text/vnd.wap.wml", which doesn't help me know what kind > of images, etc, I can send to this lovely device. Request.getHeaders() is probably what you want. It returns an Enumeration that you can iterate over to

Error page servlet and Filter invocation

2002-02-20 Thread Claude Montpetit
I created a servlet that handles errors. This servlet gets executed when specific errors occur, as defined in my web.xml file. The problem: I mapped a filter to this servlet and the filter NEVER execute when the servlet is invoked by an error (following a sendError call). But if I call the err

DataSource and Pooled Connection

2002-02-20 Thread [EMAIL PROTECTED]
I been struggling with this for a while and I was not able to figure out how to configure my server, my application and my code to use a ConnectionPoolDataSource. I did not find the answer out there but i have seen maybe questions… Can anyone help? Thanks Stephan

setting session id name to something other jsessionid

2002-02-20 Thread Stephen_Ince Ince
It is possible for tomcat to use another session name other than jsessionid? My application is acting like a proxy and I don't want to collide with the jsessionid. Steve _ MSN Photos is the easiest way to share and print your phot

Request.getHeader(String) and multiple headers with the same name...

2002-02-20 Thread Dr. Evil
If you were designing a Web browser you probably wouldn't put in multiple headers with the same name, because that might confuse all kinds of servers. Unfortunately, not all Web browser designers have thought along these lines, and so I am having to deal with a header that looks like this: GET

RE: apache or tomcat

2002-02-20 Thread Jack Frosch
I'd like to offer an additional reason to compartmentalize the two functions: better security. Your web server can operate behind a firewall with only Port 80 open (assuming non-SSL). Tomcat can run on a machine on the LAN. A firewall can be placed between the web server and the Tomcat machine w

Please help

2002-02-20 Thread Christopher Chan
Does anybody know to restrict webdav access and at the same time allow browsers to the webapp? Using the webdav example with the security constraint locks both webdav and browsers out if they do not login. Thank you Christopher

Jakarta Tomcat 3.2.3 Windows NT Service Problem

2002-02-20 Thread MARSHALL,John
> Hello > I have installed Jakarta-Tomcat-3.2.4 and all works fine with the standard Tomcat startup, and shutdown.BAT files. But, > i am having problems starting tomcat as an NT Service. > > I use:- > Microwoft WIndows NT Version 4.0 (Build 1381) Service Pack 6) > Jakarta_Tomcat-3.2.3 > jk_nt_

RE: Manager options...

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, John Wadkin wrote: > Date: Wed, 20 Feb 2002 22:43:27 - > From: John Wadkin <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: 'Tomcat Users List' <[EMAIL PROTECTED]> > Subject: RE: Manager options... > > Craig, > > Very true - but Manager can st

secure a directory

2002-02-20 Thread Dominique Gilleman
Well a just want that a directory is not directly accessible by user. But .htaccess don't work, i could write garbage in it, it changes nothing. And other methods talks about httpd.conf file, but i use tomcat 4.0.2 and tomcat 3.3a and i don't see this file. I ve created one in /conf, with "allo

Apple OS X and Jakarta Tomcat

2002-02-20 Thread Mark B. Indictor
I am having a problem with a new install of Tomcat 4.0.2 on OS X (10.1.3). The servlet seems to startup two times, and it does not respond to HTTP requests. As a matter of fact, no servlets in the configuration seem to respond to HTTP requests!!! The servlet successfully connects to a MSSQLSer

Garbage in page

2002-02-20 Thread Gerard van Enk
Hello, We're using Tomcat4.0.1 and our site consists of a lot of jsp-pages (with taglibs). Sometimes we're experiencing some strange problems, like: - A lot of 'strange' characters in a jsp-page which is being sent to the client, sometimes it looks like the http-headers mixed with the hmtl-page

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread Dieter Lunn
I set both CATALINA_HOME and JAVA_HOME. It still hasn't started. On February 20, 2002 03:48 pm, you wrote: > I'd say there's your problem. usage: java org.apache.(etc.) indicates > something isn't right in how catalina.sh is calling java. > > I would check your variables like CATALINA_OPTS,

RE: Manager options...

2002-02-20 Thread John Wadkin
Craig, Very true - but Manager can still be used to redeploy and stop/start Web App's. I found it easier to manually install App's than use Manager. Looking at the larger issues, this thread raises questions about the clarity of documentation and the ease (or not) of the TomCat-Apache integration

RE: Re: I'll nearly gave up!!!

2002-02-20 Thread Frank Cooley
I had a problem with my Hosts file, I had my server mapped to localhost. I changed it as follows Hosts www.testdomain 192.168.1.200 Mendelsohn httpd.conf ServerName www.testdomain.com ... WebAppConnection testWarp warp www.testdomain.com:8008 WebAppDeploy examples testWarp /examples/ WebApp

Folders/Files hidden in Linux but visible through Tomcat/Browser

2002-02-20 Thread Fredrik Liden
Help! I can't see folder and files that start with a certain word in Linux. There is no . (dot) in the name. However, when I run tomcat the folder/files are in the directory where it is supposed to be. The files are there but they are invisible. Is this a virus? Please someone. [EMAIL PROTECTE

RE: reloading classes - rephrase

2002-02-20 Thread Nicholson, Dale
touch is a unix/linux command that only updates the time stamp on a file or creates a new 0 byte file if the name given does not exist. Syntax: touch filename So to "touch" the web.xml file you would go to the directory where it's located and type: touch web.xml This is meant to trick the

RE: SSL problem with tomcat 4.0.2

2002-02-20 Thread Ryan Beckes
Hello, I'm not sure if you have the same problem I did, but to fix mine, I created a self signed key, do this with Suns Java SDK 1.4.0 (I couldn't get it to work with 1.3.1 because jsse is not default with this sdk and I think some important certs were missing from the cacerts file). $JAVA_HOME/b

Tomcat 4.0 crash

2002-02-20 Thread Al Tingley
Hello, Has anyone had an experience with Tomcat 4.0 simply going down with no trace? No log message, no exception, ... We've seen instances where our applications are running, then Tomcat just goes away and must be restarted manually. Thanks, Al Tingley -- To unsubscribe:

Re: Jakarta Tomcat Error Message Information Disclosure Vulnerability?

2002-02-20 Thread Jonathan Eric Miller
What I'm saying is that the page that is displayed by default doesn't seem to be displaying any information of any value aside from the name and version of the Web server. Jon - Original Message - From: "Ricky Leung" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: W

RE: multiple instance of tomcat question

2002-02-20 Thread Xie, David (IPCG-NJ)
thanks for the info. -Original Message- From: Ricky Leung [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 4:02 PM To: Tomcat Users List Subject: RE: multiple instance of tomcat question http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt Look under 4) Advanced Con

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread David Smith
I'd say there's your problem. usage: java org.apache.(etc.) indicates something isn't right in how catalina.sh is calling java. I would check your variables like CATALINA_OPTS, CATALINA_HOME, CATALINA_BASE for typo's or errors. Provided you didn't edit startup.sh or catalina.sh, things

Tomcat 4.0.2 and iis 4.0 How to configure to use port 80 to access Servlet

2002-02-20 Thread Bigelow, Mark
We did it for 3.2.1. We want to change to 4.0.2 due to the instability of 3.2.1 in the iis environment. The redirector is in place and functioning with a green arrow. How do I configure the rest so localhost/fu/servlet/bar?fred=barney works? If I use port 8080 it works. Gotta be simple... ;) M

RE: Jakarta Tomcat Error Message Information Disclosure Vulnerability?

2002-02-20 Thread Ricky Leung
The link that you send already has the answer to the problem, just some people might not implement it and therefore give it away how things are organized/setup. -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 4:34 PM To: Tomcat U

Re: Manager options...

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, Jean-Luc BEAUDET wrote: > Date: Wed, 20 Feb 2002 12:02:16 +0100 > From: Jean-Luc BEAUDET <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Manager options... > > Hi all ! > > Well i try hard to get M

Jakarta Tomcat Error Message Information Disclosure Vulnerability?

2002-02-20 Thread Jonathan Eric Miller
Does anyone know if this vulnerability still exists? It says that 4.0.1 suffers from this vulnerability, but, I don't see anything out of the ordinary when I try it on mine. http://online.securityfocus.com/cgi-bin/vulns-item.pl?section=info&id=3199 Jon -- To unsubscribe:

Strange results with 4.0.2 and oracle connection

2002-02-20 Thread remy.menetrieux
Hello, My problem is the next: in my classpath classes12.zip doesn't appear in $CATALINA_HOME/common/lib not classes12.zip or classes12.jar in $CATALINA_HOME/lib not classes12.zip or classes12.jar in mywebapp/WEB-INF/lib not classes12.zip or classes12.jar in my JAVA_HOME/jre/l

Re: Problem with Cocoon2.0.1

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, Stefano Bonnin wrote: > Date: Wed, 20 Feb 2002 12:35:17 +0100 > From: Stefano Bonnin <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Problem with Cocoon2.0.1 > > I have just installed tomcat 4.0.2 and Cocoon 2.0.1. >

Re: How can I register a DTD in a war

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, Benoit Segaert wrote: > Date: Wed, 20 Feb 2002 11:35:31 +0100 > From: Benoit Segaert <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: How can I register a DTD in a war > > Thanks Jan, > > But I

RE: multiple instance of tomcat question

2002-02-20 Thread Ricky Leung
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/RUNNING.txt Look under 4) Advanced Configuration - Multiple Tomcat 4 Instances -Original Message- From: Xie, David (IPCG-NJ) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 3:46 PM To: 'Tomcat Users List' Subject: multiple ins

multiple instance of tomcat question

2002-02-20 Thread Xie, David (IPCG-NJ)
Hi all, Quick question. Would anyone please tell me where I can find instructions for setting up mulitple instances of Jakarta Tomcat 4.0? I appreciate your help. thanks, David -- To unsubscribe: For additional commands: Troubles with

RE: Mapping a servlet to respond to /??????????

2002-02-20 Thread Cox, Charlie
> > OK I got around the problem by using an /ID/* at the end > instead of the > ?. Slightly more awkward but functional... > > Wouldn't it be nice though to be able to use regular expressions :) That's why filters are available(tc4). You can implement anything that you like in a filter. T

Re: one more question on server.xml Host section

2002-02-20 Thread chad kellerman
Never mind. I got it. On Wed, 20 Feb 2002 13:48:32 -0500 chad kellerman <[EMAIL PROTECTED]> wrote: > I almost got it. I think. > > I am using apache 1.3 webapp and tomcat 4. > > My virtaul host sectionis configured like this: > > > User jak > Group jakartagrp > ServerName jakarta.gotc.ne

RE: reloading classes - rephrase

2002-02-20 Thread tamir
Hi, Tnx for your information. It was VERY useful. "touching" the web.xml sounds like a tricky thing, but that's the reason we're programmers, isn't it ? Tnx again Tamir -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 9:54 PM To: 'Tomca

RE: Plz Help me_anyone

2002-02-20 Thread Sucharitha Panthika
Is your question is about how to have two Java versions running in same system or in one JVM? Which version of JRE the oracle project running on and which JRE the Tomcat running on. Can't you migrate to 1.3 JDK and JRE for your oracle project? -Original Message- From: puneet sachar [mai

RE: SSL problem with tomcat 4.0.2

2002-02-20 Thread Scott Shorter
My only other suggestion is to be sure that keystore password and key password are both "changeit", and key alias is "tomcat". > -Original Message- > From: Xue-Feng Yang [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 2:54 PM > To: Tomcat Users List > Subject: RE: SSL pro

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread Dieter Lunn
Answers in reply On February 20, 2002 01:14 pm, you wrote: > I can offer a little help. > > What os are you running? If you are on a unix ( which it looks like) > variation run ps -ef | grep java. If it reurns something your are running. > If not there is something else wrong. Send in the outp

RE: Mapping a servlet to respond to /??????????

2002-02-20 Thread Donie Kelly
OK I got around the problem by using an /ID/* at the end instead of the ?. Slightly more awkward but functional... Wouldn't it be nice though to be able to use regular expressions :) Thanks Donie -Original Message- From: Luke Studley [mailto:[EMAIL PROTECTED]] Sent: February 20, 20

RE: reloading classes - rephrase

2002-02-20 Thread Larry Isaacs
It would pick up the new jar if the web application is reloaded, though simply adding the new jar won't trigger the reload. However, "touching" the web.xml file should do the trick. Cheers, Larry > -Original Message- > From: tamir [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February

RE: SSL problem with tomcat 4.0.2

2002-02-20 Thread Xue-Feng Yang
It looks that I get some prograss. I made a new .keystore in the default dir, as you mentioned. This time I didn't see the new error message in log file, but the page still "The page cannot be displayed". Any more suggestions. --- Scott Shorter <[EMAIL PROTECTED]> wrote: > In my experience,

RE: reloading classes - rephrase

2002-02-20 Thread tamir
Hey there, Tnx, for the quick answer. I meant to the first option of replacing a jar. However, it probably made a problem because the class also existed in web-inf/classes (and i moved it to the jar...), which made tomcat confused. I checked it again, and it worked. TNX!!! The only thing that s

uriworkermap properties

2002-02-20 Thread Eric Johnson
Edit uriworkermap.properties file Add any web sites that IIS needs to serve to Tomcat: # # Default worker to be used through our mappings # default.worker=ajp13 # # Sites to be redirected to Tomcat # /examples=$(default.worker) /examples/*=$(default.worker) I am new at this and just installed tom

Plz Help me_anyone

2002-02-20 Thread puneet sachar
Hi guys this is Puneet Well i have tomcat 3.1 installed on my machine win '98 when i insatlled oracle 8i ..it stop working may be tomcat uses jre 1.1.7 whicg is stored with oracle its giving message out of enviroment space..or when i make new batch file to add jdk1.3/lib/tools.jar life it

winzip, 6.3, bug, breaks, catalina, examples

2002-02-20 Thread Jürgen Weber
Hello, jakarta-tomcat-4.0.2-LE-jdk14 examples were not working for me, reason was: java.lang.ClassNotFoundException: filters.SetCharacterEncodingFilter Finally I hunted it down. There is a bug in winzip 6.3 winzip unzipped the class file as SetCharacterEncodingFilter.cl100644

RE: SSL problem with tomcat 4.0.2

2002-02-20 Thread Scott Shorter
In my experience, Tomcat cannot actually rely on any keystore except the default one, which on W2K seems to appear as C:\\Documents and Settings\\YOURUSERNAME\\.keystore HTH, Scott > -Original Message- > From: Xue-Feng Yang [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002

javax.naming.NoInitialContextException:

2002-02-20 Thread Bryan Austad
I am getting the error: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming. I am using Tomcat 4.0.2, and trying to use its database pooling. The first few calls

SSL problem with tomcat 4.0.2

2002-02-20 Thread Xue-Feng Yang
Hi, OS: win2k JDK: 1.3.1 TOMCAT: 4.0.2 server.xml After startup and look at https://localhost:8443 The page cannot be displayed. There are no prints out. But in the "apache_log.2002-02-20" file, I find 2002-02-20 13:59:22 [org.apache.catalina.connector.warp.WarpConnector] Erro

RE: How to access a remote file?

2002-02-20 Thread Jack Li
I test in a java application. The remove directory can be accessed by: File f = new File("mass\\d$\\test.txt"); But can't use the same code in jsp. My account is able to access that driver. Thanks, Jack -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Wednesd

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread chad kellerman
I can offer a little help. What os are you running? If you are on a unix ( which it looks like) variation run ps -ef | grep java. If it reurns something your are running. If not there is something else wrong. Send in the output of the startup.sh Did k the logs? I think cataline.out will

Re: Starting Tomcat 4.0.2 with Apache 1.3.23 using J2SDK 1.3.1

2002-02-20 Thread Dieter Lunn
I still haven't solved my little dilemma On February 19, 2002 03:04 pm, you wrote: > I am having trouble starting Tomcat. I run the startup.sh script and it > displays the vars but when I try and connect it isn't running. I can get > it started by running catalina.sh debug but I don't want to r

RE: classes visibility in the WEB-INF dir

2002-02-20 Thread Larry Isaacs
Do you know if any bean or servlet in the ketabe web application successfully loads kitabe.SearchUtilities. If you are not sure, you could try: <% kitabe.SearchUtilities su = new kitabe.SearchUtilities() %> on a test JSP page in ketabe and see if it compiles. Cheers, Larry > -Original

RE: Mapping a servlet to respond to /??????????

2002-02-20 Thread Luke Studley
I think if you read the Spec you can only use 2 sorts of patterns: *.xxx xxx/x/xx* I.e prefix or postfix. These are not regular expressions. I might be wrong - look at the servlet spec. Luke -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 18:48

Mapping a servlet to respond to /??????????

2002-02-20 Thread Donie Kelly
Hi I want you map a servlet to some URL that contains an ID which is 10 digits. If nothing is specified then I want index.jsp to load. eg: myservlet /?? index.jsp This doesn't work at all but if I type http://server/mm

one more question on server.xml Host section

2002-02-20 Thread chad kellerman
I almost got it. I think. I am using apache 1.3 webapp and tomcat 4. My virtaul host sectionis configured like this: User jak Group jakartagrp ServerName jakarta.gotc.net ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/jak/jakarta-www TransferLog /home/jak/jakarta-logs/access-log ScriptAlias

Re: URGENT!!!! encodeURL()

2002-02-20 Thread Emerson
thank you very much : ))) how easy it was : ) At 12:39 20/2/2002 -0600, you wrote: >are you wanting something other than URLEncoder.encode() ? > >On Wed, Feb 20, 2002 at 03:43:43PM -0300, Emerson wrote: >> Please, these is really urgent... >> >> How do I encode a URL without HttpServletRespo

Re: URGENT!!!! encodeURL()

2002-02-20 Thread Kirby Vandivort
are you wanting something other than URLEncoder.encode() ? On Wed, Feb 20, 2002 at 03:43:43PM -0300, Emerson wrote: > Please, these is really urgent... > > How do I encode a URL without HttpServletResponse at hand??? > I need to read a URL from a service, but i have to encode it, changing > spac

RE: URGENT!!!! encodeURL()

2002-02-20 Thread Randy Layman
java.net.URLEncoder/java.net.URLDecoder > -Original Message- > From: Emerson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 1:44 PM > To: Tomcat Users List > Subject: URGENT encodeURL() > > > Please, these is really urgent... > > How do I encode a URL without HttpS

URGENT!!!! encodeURL()

2002-02-20 Thread Emerson
Please, these is really urgent... How do I encode a URL without HttpServletResponse at hand??? I need to read a URL from a service, but i have to encode it, changing spaces to %20, how do i do it??? have anyone done that Please, I really have to end this by today Emerson Cargnin TRE-SC

Re: classes visibility in the WEB-INF dir

2002-02-20 Thread Amine AMAR
Hi, Yes, all kitabe classes are in /ketabe/WEB-INF/classes directory. Line 60 in kitabe.dal.home.AuthorHome.findByName() contain only a call for the constructor of kitabe.SearchUtilities (SearchUtilities su = new SearchUtilities();) Regards, Amine - Original Message - From: "Larry Isaa

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
John Wadkin a écrit : > Oh boy :) You must have missed the "great debate" thread on engines, hosts > and name. It was debated as to whether an engine needs a host. I set the > defaulthost attribute and specified a host. Is this necessary? The doc's > aren't clear. The default server.xml has a con

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
John Wadkin a écrit : > Attached my server.xml - there a couple of contexts including manager. All > are declared within the tag. I've just used manager now to restart a > context - worked fine. It's definitely using the Warp connector! > I can't think of anything else other than the web.xml for

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Ricky Leung a écrit : > yeah, I did miss it, hope I am not restarting it. Well, well. I did missed it too. But... Unfortunately i'm still stuck. Just to say, i'm only needin' the Tomcay-Apache part of the conf, and all seems well in my config, exept the host declaration in This Engine... Wha

RE: reloading classes - rephrase

2002-02-20 Thread Larry Isaacs
Does "override an existing jar" refer to replacing a jar with a newer version of the jar or adding a class in WEB-INF/classes to override the class in a jar? The first should work. Adding a new class won't work because the DependClassLoader only checks for "out of date" against the file, jar or

RE: Context JSP More Info

2002-02-20 Thread Liming Xu
I just turned out the log file and I found Wrapper cannot find servlet class org.apache.jasper.servlet.JspServlet or a class it depends on at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:807) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.

RE: Manager options...

2002-02-20 Thread Ricky Leung
yeah, I did miss it, hope I am not restarting it. -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 12:46 PM To: 'Tomcat Users List' Subject: RE: Manager options... Oh boy :) You must have missed the "great debate" thread on engines, host

RE: classes visibility in the WEB-INF dir

2002-02-20 Thread Larry Isaacs
Are all "kitabe" classes located in your /ketabe/WEB-INF/classes directory? Also, to you know what the link is between what kitabe.dal.home.AuthorHome.findByName() is doing around line 60 and kitabe.SearchUtilities? Cheers, Larry > -Original Message- > From: Amine AMAR [mailto:[EMAIL P

RE: Manager options...

2002-02-20 Thread John Wadkin
Oh boy :) You must have missed the "great debate" thread on engines, hosts and name. It was debated as to whether an engine needs a host. I set the defaulthost attribute and specified a host. Is this necessary? The doc's aren't clear. The default server.xml has a confusing comment about setting lo

RE: Multiple Tomcat-servers on a single machine

2002-02-20 Thread Charles N. Harvey III
I have a question relating to this... We run around 6 sites each of which has a www and a java directory. We will be moving everything to tomcat very soon. The web servers I will have seperately from the tomcat servers with the ajp (mod_jk) connector connecting the machines. Apache has virtual

Context JSP

2002-02-20 Thread Liming Xu
Hi all, I'm using tomcat 4.0, and I have setup a context /test under server.xml I have two file, blank.html and blank.jsp under /test. Both file are blank html files. but the problem is if I access http://localhost:8080/test/blank.jsp , it tells me message Servlet jsp is currently unavailable

Tomcat directories not indexing

2002-02-20 Thread Ramón Prades
Hello I'm running Apache 1.3.20 and Tomcat 4.0.1 on a Unix box (AIX 4.3.3). Both seem to be working fine, execept for a minor problem: When I connect to http://:8080/ instead of getting Tomcat's homepage I get http://localhost/index.html, and so I see my homemage on my PC. Now, when I type htt

RE: reloading classes - rephrase

2002-02-20 Thread tamir
Hi again, I still have some questions about the reloading classes mechanizem... I checked tomcat 3.3.1-b1, for a few days, and I still couldn't make my mind clear about when classes are refreshed and when not. When I compiled classes to web-inf/classes, they were refreshed all the time!!!. GOOD

RE: Manager options...

2002-02-20 Thread Ricky Leung
I think name="Apache" in Engine has to be the same as what ServerName is defined in http.conf in apache. -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 12:13 PM To: 'Tomcat Users List' Subject: RE: Manager options... Attached my server

RE: Multiple Tomcat-servers on a single machine

2002-02-20 Thread Ion Larranaga
I think that you have two possibilities to do what you want: - You could set up one instance of Tomcat with X different contexts, so that each user has his own. Servlets from different users would have different physical directories, so each user would have a different working directory. T

Re: Multiple Tomcat-servers on a single machine

2002-02-20 Thread Dan Lipofsky
We do this where I work. The only thing you need to do is modify the server.xml file so that each server is listening on different ports. Look for the "..." entries. There is the basic HTTP socket, the HTTPS socket (which you can just leave commented out if you don't need it) and the AJP12 socke

RE: Tomcat in an academic development enviroment

2002-02-20 Thread Zoko, Anthony
Thanks for all the suggestions! One of the considerations in keeping a central development server vs. having students work on lab machines is that we have a sizable distance learning population and supporting all these students with setting up servers on their home machines would be a nightmare.

RE: Tomcat initiates new session when linking to different webapp

2002-02-20 Thread KC Berg
I think you should look at the tomcat help that talks about cross context. The documentation describes how this is done. I think in your server.xml you can set a parameter in your context tag, which represents your web app, to give it cross context this should maintain the session across all apps

RE: Manager options...

2002-02-20 Thread John Wadkin
Attached my server.xml - there a couple of contexts including manager. All are declared within the tag. I've just used manager now to restart a context - worked fine. It's definitely using the Warp connector! I can't think of anything else other than the web.xml for manager - is it there and comp

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
John Wadkin a écrit : > The only differences I can see are: > > You use Manger and /managerstuff whereas I use manager and /manager - could > this have something to do with it? Not sure! > You use localhost I use the actual server name - again, not sure if this has > anything to do with it... > Y

RE: Manager options...

2002-02-20 Thread John Wadkin
The only differences I can see are: You use Manger and /managerstuff whereas I use manager and /manager - could this have something to do with it? Not sure! You use localhost I use the actual server name - again, not sure if this has anything to do with it... You don't have a in your TomCat-Apac

Multiple Tomcat-servers on a single machine

2002-02-20 Thread Anders Gunnare
Hello World, How shall I do if I would like to have multiple Tomcat-servers on a single machine? I have tried to read the doc, but I can't understand how I practically shall do the work... For example, 5 different UNIX-users shall have 5 different Tomcat-servers, one user=one Tomcat-server. The

Tomcat initiates new session when linking to different webapp

2002-02-20 Thread christian_weiler
Hi! I tried to link from a jsp1 of webapp1 to a jsp2 of webapp2. In jsp2 I tried to access session attributes which are set in jsp1 - but the attributes were gone! If I try the same within one webapp everything works fine! Q: Is it possible to configure Tomcat V3.2.3 so that the session-object w

For Test only

2002-02-20 Thread Jean-Luc BEAUDET
Don't pay attention. Test only message. -- To unsubscribe: For additional commands: Troubles with the list:

Re: classes visibility in the WEB-INF dir

2002-02-20 Thread Amine AMAR
Hi, Sorry for misleading you. my directories are kitabe and com. The pb comes from the kitabe directory. the 'dir' was just for the exemple. here after the whole log file - 2002-02-20 15:56:15 WebappLoader[/ketabe]: Deploying class repositories to work

Re: I'll nearly gave up!!!

2002-02-20 Thread chad kellerman
Let me see your Virtual Hosts section in the httpd.conf file. There might be something funky there. chad On Wed, 20 Feb 2002 11:15:20 -0500 Frank <[EMAIL PROTECTED]> wrote: > Hey thanks. This helped me tweak my setup and get rid of the > "badhostname" error. This works, but only locally. T

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Thank yu for the answer, john. I verified again and again, but... John Wadkin a écrit : > Works fine on my Solaris 8, TC 4.0.1, Apache 1.3 system. I'm actually runnin' SOLARIS _ TC 4.0.2/Warp 1.0.2 Apache 1.3.22 full dso > > > httpd.conf: > > WebAppConnection warpConnection warp servername:8

Re: Configuring Tomcat/apache service with mod_jk

2002-02-20 Thread Dieter Lunn
It can't find your worker.properties file where you said it will be. On February 20, 2002 08:57 am, you wrote: > I've been trying Tomcat/Apache with mod_webapp and now I'd like to > compare with mod_jk > > I'm using a RedHat 7.1 with these RPM's: > > apache-1.3.22-1.7.1 (with mod_throttle-3.1.2-3

Re: I'll nearly gave up!!!

2002-02-20 Thread Frank
Hey thanks. This helped me tweak my setup and get rid of the "badhostname" error. This works, but only locally. The other machines cannot use "http://Mendelsohn/examples/"; but "http://Mendelsohn:8080/examples"; works fine. chad kellerman wrote: > Ok, but don't quote me on this. I have b

Form based login not redirected

2002-02-20 Thread EDV Systembetrieb
Hi everybody, I think, I have the same problem Anil Paul described on 06 Feb. 2002. I have a servlet for FileUpload. Authentication is made by form based login (on TC 3.3 and Apache) Everythink works fine until the users has entered his Logininformations. The Logfiles show, that he is authentic

RE: Manager options...

2002-02-20 Thread Ricky Leung
http://jakarta.apache.org/site/bugs.html for bug entering info -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Wednesday, February 20, 2002 10:50 AM To: Tomcat Users List Subject: Re: Manager options... "Cox, Charlie" a écrit :

RE: Manager options...

2002-02-20 Thread Ricky Leung
sorry, post the answer to the wrong thread. -Original Message- From: Ricky Leung [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 10:51 AM To: Tomcat Users List Subject: RE: Manager options... look at the web.xml file under $CATALINA_HOME/conf, there's a sample web.xml file

RE: session timeout

2002-02-20 Thread Ricky Leung
look at the web.xml file under $CATALINA_HOME/conf, there's a sample web.xml file there that explains how to setup timeouts in your webapp. Just copy and paste into your webapp's web.xml. Remember the tag ordering is crucial in xml. -Original Message- From: Jagan [mailto:[EMAIL PROTECTE

RE: How to access a remote file?

2002-02-20 Thread KC Berg
Your instance of tomcat needs to run as a user that has permissions to access that network drive. In typical cases you want to create a windows domain user for tomcat and let your server to run as that user. This will allow you to configure permissions for that instance of tomcat. There are other

RE: Please Somebody help me

2002-02-20 Thread BBui
Have you tried this? -Original Message- From: Vishal Mukherjee [mailto:[EMAIL PROTECTED]]

  1   2   >