AW: Help in Tomcat4.x

2002-10-16 Thread Ralph Einfeldt
That solution is not recommended, as the servlet container can decide to destroy the servlet at any time not onls at shutdown. The official way is to use a ServletContextListener: http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html -Ursprüngliche

Apache-Tomcat HTTP Response Code : 500 for URL

2002-10-16 Thread achana
Hi, Apache-Tomcat warriors! I have one web-server (Apache2) ; one app-server (Tomcat4.0.4) ; and one database-server. I am trying to get the browser to open an HTTP connection to Apache and tunnel the request to Tomcat to get some data from the database server. Todate, it has been a frustrating

TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Gunter D' Hondt
Hi, I've installed Tomcat 4.1.12 on W2k and it runs perfectly when using the startmenu item start tomcat but when using the service it doesn't start at all. I've set my system variables and have run the command below and it said service installed succesfully but still (even after a reboot) the

Re: Symlink and trouble with include directive

2002-10-16 Thread Luise Massimo
thanks for answer there is not only allowLinking buggy in 4.1.12, but also symlink that TAKE INSIDE webapp directory are not allowed managed correctly !! i hope it will be correct soon. Max Graham King wrote: Luise, I have the same problem. In Tomcat versions 4.1.* applications are not

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Nicholas Orr
First check to see if the service is set to start Automatically (Start Settings Control Panel Administrative Tools Services) Locate it in the list and in the column Startup Type if it doesn't say Automatic, double click on it and in the properties dialog change the start up type to Automatic

Re: CLASSPATH problems on 3.3.1

2002-10-16 Thread Bill Barker
Actually, I'm mostly a *nix person. I learned about wrapper.jvm.options from reading the comments in the default wrappers.properties file. To save yourself headaches with quotes, wrapper.jvm.options can be repeated (and jk_nt_service will concatenate them). So for your example:

RE: tomcat 4.1.12 problem

2002-10-16 Thread Drinkwater, GJ (Glen)
Hi I have managed to change the startup.bat file to run instead of start and i have the errot message. It is java.lang.ClassNotFoundException: org.apache.coyote.tomcat4.CoyoteConnector, which comes from the server.xml foe the http1.1 connector. Since i have installed tomcat fromt he

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Gunter D' Hondt
If the service is started automatically should not be a reason why it doesn't start I suppose? I've got it set to manual but when setting it to automatically it also doesn't work. What to you mean by ticking nt service? Do you mean tomcat.exe Tomcat ? Gunter -Original Message- From:

tomcat and apache vs tomcat standalone

2002-10-16 Thread alan sparago
I have a very basic question. What are the advantages/disadvantages of using Apache connected with Tomcat compared to just using Tomcat Standalone? Assuming I'm just using Java and don't need any other connector or module like PHP, Perl or C. Are there any scalability, flexibility or

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Nicholas Orr
But anyway, why don't you install it using the .exe and tick nt service makes thing s a lot easier. I meant why don't people(everyone) just use jakarta-tomcat-4.1.12.exe Look at the image I included (in screenshot.zip) see there is an option there NT Service (NT/2k/XP only) If you tick that

Setting context in tomcat Tomcat/4.1.12

2002-10-16 Thread vikas mehta
Hi I am unable to set context in Tomcat 4.1.12 I am attaching log can anyone help me in finding where the problem is 2002-10-16 12:51:21 WebappLoader[/Vikasjava]: Deploying class repositories to work directory D:\Vikas\Tomcat\work\Standalone\localhost\Vikasjava 2002-10-16 12:51:21

Problem with setContentType in https-connection with security-constraints

2002-10-16 Thread Toni . Kielo
Hi. I'm having problems with https-connection to tomcat 4.0.2. I have a jsp-page that sets content-type to application/pdf (with response.setContentType) and prints the pdf with iText. This works fine with http-connection and https without security-constraints. Has someone tested this? It

Re: Warp configuration issues

