AW: HOW-TO: Persistent Environment Variables

2002-03-11 Thread Ralph Einfeldt
-Ursprüngliche Nachricht- Von: C Cayetano [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. März 2002 09:09 An: Tomcat Users List Betreff: HOW-TO: Persistent Environment Variables All, How/Where do I set the environment variables so that they remain, even logged off. I

SV: HOW-TO: Persistent Environment Variables

2002-03-11 Thread Simon Elfving
You need to put TOMCAT_HOME=/usr/local/tomcat403 export TOMCAT_HOME in an initializing file like ~/.tcshrc or something like that so it will be executed every time you log in ! -- /Simon -Ursprungligt meddelande- Från: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Skickat: den 11 mars

Tomcat Connection Pool

2002-03-11 Thread Edmund Manabat
Hi everyone, How can I implement Connection Pool for tomcat 4.0? How do you use tyrex? doods -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

AW: HOW-TO: Persistent Environment Variables

2002-03-11 Thread Ralph Einfeldt
Depending on the shell you are using: bash: $HOME/.bashrc $HOME/.profile tcsh: $HOME/.tcshrc If you are using sh have a look at 'man sh'. (Haven't seen this beast some years now) -Ursprüngliche Nachricht- Von: C Cayetano [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. März 2002

Re: Tomcat Oracle timeout? oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)

2002-03-11 Thread Evguenia Krylova
Yes, connections timed out. You'd like a deamon process to periodically refresh pooled connections. Ev On Sun, 10 Mar 2002 07:31:21 - john bell [EMAIL PROTECTED] wrote: Hi, I have a connection pool and use Oracle in a test environment. Normally all is OK however, if left alone for many

Paths from servlets

2002-03-11 Thread Gabriel López Millán
Hi all. I want to know how I can get ../apache2/htdocs/ directory (Document Root) and full servlet directory from my servlet, getContextPath() method return the servlets context. Thanks a lot, Gabi. -- - Gabriel Lopez Millan -

[RPMINFO] Tomcat 4.0.3 rpms reuploaded

2002-03-11 Thread GOMEZ Henri
The TC 4.0.3 rpm have been reuploaded since there was a nasty problem in previous upload and only .asc file where present. Sorry for the disturbance. - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo...

Serialization of session attributes

2002-03-11 Thread Thomas Mäsing
Hi, I have a question about Tomcat 4.0.2 and serializing session values. Are Session attributes stored on the hard disk ? What about the user principals? If the values are stored is there a way to prevent this behavior? Best regards Thomas Mäsing -- Haftpflicht sagenhaft günstig! Wo? Bei

Location of DTD file

2002-03-11 Thread Gaurav Arya
Hi, I am using Xerces to parse an xml document which i get in response from an external site. The XML has the following line: !DOCTYPE GSP SYSTEM google.dtd I have kept the DTD file google.dtd in webapps\cnams\WEB-INF\classes directory but I get an Exception saying File google.dtd not found.

Apache + Tomcat : Welcome-file

2002-03-11 Thread Elisabeth Julg
Hi, I would like integrate a Tomcat's application with Apache (version : tomcat 4.0.2, apache 1.3.23). In the Apache's config file : http.conf : VirtualHost localhost ServerAdmin [EMAIL PROTECTED] DocumentRoot D:/Programmes/jakarta-tomcat-4.0.3/webapps/ ServerName localhost

JNDI data source problem ----NULL

2002-03-11 Thread kumara velayutham
I'm trying this for last two days.not able to sort it out. while trying to set datasource for connection pooling i'm getting datasource as null. In Server.xml file , i have added this inside the context Resource name=jdbc/source auth=Container type=javax.sql.DataSource/

Unique Session for each browser instance

2002-03-11 Thread Torsten Trzeciak
Hallo, I just want to guarantee that a Session is unique for each browser instance. In PHP a special TID is used to guarantee this. Is there anything like this available for Tomcat 4.x? I just want to be sure that the data which will be saved according to a given ID which is in a session is

Using mod_jk-binaries in tomcat 3.2.4

2002-03-11 Thread Kay Lingenauber
Hi, in http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/linux/i386/ are the binaries of mod_jk for Tomcat 3.3. Will they work with Tomcat 3.2.4, too ? thx a lot ! :) Kay -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Re: Using mod_jk-binaries in tomcat 3.2.4