2002-10-16 Thread Olivier THEVENIN
I posted a similar question one week ago. I got no reply except those: - search the archive for someone who had the same problem, which is du to something obscure... I didn't find any information about that. - use mod_jk: Another person had the same problem, and solve it using mod_jk. This is

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Gunter D' Hondt
Nicholas, During the installation I have included the NT Service (NT/2k/XP only) and the service was included but it didn't work at all so I tried re-installing the nt service by using the tomcat.exe -install etc. The service fails to start and no log-files are being made. The service is being

Re: static rules for jk/ajp13

2002-10-16 Thread Bill Barker
There is some support for exclusion rules in jk2 (AFAIK, only from CVS at the moment). What I do (for the released jk), is to set the ApacheConfig attribute forwardAll=false, and then include the result into httpd.conf. For large sites, or those with extremely heavy usage, this may not be

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Nicholas Orr
How come you are not using the localsystem account? This could be the problem, but I can't really help as you are not giving any info that I can help you with. My experience with TC is install and it works, no problems, it's not until I start mucking around with config files that stuff goes pear

Re: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Jon Eaves
Hi all, I'll first claim that I've never tried this. However, I've been using MySQL as a service for quite a while, and there is something very important when installing mysqld-nt as a service. You _must_ use the full path to the executeable when you install it or it is just completely broken.

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Gunter D' Hondt
I've started from scratch on another pc but same problem occurs! Using the net start Tomcat gives the following: The Tomcat service is starting. The Tomcat service could not be started. The service did not report an error. More help is available by typing NET HELPMSG 3534. I'm using my own

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Nicholas Orr
What about event logs, is there info in there? First clear them all then try and run tc net start Tomcat -Original Message- From: Gunter D' Hondt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 16 October 2002 6:11 PM To: 'Tomcat Users List' Subject: RE: TC4.1.12 on W2K = service doesn't

RE: tomcat 4.1.12 problem

2002-10-16 Thread Drinkwater, GJ (Glen)
Hi i have solved the problem. I am not sure what happened but i reinstalled the jre and sdk and it now works. Cheers -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Warp configuration issues

2002-10-16 Thread Raj Saini
Hi, Since the warp is not actively used, you will find few people replying to your post. I was using the warp on tomcat 4.0.3. To configure the datasource on warp:- 1. Engine configuration tag must have a default host set. 2. Define a host with the same name is default host under the engine

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Mark Eggers
OK, I have it set up in the following way: 1. In the service properties, I have it logging onto the local system account. 2. I have set the environment variables in the System account: CATALINA_HOME=C:\Tomcat JAVA_HOME=C:\jdk1.3.1_04 TOMCAT_HOME=C:\Tomcat The last is for some legacy

Re: Some problems with Tomcat/Warp/Apache

2002-10-16 Thread Raj Saini
Hi, There are really some problems with the warp as it was never a production quality. I had the simillar problems you have now. I used the warp for a very big application (around 3,000 classes) and lot of caching. Tomcat used to get out memory at the end of every day with a heap size of 384

AW: Static class not working under multiple webapps deployment

2002-10-16 Thread Ralph Einfeldt
Classes are unique per classloader not per vm. A system like tomcat has serveral classloaders. Each webapp has it's own classloader. If a class is loaded through the classloader of a webapp all static variables of the class are local to the webapp and each webapp can have it's own version

Tomcat 4.1.12 continuously connects to database

2002-10-16 Thread Ulrik Andersen
I have run into a really strange problem. The first time my servlet tries to connect to a database it seems that Tomcat starts an infinite loop where it keeps connecting/disconnecting to the database. It is really strange because I had this up and run about a week ago, and I can not figure out

Tomcat 4.1.12 with Apache 2.0.40

2002-10-16 Thread Hendrik Coetzee
Hi I installed Apache 2.0.40 (Default with the new RH8 installation) with the RPMs of Tomcat 4.1.12 (including the latest web-apps RPM). Made the required changes in the various conf files etc. Tomcat starts up fine on port 8080, but when I want to start Apache, it gives the following error:

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Gunter D' Hondt
I've changed my %CATALINA_HOME% variable since there was a backslash (\) at the end and now I can start up the service and in my stderr.log I've got the following: Created catalinaLoader in: C:\Java\Jakarta4112\server\lib [INFO] Registry - -Loading registry information [INFO] Registry -

RE: trouble with upgrade to a newer version of Tomcat

2002-10-16 Thread Cox, Charlie
you have to define a context for your app in server.xml. There are samples in server.xml. If you have done this already, check the logs for errors. Charlie -Original Message- From: Lisa Knee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:48 PM To: Tomcat Users List

Re: Tomcat 4.1.12 with Apache 2.0.40

2002-10-16 Thread sonam singh
why donot u use mod_jk to intgrate tomcat with apache for better flexibilty regards Sonam Singh [EMAIL PROTECTED] --- Hendrik Coetzee [EMAIL PROTECTED] wrote: Hi I installed Apache 2.0.40 (Default with the new RH8 installation) with the RPMs of Tomcat 4.1.12 (including the latest web-apps

Off topic JSP Tree tag

2002-10-16 Thread Collins, Jim
Hi all, Does anyone know of a decent JSP Tree tag I can use to display a tree hierarchy on a web page. I would like the display to be as functionally equivalent as the tree in Windows Explorer as possible. Thanks for you help and apologies for posting an off topic message. Regards Jim.

RE: Tomcat 4.1X seems broken on Linux

2002-10-16 Thread John Byrd
The catalina.out log entry is below. Did 4.1.12 work for you on Linux straight out, or did you have to set some configuration? Catalina.start: java.lang.ClassNotFoundException: org.apache.catalina.core.StandardServer java.lang.ClassNotFoundException: org.apache.catalina.core.StandardServer

Re: Avoid jsp reload

2002-10-16 Thread Alberto Romei
Hi, and thanks for the replies I tried reloadable=false, but it doesn't work with the jsps, i think it is only for reloading servlets or other compiled classes under WEB-INF/classes. The pre-compilation proposed by Justin seems to be a better approach. I looked in the mail archive and found

RE: Compile jk2: make breaks

2002-10-16 Thread Turner, John
APR: http://apr.apache.org/ John -Original Message- From: john-paul delaney [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 5:14 PM To: [EMAIL PROTECTED] Subject: Compile jk2: make breaks Hello List... I'm trying to setup (compile from source) mod_jk2 with

RE: Installation cook-book or HOW-TO

2002-10-16 Thread Turner, John
Just to be sure, you said you ran startup.sh, but you are using Windows. You should be running startup.bat. In any case, CLASSPATH is irrelevant...Tomcat ignores CLASSPATH and assembles its own when you run startup.sh/bat. Judging from the error message, it looks like a path/environment issue,

Window doesnt close on shutdown

2002-10-16 Thread RXZ JLo
I use tomcat4.0.4 on windows 2000. When I shutdown tomcat, the window just shows Stopping Tomcat-Apache and standalone and doesnt close on itself. Does this mean my application hasnt closed properly? Thanks, rf __ Do you Yahoo!? Faith Hill -

RE: tomcat and apache vs tomcat standalone

2002-10-16 Thread Turner, John
Search the archives. This topic comes up regularly. Basic questions usually do. ;) Quickly: yes, there are all sorts of advantages to using Apache with Tomcat: - don't have to run Tomcat as root on port 80 - can use all Apache modules - can use other dynamic technologies (PHP, etc) - Apache

RE: Java Question

2002-10-16 Thread Cox, Charlie
you'll want 1.3.1(or higher) if you are going to run as a service. I think with 1.3, you can use -Xrs to avoid the 'service stops when you logout' problem. Charlie -Original Message- From: Wagoner, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 3:38 PM To: 'Tomcat

RE: static rules for jk/ajp13

2002-10-16 Thread Turner, John
Don't you mean the opposite? Setting forwardAll to false DOESN'T send every request to Tomcat using JK. The default is true. John -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 4:04 AM To: [EMAIL PROTECTED] Subject: Re: static

RE: TC4.1.12 on W2K = service doesn't start!

2002-10-16 Thread Gunter D' Hondt
Nobody got a idea why my Tomcat service startups ok but browsing to http://machinename:8080/ doesn't work while it all works perfectly when starting Tomcat thru the batchfiles? Greetings, Gunter. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gunter