2002-03-11 Thread Kay Lingenauber
got it: from the mod_jk-documentation: Note: The version of mod_jk is not dependent on the version of Tomcat.  The Tomcat 3.3 distribution of mod_jk will function correctly with other 3.x versions of Tomcat, such as Tomcat 3.2.1. sorry. i hate mondays ;) Hi, in

I need org.apache.tomcat.request.ParseMime

2002-03-11 Thread Webmaster - Unimed Piracicaba
And I dont't have access to the CVS server, 'cause I'm behind a firewall. Does some good soul could send it to me??? Please... it is very urgent... Thanks in advance, Marcelo Mathias Lima webmaster - Unimed Piracicaba http://www.unimedpiracicaba.com.br -- To unsubscribe: mailto:[EMAIL

AW: I need org.apache.tomcat.request.ParseMime

2002-03-11 Thread Ralph Einfeldt
What about the web access at: http://jakarta.apache.org/site/cvsindex.html -Ursprüngliche Nachricht- Von: Webmaster - Unimed Piracicaba [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. März 2002 12:34 An: Tomcat Users List Betreff: I need org.apache.tomcat.request.ParseMime

Database Pooling

2002-03-11 Thread Chris Pheby
Now Poolman is being declared obsolete (http://www.codestudio.com/PoolMan), I wondered if anyone can point me to any documentation on Connection Pooling, hopefully within Tomcat, but perhaps otherwise in another project that they are using? Thanks, Chris. -- To unsubscribe: mailto:[EMAIL

AW: Database Pooling

2002-03-11 Thread Ralph Einfeldt
Have a look at http://www2.gvsu.edu/~millerjr/ResearchPaper.html and http://jakarta.apache.org/avalon/excalibur/datasource.html -Ursprüngliche Nachricht- Von: Chris Pheby [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. März 2002 13:03 An: [EMAIL PROTECTED] Betreff: Database

RE: How to Unsubscribe?

2002-03-11 Thread Paul Brown
Does anyone actually moderate this list or have the power to remove people from the list? Or is it completely automated? thanks paul ps. Still trying to remove myself from the list :( -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002

AW: How to Unsubscribe?

2002-03-11 Thread Ralph Einfeldt
Officially [EMAIL PROTECTED] (Haven't tried that ever) -Ursprüngliche Nachricht- Von: Paul Brown [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. März 2002 11:22 An: Tomcat Users List Betreff: RE: How to Unsubscribe? snip/ Does anyone actually moderate this list or have the power

Re: AW: I need org.apache.tomcat.request.ParseMime

2002-03-11 Thread Webmaster - Unimed Piracicaba
Thank u, but I am not findind it on the tree... does somebody knows there is this package on the CVS tree??? Ralph Einfeldt wrote: What about the web access at: http://jakarta.apache.org/site/cvsindex.html -Ursprüngliche Nachricht- Von: Webmaster - Unimed Piracicaba [mailto:[EMAIL

Smart Upload

2002-03-11 Thread Marcelo Mathias Lima
Did anyone already used it under linux/apache3/tomcat4?? It is not working here :((( -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Apache Tomcat/4.0.3 - HTTP Status 404 - /servlet/SnoopServlet is not available.

2002-03-11 Thread Hostmaster of the day
Hi there ! The installation of Tomcat 4.0.3 either as RPM or tar.gz is a very easy job. But only for the serverhost. During the past three days I tried to implement two virtual hosts into Tomcat-Apache without any success. Error message : Apache Tomcat/4.0.3 - HTTP Status 404 -

RE: Database Pooling

2002-03-11 Thread Chris Pheby
Hi thanks for the prompt reply, very useful. I am evaluating Excalibur, because I think Cocoon uses it, and I am interested in finding out more about Cocoon as well. Regards, Chris. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ralph Einfeldt Sent:

RE: Unix (Solaris) HTML Editor for Apache and Tomcat, Recommendations?

2002-03-11 Thread Charles Baker
--- Brian Adams [EMAIL PROTECTED] wrote: netbaens! it will do that and more (java) when you are ready for servlets! :) www.netbeans.org -Original Message- From: C Cayetano [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 10:25 PM To: Tomcat Users List Subject: Unix

Help ! Connection busy

2002-03-11 Thread Gurmeet
I am getting [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another h stmt How do I get rid of this? Regards Gurmeet -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Deploy app to more than one path without creating multiple instances. (How?)

2002-03-11 Thread scott . merritt
I have an app that I'd like to deploy as more than one path: http://host.com/path1 http://host.com/path2 http://host.com/path3 etc. But I want them all pointing to the same web app. When I use web app deploy: WebAppConnection conn warp localhost:port WebAppDeploy path/appdirectory conn /path1

Tomcat changing file ownership

2002-03-11 Thread Edward Haynes
I am running tomcat 4.0.3 rpm on Redhat Linux 7.1. Every so often, tomcat updates all the files in its folder structure (/var/tomcat4/) to be owned by the tomcat user and readonly for everyone else. The problem being that when I want to modify/overwrite anyone of these files, I have to go into

Re: Running servlet from folder within WEB-INF?

2002-03-11 Thread rsequeira
Leon Vermaak [EMAIL PROTECTED] on 03/10/2002 07:30:00 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Running servlet from folder within WEB-INF? Sorry but I don't know how best to fraze the question I have I will try to

RE: Tomcat 3.3a - error-page context problem

2002-03-11 Thread Larry Isaacs
This sounds like Bugzilla Bug 6887, see: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=6887 It is fixed in the current Tomcat 3.3.x and will appear in Tomcat 3.3.1 Final. Cheers, Larry -Original Message- From: Chris Murphy [mailto:[EMAIL PROTECTED]] Sent: Sunday, March

RE: Tomcat changing file ownership

2002-03-11 Thread John Wadkin
Ted, If I understand your question correctly, you want to find a way to alter the default file permissions for the TomCat user? The only thing I can think of is umask, which sets the default permissions. In Solaris (C shell): umask 000 Sets (I think!) read and write for all (user, group,

RE: Running servlet from folder within WEB-INF?

2002-03-11 Thread Chris Pheby
I recommend going to http://java.sun.com/docs/books/tutorial/servlets/index.html to read the servlets tutorial. Get the example they use - Bookstore.war and pay particular attention to the web.xml file which is simple and easy to understand. Download bookstore.war from

RE: Running servlet from folder within WEB-INF?

2002-03-11 Thread Chris Pheby
I recommend going to http://java.sun.com/docs/books/tutorial/servlets/index.html to read the servlets tutorial. Get the example they use - Bookstore.war and pay particular attention to the web.xml file which is simple and easy to understand. Download bookstore.war from

checksum errors

2002-03-11 Thread Jeffrey_N_Dyke
I have been trying to install Tomcat and am getting checksum errors when untarring. Is there a location I can get an ftp connection to ensure it comes down as a binary file? I have tried this with both 4.0, 4.01 and 4.03. Has anyone done this recently? Is there something wrong with the files

RE: checksum errors

2002-03-11 Thread Randy Layman
You need to use GNU TAR, not the TAR that comes with Solaris. Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 9:43 AM To: Tomcat Users List Subject: checksum errors I have been trying to install Tomcat

RE: Tomcat changing file ownership

2002-03-11 Thread Edward Haynes
Thanks. That will definitely solve the problem, but why does tomcat change the files to its ownership? As long as it can read the files, I wouldn't think tomcat would need to own the files to run them? Ted -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Monday,

Re: Deploy app to more than one path without creating multiple instan ces. (How?)

2002-03-11 Thread rsequeira
AFAIK, you'll always end up have three different web applications despite the fact that they have the same docBase attribute. So if you have a servlet in that web app, it will be initialized three times - once for every context. I'm not sure if apache redirects will work. try it out. :-) RS

RE: Tomcat changing file ownership

2002-03-11 Thread John Wadkin
Good question! I guess it would depend on what tomCat's doing with the files. Reading a file shouldn't change the ownership, and yes, so long as the TomCat user has read/write access, it shouldn't need to own the files. Unix, eh? Thanks, John Quote for the week: The stupid neither forgive

RE: Help in JDBC

2002-03-11 Thread Edward Haynes
It would be better to put the location of the classes111.zip file in the tomcat classpath. What I did was to edit the /usr/bin/dtomcat4 file (for rpm tomcat on linux, or the catalina.sh for other installs) and include the full path and file name

IIS/Tomcat - Error: The specified module could not be found.

2002-03-11 Thread Shawn Lindstrom
Hello, I'm a newcomer to Tomcat. I have installed v3.3a on Win2k w/ the isapi_redirect.dll. I have followed the IIS HowTo to the letter. I have the green up arrow indicating the filter is working, but something must be amiss elsewhere and I'm at wits end -- I'm sure it's something simple and

RE: Deploy app to more than one path without creating multiple instan ces. (How?)

2002-03-11 Thread scott . merritt
Yeah, but I'm trying to keep the directory name in the URL so I can use Netegrity to restrict access to them with some users have different access to some URLs... redirecting changes the url :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11

Re: Running servlet from folder within WEB-INF?

2002-03-11 Thread Leon Vermaak
Thank you very much! - Original Message - From: Chris Pheby [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 11, 2002 9:43 AM Subject: RE: Running servlet from folder within WEB-INF? I recommend going to

Re: Apache + Tomcat : Welcome-file

2002-03-11 Thread rsequeira
If you add a / at the very end of the URL as in http://localhost/alveoledev/ snip http://localhost/alveoledev = Doesn't work /snip you may get what you desire. OR You could change the DocumentRoot to D:\ instead of D:/Programmes/jakarta-tomcat-4.0.3/webapps/ in the VirtualHost defn. This

RE: Help in JDBC

2002-03-11 Thread Thanh Duong
Hi, if you are using tomcat 4.0, then you need to generate a jar library file. Tomcat 4.0 cannot read zip file. Thanh -Original Message- From: Edward Haynes [mailto:[EMAIL PROTECTED]] Sent: Montag, 11. März 2002 16:30 To: 'Tomcat Users List' Subject: RE: Help in JDBC It would be

Re: Tomcat changing file ownership

2002-03-11 Thread Thomas Cherry
My startup script resets the permissions. The real question I think is does tomcat require all it's files to be owned by the tomcat user? on 3/11/02 9:41 AM, John Wadkin at [EMAIL PROTECTED] wrote: Ted, If I understand your question correctly, you want to find a way to alter the default

localhost/ip? IE and Netscape

2002-03-11 Thread Leon Vermaak
I know the answer to this question must be fairly simple, but I have no idea why this is happening? I am on windows 2000 pro platform, I have tomcat started. I have both IE 6.0.2 and Netscape 6.2.1. When I call servlets with my browser in Netscape I can call them by simply typing:

RE: localhost/ip? IE and Netscape

2002-03-11 Thread Chris Pheby
from http://weblogs.userland.com/zopeNewbies/2001/03/05 If you're installing Zope on Windows, have followed all the steps, but you still cannot access the management screens, or the management screens misbehave, try upgrading to the latest version of IE 5.5, or try Mozilla or Netscape. There are

RE: Tomcat 3.3a - error-page context problem

2002-03-11 Thread Chris Murphy
Thanks! The one place I didn't look. I'll no better next time. Thanks again! Chris Murphy On Mon, 2002-03-11 at 08:13, Larry Isaacs wrote: This sounds like Bugzilla Bug 6887, see: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=6887 It is fixed in the current Tomcat 3.3.x and will

Re: AW: How to Unsubscribe?

2002-03-11 Thread Darren Foltinek
Actually, it's this, from the original welcome email: To remove your address from the list, send a message to: [EMAIL PROTECTED] Officially [EMAIL PROTECTED] (Haven't tried that ever) -Ursprüngliche Nachricht- Von: Paul Brown [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. März

Re: Smart Upload

2002-03-11 Thread Micael Padraig Og mac Grene
I have, works great. At 09:54 AM 3/11/02 -0300, you wrote: Did anyone already used it under linux/apache3/tomcat4?? It is not working here :((( -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Smart Upload

2002-03-11 Thread Marcelo Mathias Lima
I don't understod correctly the virtual host concept... can u help me? can't that dir be a real/physical path? thank u. Micael Padraig Og mac Grene wrote: I have, works great. At 09:54 AM 3/11/02 -0300, you wrote: Did anyone already used it under linux/apache3/tomcat4?? It is not

AW: AW: How to Unsubscribe?

2002-03-11 Thread Ralph Einfeldt
Hey, he was asking for the maintainer, as the receiver you provided didn't work for him. -Ursprüngliche Nachricht- Von: Darren Foltinek [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. März 2002 18:27 An: Tomcat Users List Betreff: Re: AW: How to Unsubscribe? Actually, it's

RE: AW: How to Unsubscribe?

2002-03-11 Thread John Wadkin
Just a thought.. The mail thingy had a go at me when an email from the list to my email account bounced. It threatened to withdraw me from the list if further mails bounced and a probe was unsuccessful. If you can re-configure your mail server to reject TC emails or take your account off-line

Re: AW: AW: How to Unsubscribe?

2002-03-11 Thread Darren Foltinek
Oh, right - sorry. -- Darren Hey, he was asking for the maintainer, as the receiver you provided didn't work for him. -Ursprüngliche Nachricht- Von: Darren Foltinek [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. März 2002 18:27 An: Tomcat Users List Betreff: Re: AW: How to

Re: Help in JSP

2002-03-11 Thread August Detlefsen
You specify your statement as this: String scall = begin sp_GetClatTypeIE(?, ?); end;; Which has 2 ?s, but you are only setting the first one: cs.setInt(1, interString); What does your error message say? If this is the problem, Oracle should return something like 'Invalid parameters

Re: Help in JSP

2002-03-11 Thread August Detlefsen
You specify your statement as this: String scall = begin sp_GetClatTypeIE(?, ?); end;; Which has 2 ?s, but you are only setting the first one: cs.setInt(1, interString); What does your error message say? If this is the problem, Oracle should return something like 'Invalid parameters

JDBC mSQL

2002-03-11 Thread Dahnke, Eric
Is anyone using mini-sql (mSQL) w/ jdbc. If so could you send me your driver .jar file and an example of how you're calling it. I've installed msql-jdbc-1-0.jar, but no matter how I call it, I get a Connection failed. java.sql.SQLException: Connection failed. at

Re: Deploy app to more than one path without creating multiple instances. (How?)

2002-03-11 Thread Jean-Luc Drouot
I had the same need for legacy apps. Even if it is not standards compliant, I made a small patch for mod_webapp - apache1.3 that adds a WebAppAlias directive: WebAppConnection conn warp localhost:port WebAppDeploy path/appdirectory conn /path WebAppAlias /path/ /path1/ WebAppAlias /path/

off subject: PROLOG like Java based system

2002-03-11 Thread Amine AMAR
Hi all, Do you know of any open source inference engine developped using JAVA? Something like PROLOG. Any hints would be very apreciated. I apologize for this off topic question :) Amine

Re: Location of DTD file

2002-03-11 Thread rsequeira
I think you try one of this and *hope* :-) it works: 1) Store the google.dtd in the servlet.jar. I think that's how the dtds (web.xml) that Tomcat uses are processed. OR 2) You might somehow need to edit the !DOCTYPE GSP SYSTEM google.dtd tag to !DOCTYPE GSP SYSTEM

Can I precompile CSS?

2002-03-11 Thread JavaJosh
Hi, I would like to precompile my HTML files that have style sheets. That is, I would like to generate (perhaps on the fly) basic HTML markup from the CSS. For example, I want to turn: P.main {font-family : sans-serif; font-size : 12pt} ... p class=mainThis is a paragraph/p into p font

JNI fails under Tomcat and JBoss

2002-03-11 Thread Semion Rotshtein
JNI fails under Tomcat and JBoss Hi, I'm calling a native method from Java 1.3/Windows 2000 under Tomcat 3.2 and JBoss 2.2 and it fails without any exception. Before calling the native methods I load up the dll containing the method's native implementation which reports no errors and prints

Help : Error Starting Tomcat 4.0.1 in AIX

2002-03-11 Thread Andy Soedibjo
Hi Everyone, I've sent this mail before, but nobody answers it ... is it because none of you ever face this problem? I've tried to reinstall my tomcat and then run it directly, but still i have a problem. Is this a problem in the Tomcat, because i just install it, and run it with Tomcat's

Reject Request in Tomcat

2002-03-11 Thread Venkatesh Sangam
Hi, Can anyone please tell me if rejecting requests in possible in Tomcat. Can I set the maximum number of requests that can be handled by Tomcat in the configuration file. Also can I set the number of requests that can be in the queue. How can I see which requests are being rejected. can

Re: Help : Error Starting Tomcat 4.0.1 in AIX

2002-03-11 Thread jeff . guttadauro
Did you actually look at these log files first? I only know a few words in French, but enough to see from your catalina.out that it could not create a jar file cache in your /tmp directory because it doesn't exist. The errors in the localhost_log file seem to result from this as well, so why

Manager reload of web.xml?

2002-03-11 Thread Bryan Field-Elliot
I'm having trouble getting Tomcat to reload my web application's web.xml file, and wondering if there is an official word or FAQ on how to do this? I've seen mention of Tomcat not reloading web.xml in the archives, but I'm not sure if this is a bug, or improper use of the Manager app, on my part.

webdav over SSL with http-auth?

2002-03-11 Thread Aditya
I'm trying to allow users to upload their files to their context via webdav on a Tomcat 4.0.2 server over SSL and with auth-constraints on who can upload stuff (I've tried it without auth-constraints and it works as expected). I've followed the basic template offered at:

Tomcat tools error

2002-03-11 Thread Kemp Randy-W18971
Has anyone encountered this error trying the JSP examples on Tomcat 4.0.3, using Sun JDK1.4.0, on Sun Solaris 2.6? Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error (Internal Server Error) that prevented it from

Onjava Example JDBC Realms with MySQL problem?

2002-03-11 Thread Fred Lankovic
i'm trying to run the example about JDBC realms with tomcat and mysql, but when i start tomcat i get this message: java.sql.SQLException: Cannot disable AUTO_COMMIT anyone knows what could be happening? Thanks _ Do You Yahoo!?

RE: Tomcat tools error

2002-03-11 Thread Randy Layman
Tomcat can't find the Java Compiler. This is generally due to an incorrect JAVA_HOME setting (JAVA_HOME/lib/tools.jar must be valid). You can create a symbolic link from the TOMCAT_HOME/lib/container to tools.jar if you think you set the variable correctly. Randy PS This

RE: Manager reload of web.xml?

2002-03-11 Thread Cox, Charlie
instead of reload, use stop, then start. reload was not designed to read the web.xml, but when you stop and start the context, it reads it again. Charlie -Original Message- From: Bryan Field-Elliot [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 3:30 PM To: [EMAIL PROTECTED]

RE: Reject Request in Tomcat

2002-03-11 Thread Cox, Charlie
look at the Connector element for server.xml in the docs... -Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 3:32 PM To: [EMAIL PROTECTED] Subject: Reject Request in Tomcat Hi, Can anyone please tell me if rejecting requests

Error 500, Examples work

2002-03-11 Thread Heiko Lettmann
These are the error messages I get when I try to open a *jsp file: org.apache.jasper.compiler.ParseException: /zeit.jsp(3,15) Attribute page has no value at org.apache.jasper.compiler.JspReader.parseAttributeValue(JspReader.java:563) at

Re: Unix (Solaris) HTML Editor for Apache and Tomcat, Recommendations?

2002-03-11 Thread Steve
IBM has something out. I'm only aware of one wysiwyg html editor and that would be composer, it comes with netscape 6.2.1 Neo Gigs wrote: Does any have a suggestion of a good unix based HTML editor, similar to Dreamweaver, that can handle the HTML WYSIWYG interface as well as the ability to

How do you achieve persistant Tomcat connections?

2002-03-11 Thread Anders Rundgren
Dear all, I have no success in getting my TC 4.0.2 under apache and ajp1.3 returning persistant TCP connections in spite of using up-to-date (HTTP 1.1) browsers. Any clues to this (except for reprogramming the application) would be *very* appeciated. /anders -- To unsubscribe:

Newbie: JNDI lookup error

2002-03-11 Thread Vanga Reddy
I am getting the following error. 1) Error javax.servlet.ServletException: Cannot create resource instance at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:463) at org.apache.jsp.index$jsp._jspService(index$jsp.java:155) at

Re: checksum errors

2002-03-11 Thread Jeffrey_N_Dyke
Hello All. I have the need to run multiple virtual servers on a Unix/Apache/Tomcat set up. The server is sliced to have a development area as well as a production area. I would prefer only to have 1 instance of Tomcat running(maybe 1 per slice). Is this possible? I have been reading the

virutal hosting with apache/tomcat

2002-03-11 Thread Jeffrey_N_Dyke
sorry for the multiple post and waste of bandwith...didn't want the subject to throw folks off. - Forwarded by Jeffrey N Dyke/CORP/Keane on 03/11/2002 04:45 PM -

Re: Can I precompile CSS?

2002-03-11 Thread Ken Martin
On Monday, March 11, 2002, at 01:53 PM, JavaJosh wrote: I would like to precompile my HTML files that have style sheets. That is, I would like to generate (perhaps on the fly) basic HTML markup from the CSS. For example, I want to turn: P.main {font-family : sans-serif; font-size : 12pt}

Re: Location of DTD file

2002-03-11 Thread Henry
You may try using a URL like www.mydomain.com/app.dtd as the place you put ur DTD, where mydomain is somewhere you have the right to publish html files. In your XML file, still use !DOCTYPE GSP SYSTEM www.mydomain.com/app.dtd - Original Message - From: [EMAIL PROTECTED] To: Tomcat

tomcat segmentation fault

2002-03-11 Thread bcarterette
I'm running a Tomcat/Apache web server and a PostgresQL database server. In the past two months or so, the number of webapps I'm running has drastically increased, and it has led to many unexpected problems. Please bear with me as a summarize before asking my question; hopefully this will

Re: virutal hosting with apache/tomcat

2002-03-11 Thread rsequeira
Disclaimer: Don't take my word on what's provided below. It could be an overkill or incorrect. :-) But what the heck if I'm wrong someone will correct me and we'll learn something in the process. But I guess you could do it in two ways: 1) Have one tomcat instance, serving the two virtual

Difference

2002-03-11 Thread Venkatesh . Sangam
Hi, can anyone please tell me whats the difference between Tomcat 3.x and Tomcat 4.0. I wanted to know whats catalina used for. Can I get away without starting Catalina ?? I had to download Tomcat for Linux, I was confused as to which one to use .. Thanks, Venkatesh -- To unsubscribe:

Re: Help ! Connection busy

2002-03-11 Thread August Detlefsen
You have to explicitly close your JDBC statements and connections when you are done with them. Make sure you are using these for Statement and Connection, respectively: stmt.close(); //and conn.close(); --- Gurmeet [EMAIL PROTECTED] wrote: I am getting [Microsoft][ODBC SQL Server

Re: webdav over SSL with http-auth?

2002-03-11 Thread Aditya
It turned out that the problem fixed itself when I restarted tomcat. ugh. On Mon, Mar 11, 2002 at 12:54:52PM -0800, Aditya wrote: I'm trying to allow users to upload their files to their context via webdav on a Tomcat 4.0.2 server over SSL and with auth-constraints on who can upload stuff

Re: Help in JSP

2002-03-11 Thread Neo Gigs
There is no problem with the statement of the parameters, coz i had tested with a application. - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 2:00 AM Subject: Re: Help in JSP You specify your

Re: Help in JSP

2002-03-11 Thread Neo Gigs
I found out that my problem is really coz by the Oracle driver cannot be recognized by Tomcat, but i had been doing it and solve the problem, see Help In JSP posts. Anyway thanks everyone... - Original Message - From: August Detlefsen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: Difference

2002-03-11 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
can anyone please tell me whats the difference between Tomcat 3.x and Tomcat 4.0. Tomcat 3.x = Servlet 2.2 Container Tomcat 4.x = Servlet 2.3 Container -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Galbayar
Hello all Here is part of top output. Is it usual that java processes eat all of memory? ? At now there are 50 java processes started that running tomcat and each of them uses 59M memory. There is running apache server with tomcat 4 and mysql. OS is Redhat7.2 x86 . JDK 1.4 is installed. how to

RE: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Filip Hanik
what you are seeing is that ps or top lists one process for each thread in Tomcat. your tomcat is running 59M all together Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Galbayar [mailto:[EMAIL

Re: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Galbayar
it is top result and every java process using 59M RAM i'm use mod_jk integrated Tomcat with Apache and Tomcat top result is : 110 processes: 109 sleeping, 1 running, 0 zombie, 0 stopped CPU states: 2.3% user, 1.9% system, 0.0% nice, 95.6% idle Mem: 1028860K av, 938924K used, 89936K free,

RE: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Filip Hanik
and what do you get from running ps ? what I am saying is that your top command lists each thread inside the Tomcat VM as a process because you haven't started 110 Tomcat's have you? search the archives, there are answers to your questions from previous posts Filip ~ Namaste - I bow to the

Java Applet via Apache 1.3.20

2002-03-11 Thread Wisma Leader
Hi! All Users I am a new Linux user and currently running Redhat 7.1 with Apache_1.3.20. I am having a problem with Java Applet. I cannot view my web-design with Apache Server . Need a guide step. How to install Tomcat into my Apache Server. I am a new Linux User. Really need a step by

Re: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Oyundalai.N.S
In addtition, after restarting tomcat memory usage of each java processes decreases until 23M each and grows up slowly. Please see output of top that sorted by memory usage. . And after several days it reaches up to 60M each and crashes. Apache is working normally all time. 11:47am up 7 days,

Re: Database Pooling

2002-03-11 Thread Neo Gigs
Hi there, Would you mind to tell me how to deploy Excalibur into my Tomcat server running on Sun solaris? Also what is Cocoon and where to find it? TQ Neo - Original Message - From: Chris Pheby [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 11, 2002 9:00

Java Applet

2002-03-11 Thread Wisma Leader
Hi! All Users I am a new Linux user and currently running Redhat 7.1 with Apache_1.3.20. I am having a problem with Java Applet. I cannot view my web-design with Apache Server . Need a guide step. How to install Tomcat into my Apache Server. I am a new Linux User. Really need a step by step

Re: Java Applet

2002-03-11 Thread Neo Gigs
i think you should first download Tomcat from jarkarta website, then read the installation guide for the installing Tomcat over Apache. - Original Message - From: Wisma Leader [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 12:02 PM Subject: Java

Re: Database Pooling

2002-03-11 Thread Craig R. McClanahan
On Tue, 12 Mar 2002, Neo Gigs wrote: Date: Tue, 12 Mar 2002 12:01:18 +0800 From: Neo Gigs [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Database Pooling Hi there, Would you mind to tell me how to deploy Excalibur

Re: Java Applet

2002-03-11 Thread Wisma Leader
OK ..Thank ...which TomCat tools should I download ? Best regards, Wismaleader - Original Message - From: Neo Gigs [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 12:14 PM Subject: Re: Java Applet i think you should first download Tomcat

Re: Tomcat using VERY LARGE Memory (URGENT!!!!!!!!!)

2002-03-11 Thread Hari Yellina
Hi Oyundalai, Those 23M shown in top are the amount of shared memory being used, and is not the amount being used by each individual process. Out of interest, because I can't find it in your email, which version of tomcat are you using?. And also have you tried jdk1.3, as this is a more proven

  1   2   >