RE: Tomcat 4.1X seems broken on Linux

2002-10-16 Thread Turner, John
4.0.4, 4.0.6, 4.1.10 and 4.1.12 worked for me on Redhat 7.2 out of the box. John -Original Message- From: John Byrd [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 7:23 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE: Tomcat 4.1X seems broken on Linux

AW: Installation cook-book or HOW-TO

2002-10-16 Thread Ralph Einfeldt
He was talking about compiling servlets not jsp's. For the compilation from the command line the classpath is relevant. It looks like the classpath in the environment misses the tomcat directories. (at least $CATALINA_HOME\common\lib) -Ursprüngliche Nachricht- Von: Turner, John

RE: Tomcat 4.1.12 with Apache 2.0.40

2002-10-16 Thread Turner, John
Is mod_webapp even supported on Apache 2? I'm not sure. You might try mod_jk. Binaries are available. You'll also want to upgrade to Apache 2.0.43, there are all kinds of fixes (including security fixes) between .40 and .43. The connectors (like mod_jk and mod_webapp and mod_jk2) are

RE: Tomcat 4.1.12 continuously connects to database

2002-10-16 Thread Turner, John
I've never seen that, but we don't use the Desktop edition of SQL Server. That said, the bridge driver is a really poor driver as drivers go. John -Original Message- From: Ulrik Andersen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 5:45 AM To: '[EMAIL PROTECTED]'

RE: Installation cook-book or HOW-TO

2002-10-16 Thread Turner, John
Thanks for the clarification. John -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 8:56 AM To: Tomcat Users List Subject: AW: Installation cook-book or HOW-TO He was talking about compiling servlets not jsp's. For the

Tomcat 4 - AJP13 and apache

2002-10-16 Thread Rajesh B
Hi, We have multiple instances of tomcat 4 which are load balanced. We have integerated this to apache using mod_jk. The question is, - In server.xml, both ajp12 and ajp13 are enabled. - In worker.properties, only ajp12 is load balanced. But ajp13 also has got entries (is not load

Re: Installation cook-book or HOW-TO

2002-10-16 Thread Indar Bhatia
Yes I meant to write startup.bat. Sorry for the typo. How do I force to invoke CATALINA_HOME and JAVA_HOME in startup.bat? Why does the Tomcat window open and then suddenly disappear? Indar - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL

RE: Installation cook-book or HOW-TO

2002-10-16 Thread Turner, John
It might be more helpful for you to post the contents of catalina.out and other log files. John -Original Message- From: Indar Bhatia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 9:06 AM To: Tomcat Users List Subject: Re: Installation cook-book or HOW-TO Yes I

Windows SystemService howto

2002-10-16 Thread Dirk Bromberg
Hi, short question: we will use tomcat as windows system service and now we will give the java vm more memory (-Xmx512m). when we start tomcat over the startup.bat we can write it into the catalina.bat but wher must we place the flag for the system service Thanks Dirk Bromberg --

HTTP Status 500 error from simple servlet in tomcat 4.1

2002-10-16 Thread Carlos
Hello Forum, I just installed tomcat 4.1 in a new Linux box and a simple servlet that renders an xml page to the browser throws an HTTP Status 500 error. The same servlet works fine in another Linux box that has Tomcat 4.03. I deploy the servlet in a war file. The war file installs very well

NT4.0 Tomcat 4.1 mod_jk Apache 1.3 config issue

2002-10-16 Thread Will Hall
I have successfully installed and tested Tomcat 4.1 and I am attempting to connect with Apache 1.3. However, this is proving unsuccessful. I have attempted two configurations and I followed the steps in the Apache How To http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/aphowto.html in

Error-page logging? How do I store it?

2002-10-16 Thread Ryan Cornia
I have web applications with the error-page defined in web.xml. Now, I am looking for a clean way to store the error when the user gets to the error page. In the tomcat 4.1.12 server.xml file it has a logger setup for the web application, and a verbosity level to log. My question though, is how

RE: Error with multipartParser

2002-10-16 Thread jon wingfield
I'm guessing the default will be either: The path where you ran the startup script or the temp io directory specified for the context (see section SRV.3.7.1 Temporary Working Directories of the servlet 2.3 spec). The temporary io dir tomcat uses is echoed by the startup script. You could add a

RE: Tomcat 4.1X seems broken on Linux

2002-10-16 Thread Shortt, Kevin
I had a similar problem. I was not using JMX MBeans. The default server.xml opens up listeners for it. Comment them out and TC will most likely startup . These are the lines to look for to comment out. They are near the top. --- !-- Uncomment these entries to enable JMX MBeans support --

RE: Error with multipartParser

2002-10-16 Thread Sam Seaver
You are very right about the start-up script, the file does indeed turn up in the same directory from where tomcat is started. The hidden field for the jsp sounds the best way to go. cheers once again S JC Rules From: jon wingfield [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL

IIS and servlets

2002-10-16 Thread Lior Shliechkorn
I have managed to get mostly everything working between IIS and Tomcat. I changed the worker.prop file to the following: # # general stuff # workers.tomcat_home=c:\tomcat workers.java_home=c:\jdk1.3.1_04 ps=\ # # workers list # worker.list=ajp12, ajp13 # # ajp12 communicates on port 8007 #

Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
Hi! I'm having some problems running servlets in Tomcat 4.1.12 under Linux RedHat 7.3 I've done a simple servlet and I was running it in Tomcat 4.0.4 under Win98 without problems. If I copy the folder mySimpleServlet from windows tomcat webapps folder to linux tomcat webapps folder and start

LDAP Authentication

2002-10-16 Thread Fred So
Hi All Has anyone successfully implemented BASIC/Form-based authentication against an LDAP data source? Are there any external libraries available and what are the configuration settings? Thanks in advance F __ Do you Yahoo!? Faith Hill -

AW: Error with multipartParser

2002-10-16 Thread Ralph Einfeldt
I wouldn't use a hidden field to define the target directory of an uploaded file, this can easily be misused. Just use serverside resources for this purpose (environment, setup, database, ...) -Ursprüngliche Nachricht- Von: Sam Seaver [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch,

RE: NT4.0 Tomcat 4.1 mod_jk Apache 1.3 config issue

2002-10-16 Thread Turner, John
comments inline -Original Message- From: Will Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 9:06 AM To: Tomcat Users List Subject: NT4.0 Tomcat 4.1 mod_jk Apache 1.3 config issue ... snip ... I have read the previous posts with regard to this configuration

Response encoding problem

2002-10-16 Thread Dragomir Denev
Hi all, I have a simple servlet that retrieves a string from the database via jdbc. The database is sybase and its default encoding is utf-8. I run tomcat with -Dfile.encoding=iso-8859-7 option. In the servlet I do a System.out.println() for the string and on the console I get the correct greek

RE: Installation cook-book or HOW-TO

2002-10-16 Thread Larry Meadors
A few comments: Adding a directory does not add all the jars in that directory to your classpath. You have to add them individually. Using a tool like ant makes this easier. One thing I do when I have startup problems is to run catalina.bat run instead of startup. That way, the messages stay on

RE: LDAP Authentication

2002-10-16 Thread Collins, Jim
If you look at the JNDI Realm Howto it will tell you how to do this. Regards Jim. -Original Message- From: Fred So [mailto:[EMAIL PROTECTED]] Sent: 16 October 2002 15:31 To: [EMAIL PROTECTED] Subject: LDAP Authentication Hi All Has anyone successfully implemented

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Larry Meadors
Do you have different cases in file/dir names - myfolder, MyFolder, and myFolder are all the same in Win32, but all are different in linux/unix. Larry [EMAIL PROTECTED] 10/16/02 08:29 AM Hi! I'm having some problems running servlets in Tomcat 4.1.12 under Linux RedHat 7.3 I've done a simple

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
I think all this is all right. I've used case sensitive names all the time, even under windows. Also used / instead of \. I think the problem is not due to Linux. I've found some mails about problems migrating to tomcat 4.1.12 from 4.0.4. Problems about tomcat is not loading the servlets. Do

RE: Excluding directories from mod_jk mount

2002-10-16 Thread Michael Schulz
If I understand the mod_jk logic correctly then the way it works is that when Apache gets a request, it attempts to match it to an existing JkMount directive. Failing that, Apache attempts to serve the request itself. So, your directive JkMount /* balancer is going to match all requests, so

Tomcat and WINS shortcuts

2002-10-16 Thread Matt Fury
Has anyone had experience with Tomcat and WINS shortcuts? I am creating WINS shortcuts for my developers and when I upgraded to Tomcat 4.1.12 the WINS with the port number don't seem to work anymore. eg: http://HLDEV:88 won't resolve with the port but if I just type http://HLDEV it DOES go to

Tomcat 4.1.12 and tag pooling

2002-10-16 Thread Christian Bourque
Hi ! I'm having a lot of problems with the new tag pooling feature so I tried to disable this option in web.xml : servlet servlet-namejsp/servlet-name servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class init-param param-namelogVerbosityLevel/param-name param-valueWARNING/param-value

domain name and tomcat

2002-10-16 Thread Kemp Randy-W18971
Here is a domain name Tomcat question. I am running Apache 1.3.26 and Tomcat 4.0.6 via the warp connector on Sun Solaris 5.6 with Sun JDK 1.3.1 If I have a domain name called www.xxx.com and I wish that domain name to map to Tomcat application xxx, is there a way to have the user just see

Losing session in Internet Explorer 5x

2002-10-16 Thread bob knob
Hi, Am using Tomcat 4.1.1.2. My web application uses javascript to open new windows for certain activities, and on random occasions I seem to be losing the user session, so that I have to re-login (we're using our own authentication system that simply stores a userid in HttpSession). Has

Re: Windows SystemService howto

2002-10-16 Thread Jacob Kjome
Hello Dirk, See: http://www.mattkelli.com/tech/tomcat/ntservice.htm Jake Wednesday, October 16, 2002, 8:34:32 AM, you wrote: DB Hi, DB short question: DB we will use tomcat as windows system service and now we will give the java vm DB more memory (-Xmx512m). DB when we start tomcat over

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
I compared the logs files between the executions under 4.0.4 and 4.1.12. The only difference is this: 2002-09-30 12:40:31 ContextConfig[/abaco-simpleServlet]: Added certificates - request attribute Valve ...that is in the 4.0.4 log. So I think something is missing in the 4.1.12 startup. What

RE: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Sexton, George
There was a big change in 4.1.12. The default invoker is no longer mapped. Servlets must be explicitly declared in the application web.xml. You can override this by editing the conf/web.xml. -Original Message- From: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] Sent: 16 October, 2002

RE: Losing session in Internet Explorer 5x

2002-10-16 Thread Sexton, George
There is a bug in IE dealing with re-directs and SSL. I forget how it works but it went something like this: Login page invalidates session. User enters user ID and password. Login page re-directs to target page IE Generates spurious additional request to login page which again invalidates the

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Steven J. Owens
On Wed, Oct 16, 2002 at 12:17:05PM -0300, Mauro Daniel Ardolino wrote: I think all this is all right. I've used case sensitive names all the time, even under windows. Also used / instead of \. I think the problem is not due to Linux. I've found some mails about problems migrating to tomcat

RE: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
All right! Thanks! It worked fine. I had to configure the url-mapping. Example: servlet-mapping servlet-namesimpleServlet/servlet-name url-pattern/sservlet/url-pattern /servlet-mapping ...to call it like this: http://host:port/abaco-simpleServlet/sservlet Thanks again. --

global declaration of Resource/ResourceParams

2002-10-16 Thread psalazar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings, I wonder if is not possible to declare a Resource/ResourceParams in a global context to avoid the definition in my web application context, since I'm using the Catalina's Deploy/Undeploy tasks and when I redeploy a web application it

Re: Response encoding problem

2002-10-16 Thread Ryszard Lach
On Wed, Oct 16, 2002 at 05:41:58PM +0200, Dragomir Denev wrote: Hi all, I have a simple servlet that retrieves a string from the database via jdbc. The database is sybase and its default encoding is utf-8. I run tomcat with -Dfile.encoding=iso-8859-7 option. In the servlet I do a

Context loading order in TC 4.1.x ?

2002-10-16 Thread Henri Gomez
Did there is a way to specify a context loading order. ie : ROOT, then app1, app2, zorg1, app3 ? In tomcat 3.3.1, it was easy by adding Context ... in server.xml, but it seems that TC 4.1.x didn't follow the order of appareance in its server.xml. Thanks for your advices ;) -- To

Context-tags/ServeletContext entries and server.xml in Tomcat 3.x and 4.x

2002-10-16 Thread Kristján Rúnarsson
Hello everybody! How does that servers.xml tie in with the : Context path=/foo docBase=foo ... snip ... / ServeletContext/Context-tags? I am trying to port somebody elses (Grrr. no docu) webapps from Tomcat 3.2.1 to Tomcat 4.0.6 and so far I have figured out that 4.0.6

Re: global declaration of Resource/ResourceParams

2002-10-16 Thread echambe1
Pedro: You are correcting in saying the GlobalNamingResources tag is used to declare global resource elements. For a context to use a global resource, all you have to do is put a ResourceLink tag inside the context to be able to refer to it using JNDI. If you need a more concrete example, let

Webinterface for tomcat?

2002-10-16 Thread Kristján Rúnarsson
Ist there a webinterface for Tomcat and where can I get it (if such an animal exists that is)? Greetings and Salutations Kristjan Runarsson -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat and WINS shortcuts

2002-10-16 Thread Matt Fury
Well it seems as though Tomcat intercepts the request before WINS can resolve to the IP so if I put HLDEV in as the host it works fine. Strange. But I still don't understand why it would do that. I moved everything to port 80 so I could do this. It didn't seem to work on any other port being

RE: Webinterface for tomcat?

2002-10-16 Thread Reynir Hübner
Yes. In tomcat 4.1.x(current 4.1.12) is an admin application and also an manager application. -hope it helps [EMAIL PROTECTED] -Original Message- From: Kristján Rúnarsson [mailto:[EMAIL PROTECTED]] Sent: 16. október 2002 16:23 To: Tomcat Users List Subject: Webinterface for

RE: LDAP Authentication

2002-10-16 Thread alan sparago
Im not sure what you mean by BASIC/Form based authentication but if your looking for an LDAP compliant API look into JNDI http://java.sun.com/products/jndi/ or into Novells LDAP Classes for Java http://developer.novell.com/ndk/doc/jldap/index.html?page=/ndk/doc/jldap /jldapenu/data/a9032ak.html

Re: Response encoding problem

2002-10-16 Thread Ryszard Lach
On Wed, Oct 16, 2002 at 06:06:02PM +0200, Ryszard Lach wrote: On Wed, Oct 16, 2002 at 05:41:58PM +0200, Dragomir Denev wrote: Hi all, I have a simple servlet that retrieves a string from the database via jdbc. The database is sybase and its default encoding is utf-8. I run tomcat with

RE: Losing session in Internet Explorer 5x

2002-10-16 Thread bob knob
I only invalidate sessions when a logout request is submitted; the login portion of the system doesn't invalidate sessions. If a user double-submits a login post request or login form request, that should be ok, even if they do so out of order. BTW this is I.E. 5.5.4807.2300. --- Sexton, George

Is an application server suitable?

2002-10-16 Thread Tuncay Baskan (nternet Grubu)
Hello all, Briefly, my question is not specific to Tomcat. I'm looking for answers generally related with application servers, and tomcat user list is one place really experienced and nice people exist. Here it goes... We are at the first steps of a big (well, for us it is big) project. On our

RE: Webinterface for tomcat?

2002-10-16 Thread Shapira, Yoav
Hi, There's the Manager webapp in tomcat 4.0.x, and the Manager and Admin webapps in tomcat 4.1.x. The 4.1.x versions are much more full-featured. The documentation is at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html

RE: Servlets: Differences between Linux and Windows?

2002-10-16 Thread alan sparago
The File.seperatorCharacter should be used to handle any differences in the character used to separate a path. Alan Sparago [EMAIL PROTECTED] 602 494 9596 -Original Message- From: Steven J. Owens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 7:50 AM To: Tomcat Users

Re: Context-tags/ServeletContext entries and server.xml in Tomcat 3.x and 4.x

2002-10-16 Thread Jacob Kjome
Hello Kristján, Unless you need to configure something specifically for a particular context, there is no need to put a Context ... entry into the server.xml. Tomcat will create default entries. With no entry, put your war file or directory in Tomcat's webapps folder and start Tomcat. If the

Re: Webinterface for tomcat?

2002-10-16 Thread Jacob Kjome
Hello Kristján, http://localhost:8080/admin/ http://localhost:8080/manager/html Jake Wednesday, October 16, 2002, 11:22:33 AM, you wrote: KR Ist there a webinterface for Tomcat and where can I get it (if such an KR animal exists that is)? KR Greetings and Salutations KR Kristjan

logging

2002-10-16 Thread Pearsall, Kyle
I would like to be able to turn off all logging as possible on Tomcat. What is the best way to do this? Thanks, Kyle -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[off topic] classpath on linux

2002-10-16 Thread Lindomar
Hi everybody! I'm trying using java on Red Hat 7.1. It´s install in /usr/java/j2sdk1.4.1, but classpath don't works!? I set JAVA_HOME=/usr/java/j2sdk1.4.1,CLASSPATH=/usr/java/j2sdk1.4.1 and PATH=$CLASSPATH. I checked the values of variables, it's ok. What do i? I don't have more idea. Thanks in

Can anyone please help Tomcat / IIS

2002-10-16 Thread Lior Shliechkorn
This is my first time trying this thing out and I'm getting there slowly...I'm working on this almost 2 weeks now. I have localhost working on the JSP's and not the HTML's and I want to access the webapp from the outside using the URL to my domain name. Can anyone please help. I will include

Re: Webinterface for tomcat?

2002-10-16 Thread Kristján Rúnarsson
Hello Kristján, http://localhost:8080/admin/ http://localhost:8080/manager/html Boy do I feel stupid now! :-) And where/how pray tell do I set the Passwd? Is there no proper online ,blow by blow, tutorial for Tomcat? Their own documentation is not very well structured. Cheers KR -- To

Re: [off topic] classpath on linux

2002-10-16 Thread Denny Chambers
Try this: JAVA_HOME=/usr/java/j2sdk1.4.1 CLASSPATH=your/class/path PATH=${PATH}:${JAVA_HOME}/bin/ export PATH CLASSPATH JAVA_HOME Lindomar wrote: Hi everybody! I'm trying using java on Red Hat 7.1. It´s install in /usr/java/j2sdk1.4.1, but classpath don't works!? I set

Re: logging

2002-10-16 Thread Dave Patton
Remove all Loggers from the server.xml file On Wed, 2002-10-16 at 09:41, Pearsall, Kyle wrote: I would like to be able to turn off all logging as possible on Tomcat. What is the best way to do this? Thanks, Kyle -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Webinterface for tomcat?

2002-10-16 Thread Cox, Charlie
-Original Message- From: Kristjan Rznarsson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 1:47 PM To: Tomcat Users List Subject: Re: Webinterface for tomcat? Hello Kristján, http://localhost:8080/admin/ http://localhost:8080/manager/html Boy do I feel

Re[2]: Webinterface for tomcat?

2002-10-16 Thread Jacob Kjome
Hello Kristján, Add a user with the roles manager and admin to the tomcat-users.xml file in $CATALINA_HOME/conf. There are other examples already in that file. Just follow the example. Jake Wednesday, October 16, 2002, 12:47:11 PM, you wrote: KR Hello Kristján, KR

Apache 1.3.27, Tomcat 4.0.6, mod_JK, and Virtual Hosts

2002-10-16 Thread Curt LeCaptain
Hey everyone, Being a new sys-admin (moved up from help-desk...), I've been given the task to set up a Java dev server for our development department. To begin, I've: Compiled Mod_SSL Compiled Apache 1.3.27 Installed JRE 1.3.1_05 Installed Tomcat 4.0.6 Now... my question comes as to virtual

  1   2   >