MIDP and USSD ?

2002-10-30 Thread Daniel.T.Hellstrand
Is it possible to send a USSD through MIDP ? /Dan -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: package not found for docBase outside tomcat/webapp

2002-10-30 Thread Affan Qureshi
I think this has been reported at Bugzilla with id:12387 And it says that it is fixed. Should I download latest Tomcat version? Can someone tell me how to fix this? - Original Message - From: "Affan Qureshi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 11:4

package not found for docBase outside tomcat/webapp

2002-10-30 Thread Affan Qureshi
I am using Tomcat 4.1 on Win2k. If I place my web application outside ${Tomcat_Home}\webapps the package for my classes (placed in WEB-INF\classes) is not recognized. Even the jar file's package in the lib dir of my web application is not recognized. If I copy the same dir into the webapps dire

Re: Tomcat & Apache, not connected?

2002-10-30 Thread micael
Don't use the apache, switch the Tomcat to 80. Works out of the box like that, and the directions on how are in Goodwill's Apache Jakarta-Tomcat if you want to look at that. It is really obvious, though. Just don't use apache and change 8080 to 80. At 03:13 PM 10/30/2002 -0700, you wrote: W

RE: "Tomcat" in DOS window - WHY? WHY? WHY?

2002-10-30 Thread micael
Thanks. Much appreciated. At 03:31 PM 10/30/2002 -0500, you wrote: Check out Catalina.bat: if not "%OS%" == "Windows_NT" goto noTitle set _EXECJAVA=start "Tomcat" %_RUNJAVA% goto gotTitle :noTitle set _EXECJAVA=start %_RUNJAVA% :gotTitle -Original Message- From: micael [mailto:caraunlt

Re: Tomcat on Thru64 Unix (OSF1)

2002-10-30 Thread Nikola Milutinovic
Denys Sene dos Santos wrote: Hi, I'm having some troubles while running Tomcat 4.1.12-LE under Digital Unix (OSF1). The server are running ok, but the /examples dir with the servlets are returning the error : HTTP Status 404 - /examples/servlets/ type Status report message /exa

Re: NEWBIE: Tomcat Bean Placement

2002-10-30 Thread Kwok Peng Tuck
Classes (.class) go under /WEB-INF/classes in each and every web app. If they are in a jar, then it goes under /WEB-INF/lib of every web app. Christopher J. Utley wrote: I've Tomcat up and running on Mac OS X v10.2. I can execute basic .jsp files, but as soon as I started working with beans I

NEWBIE: Tomcat Bean Placement

2002-10-30 Thread Christopher J . Utley
I've Tomcat up and running on Mac OS X v10.2. I can execute basic .jsp files, but as soon as I started working with beans I hit a wall. I have a very simple bean I copied from a tutorial. They instruct me to place the .java file in a particular path with a .class file. I assumed the .class f

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
Hi Newbie, In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar. I've tried hard-coding it with forward slashes but the result was the same. There is probably something very simple that I'm overlooking. Thanks, Mike Tomcat Newbie wrote: How about the slashes in your path? C:\

RE: tc4.1.12 and Apache2.0.43 mod_jk Root Context not appearing in mod_jk.conf

2002-10-30 Thread Tref Gare
Thanks Robert and Bill, I've got the system working now using direct additions to httdp.conf (basically a cut and paste of the auto generated file mod_jk.conf with additions). I haven't yet had a chance to experiment with the noRoot="false" though that sounds very much like the sort of attribute

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-30 Thread Tomcat Newbie
How about the slashes in your path? C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar ^^^ - Original Message - From: "M. Hockings" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 10:00 PM Subject: Re: ne

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
Hello, I too am trying to get this configuration working to give me a test environment that duplicates a remote server. I have followed the instructions pointed to by John Turner very closely and only modified the line in workers2.properties that points to the jvm.dll. When I start Apache I

Virtual hosts with Apache 2.0.43 & Tomcat 4.1.12 & mod_jk2 on Linux

2002-10-30 Thread Tomcat Newbie
I can't seem to figure out why my setup behaves differently when I access the same host with and without 'www.'. I used to run Apache 1.3.x and Tomcat 4.0.x, where my setup included aliases in Apache config file as well as two virtual hosts in Tomcat (with 'www.' and without) for each domain. Not s

Help with load balanced Tomcat persistant session storage.

2002-10-30 Thread David Hladky
Hey, I have a question for any of you guru's out there. My colegues and I are attempting to set up a load balanced apache-tomcat system. We are attempting to configure the persistance manager in the server.xml Because of the round robin scheduling of the webservers, every request can theoreti

Re: tomcat 4.1.12 with apache1.3.26 and mod_jk integration error.

2002-10-30 Thread Josh G
You don't have localhost in your HOSTS file, add this entry and it'll all be good :) -Josh Who can it be knocking at my door? Go away, don't come round here no more. Can't you see that it's late at night? I'm very tired, and I'm not feeling right. - Original Message - From: "Lambert, Step

RE: tomcat 4.1.12 with apache1.3.26 and mod_jk integration error.

2002-10-30 Thread Lambert, Stephen : CO IR
John, I still can't get this to work?! I started over from scratch with your docs and was able correct the duplicate mod_jk.conf problem. However, when I try the following URL's, localhost still doesn't work. http://localhost result= Netscape starts searching the internet http://localhost:8080 re

RE: Using JAXB in a Servlet (class loader prob?)

2002-10-30 Thread Extance, Paul
Upgrade to tomcat 4.0.4 - 4.0.6, then you can put the jaxb-rt.jar into the WEB-INF/lib directory. I think 4.0.3 has some class loader issues with packages that start with java and javax in the WEB-INF/lib folders This solved the problem for us. PaulE -Original Message- From: Nick Lombard

RE: JDBC / ThreadLocal pattern.

2002-10-30 Thread Extance, Paul
2 Cents... Not all threads need to do things with the database? kind of a waste to use the thread with the connection sitting idle, if it is a limited resource. I'm guessing the worker thread pool in tomcat typically needs to be higher that that of the connection pool its classes would use, in whi

RE: Search engines and MVC

2002-10-30 Thread Julius Davies
Michele Emmi, I've never used Struts, or anything which could be abbreviated to MVC. Despite this, your question did strike a chord with me. I think what you're asking is this: How do search engines handle dynamic content, where the content changes based on the query-string? Example: /bla

Session Timeout Configuration

2002-10-30 Thread Lior Shliechkorn
Hello, I'm trying to monitor the sessions of users using the app. I want to be able to distinguish between a user logging out and a session being timed out. I tried using the HttpSessionBindingListener and it's not ideal for redirecting requests back to the user (since the session is terminate

Help: Custom Error Page Wild Card?

2002-10-30 Thread Extance, Paul
Is there a more efficent way to get the web.xml to point to an common error page for all errors? I currently have in web.xml 400 /errorpage/error.jsp 401 /errorpage/error.jsp 403 /aura4d/security/logon/jsp/noAccess.jsp 404 /errorpage/error.jsp

Tomcat Hangs and cannot be shut down

2002-10-30 Thread Lior Shliechkorn
Tomcat, from time to time, starts processing and locks into some loop or something. I don't know what is happening, and that is the best way I can explain it. After noticing that the JSP do not get served and IE just waits and waits, I try to Shutdown Tomcat and I get an exception. java.net.Co

Re: Search engines and MVC--to clarify

2002-10-30 Thread Qmail List
His question was clear. I'm interested in the answer as well. Anyone? Guessing I would say that as most search engines employ crawlers or spiders the sites will get indexed assuming there are links that propogate a user through the site. Presumably rather than static pages the URLs indexed by the

Re: Tomcat firewall password

2002-10-30 Thread Steven Gollery
Michael, Are you using CATALINA_OPTS (or some other method) to set the http.proxyHost and http.proxyServer? If so, you might be able to set http.proxyUser and http.proxyPassword the same way. (I understand this doesn't always work, but if you haven't tried it yet, it's worth looking into.) S

Re: NEWBIE: Intercepting the jsp request before its written as a java file

2002-10-30 Thread Jan-Michael Ong
Thank you for the quick response. Actually that's the problem. I don't want to have to remember to always insert an include into the jsp file. I'd like to modify Tomcat's behavior such that ANY jsp file (preferably in a context) will get these lines added. Good point though and I'll keep these

Re: NEWBIE: Intercepting the jsp request before its written as a java file

2002-10-30 Thread da_alchemist
If I understand your question correctly, why don't you just use one of the include directives to insert that into your file where you want it? Either: <%@ include file="relativeURL" %> -- OR -- + Thanks. --- Jan-Michael Ong <[EMAIL PROTECTED]> wrote: > Greetings Tomcat-Users Grou

Re: Search engines and MVC--to clarify

2002-10-30 Thread da_alchemist
Your question is not descriptive enough, which is the reason you were directed to the java.sun.com website. What you are asking makes no sense. You must elaborate more about what you are trying to accomplish. You have 2 websites implemented under the MVC design pattern. Okay, now what? You wou

Re: Search engines and MVC--to clarify

2002-10-30 Thread Michele Emmi
I know it is not an engine...how do search engines handle it. To clarify...I have 2 websites built on the mvc architecture, I would like to have them indexed...does anyone have any experience in this... Michele From: "German Augusto Niebles Alvarez" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users

Re: Search engines and MVC

2002-10-30 Thread German Augusto Niebles Alvarez
MVC is a design pattern not an engine. If you want to learn about MVC you could visit www.java.sun.com and search for design patterns or MVC especifically. Regards. German == >>> [EMAIL PROTECTED] 10/30 5:40 p.m. >>> I was wondering how search engin

Re: NEWBIE: Intercepting the jsp request before its written as a java file

2002-10-30 Thread Jan-Michael Ong
Greetings Tomcat-Users Group, I tried to search on this topic on Google for a few days but was unable to come up with any useful leads. I was hoping if any of you would have any idea about the following: For each jsp page, I do the following do some work other work What I would prefer to do

Re: Tomcat & Apache, not connected?

2002-10-30 Thread Milt Epstein
On Wed, 30 Oct 2002, Wendy Smoak wrote: > We've currently got Apache running on HP-UX 11. Now I'm developing > a Struts webapp that will need to go on the same box. HP hasn't > released Tomcat 4 yet, so we'll have to get it to work ourselves. > > Since the Struts app has no static content, is th

Search engines and MVC

2002-10-30 Thread Michele Emmi
I was wondering how search engines handle multi-view-controller architecture? Thanks, Michele _ Internet access plans that fit your lifestyle -- join MSN. http://resourcecenter.msn.com/access/plans/default.asp -- To unsubscri

Re: Tomcat & Apache, not connected?

2002-10-30 Thread Randy Secrist
TC and apache don't need to know about each other unless you want tomcat and apache to run on the same port. (This includes SSL on 443...) - TC would have to use a different port than the standard https 443 for secure transmission - if you require such a thing. Other than that - they can both run

Re: Tomcat SSL w/ Apache

2002-10-30 Thread Randy Secrist
I played around with the config for a few hours today - didn't get any results. Having read that about name based hosting before, I switched to IP based vhosting... - after poping in a few network cards... What happens now is the same as before... 1) I switch to HTTPS - and I get the standar

Do you tell me how..........................?

2002-10-30 Thread Correo
I have st.Servlet1 class on Tomcat 4.1/weapps/Myapp/WEB-INF/classes/st   and Servlet1.shtml on Tomcat 4.1/weapps/Myapp   I have not problen when call Servlet1.shtml whit http://localhost:8080/Myapp/Servlet1.shtml    but when I click on button to call Servlet1.class (the servlet) Tomcat return

Tomcat & Apache, not connected?

2002-10-30 Thread Wendy Smoak
We've currently got Apache running on HP-UX 11. Now I'm developing a Struts webapp that will need to go on the same box. HP hasn't released Tomcat 4 yet, so we'll have to get it to work ourselves. Since the Struts app has no static content, is there any reason to put ourselves through the pain

keeping user logged in using j_security_check

2002-10-30 Thread Guru Mandavia
Hi, I am using j_security_check to authenticate a user using Tomcat 4.1. = Every time a user closes the browser window, he is forced to re-login = even though he logged in just a couple of minutes ago.=20 Is there a way to configure j_security_check to use an existing session = after the brows

Re: Setup of Develoment Environment

2002-10-30 Thread shawn
put a servlet mapping in your web.xml file.. HelloWorld HelloWorld HelloWorld /servlet/HelloWorld see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/deployment.html for more info. shawn On Wednesday 30 October 2002 02:36 pm, Raghava Rao wrote:

Re: NEWBIE: Is there a way to check if the mysql connector is working?

2002-10-30 Thread Marcel Bariou
You can for example, setup a false login/password , it will tell you than the access is denied. If nothing happens with a false login/password the connector doesn't work certainly. Marcel - Original Message - From: David Kramer <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Oc

Re: NEWBIE: Is there a way to check if the mysql connector is working?

2002-10-30 Thread Qmail List
you can make mysql log everything it is doing, by starting it mysqld -l with the -l flag. It will then log all connections failed or otherwise queries (everything) to /usr/lib/mysql/yourhostname.log (rpm install) very useful. - Original Message - From: "David Kramer" <[EMAIL PROTECTED]

Setup of Develoment Environment

2002-10-30 Thread Raghava Rao
Hello, I'm new to Servlet programming and need help in starting to develop servlets. I have downloaded jakarta-tomcat-4.0.6. Once installed, it's installed as C:\Program Files\Apache Tomcat 4.0 Now, I have a development environment of my own, where I write and compile my Java files.. Like, C:\serv

NEWBIE: Is there a way to check if the mysql connector is working?

2002-10-30 Thread David Kramer
Im running RH 7.2, Mysql 3.23.41-1, and Tomcat 4.1.2 with the most current Connector J from Mysql. I jar xf the connector jar within my tomcat4 dir under etc. Is there a way to simply validate the connector is working? Im hoping there is something other than using a simple Result Set or JSP? Tho

TOMCAT STAND ALONE IN SSL MODE STARTING PROBLEMS

2002-10-30 Thread Arshad . Hussain
i am trying to run tomcat 4.0 in standalone ssl mode in solaris env and i just followed the tomcat doc JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA it asked me bucnh of question that was ok but when it comes password used by Tomcat i put "changeit" (all lower case) at that time it

vs - which is better for me ?

2002-10-30 Thread achana
Content-Class: urn:content-classes:message Received: from nagoya.betaversion.org ([192.18.49.131]) by hume.tsdinc.steitz.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 30 Oct 2002 13:28:47 -0500 Received: (qmail 16865 invoked by uid 97); 30 Oct 2002 18:32:12 - Mailing-List: contact [EMAIL PRO

Where can I find the log information on Why Tomcat died?

2002-10-30 Thread CHAO,KENT (HP-Boise,ex1)
Hi: We have an application running as part of Tomcat applications. Recently we have encountered Tomcat died from time to time. We have no clue where to start debugging the problem because we could not find any log message on its death. Sysmptom: Apache and tomcat ran as a service on Win200

Re: Tomcat on Thru64 Unix (OSF1)

2002-10-30 Thread Garrett Smith
Hi, I haven't used the examples, but I'm going to make a guess: Did you try using /examples/servlet/servletName? notice servlet/ instead of servlets/ Garrett --- Denys Sene dos Santos <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having some troubles while running Tomcat 4.1.12-LE

Re: Connecting to mysql - Server configuration denies accessto data source

2002-10-30 Thread Marcel Bariou
Wiith correct privileges on MySQL, I can't login. May be a bad definition of ResourceLink attribut, look to my current post. Marcel - Original Message - From: Jean-Luc BEAUDET <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 3:33 PM Subject: R

Authentification from mysql with a manager role

2002-10-30 Thread Marcel Bariou
Platform : linux 2.4.7.10 RH 7.2 Tomcat 4.1.12 J2SDK 1.4.1 Ant 1.5.1 With the binary distribution of TOMCAT I try the manager role, I login correctly with MemoryRealm with the following I replace MemoryRealm with a JDBCrealm My MySQL Database is dbconfig and I create and populate, users, ro

gnu/regexp/REException issue

2002-10-30 Thread François Vallet
Who has ever seen this error Thanks in advance... F. description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: gnu/regexp/REException at org.apache.jasper.servlet.JspServletWrapper.service(JspSe

Re: Mod jk logged messages... oh

2002-10-30 Thread Milt Epstein
On Wed, 30 Oct 2002 [EMAIL PROTECTED] wrote: > i think i worked it out. It just meant that i couldnt find any reason > according to my config, to pass html / gif etc to Tomcat - which is right.. Yes, I believe that's it. Every request gets processed through mod_jk to see if it's something that

RE: "Tomcat" in DOS window - WHY? WHY? WHY?

2002-10-30 Thread Robert Priest
Check out Catalina.bat: if not "%OS%" == "Windows_NT" goto noTitle set _EXECJAVA=start "Tomcat" %_RUNJAVA% goto gotTitle :noTitle set _EXECJAVA=start %_RUNJAVA% :gotTitle -Original Message- From: micael [mailto:caraunltd@;harbornet.com] Sent: Wednesday, October 30, 2002 3:16 PM To: [EMAIL

"Tomcat" in DOS window - WHY? WHY? WHY?

2002-10-30 Thread micael
When we startup Tomcat on a Win XP machine, the DOS window comes up saying "Tomcat". What causes that to happen instead of the normal "C:\Windows\System32\cmd.exe"? Micael --- This electronic mail transmission and any accompanying documen

RE: Tomcat standalone - traffic logs???

2002-10-30 Thread neal
Good tip - thanks! -Original Message- From: Tim Funk [mailto:funkman@;joedog.org] Sent: Wednesday, October 30, 2002 3:55 AM To: Tomcat Users List Subject: Re: Tomcat standalone - traffic logs??? Performance tip - keep resolveHosts="false". Otherwise your server will attempt to resolve

Using Tomcat under Mac OS 10.2

2002-10-30 Thread Brookwell Brookwell
Anyone know whether TomCat can be used on the Mac? I'd like to do development on my own home computer (which is a Mac) with the eventual idea to port it over to a Linux system. -- To unsubscribe, e-mail: For additional commands, e-mail: <

Re: Custom Error Page Issue

2002-10-30 Thread Ben Ricker
On Wed, 2002-10-30 at 12:57, Jaimes Blunt wrote: > Hey Guys, > > I am trying to create a custom error page for my webapps, and I am encountering the >following message when I try to force an error. > Error page location myerror.jsp must start with a / Just as it says: you must begin the with a

RE: help with tomcat 1.4.1 and j2sdk1.4.0?

2002-10-30 Thread Turner, John
You're missing "=". Should be: CATALINA_HOME=C:\tomcat John > -Original Message- > From: Stanley Michaud [mailto:jmichau2@;optonline.net] > Sent: Wednesday, October 30, 2002 5:51 PM > To: [EMAIL PROTECTED] > Subject: help with tomcat 1.4.1 and j2sdk1.4.0? > > > I need help with the j

help with tomcat 1.4.1 and j2sdk1.4.0?

2002-10-30 Thread Stanley Michaud
I need help with the jakarta-tomcat 1.4.1 and j2sdk1.4.0 which is installed in windows 2000 Professional in an IBM laptop with an intel celeron processor with 466Mhz speed. Both in the user variables for default and the system variables. I use this to declare my variables: CATALINA_HOME C:\to

JDBC / ThreadLocal pattern.

2002-10-30 Thread Reynir Hübner
Hi all, This email is a little bit off topic, as it's more about JDBC-related stuff than tomcat. I'm really looking for comments on the approach for JDBC connection pooling described in the article at : http://www-106.ibm.com/developerworks/java/library/j-threads3.html In (very) short: the

Re: Tomcat 4.1.12 hanging under stress?

2002-10-30 Thread William Lee
Ben Ricker wrote: On Mon, 2002-10-28 at 20:24, William Lee wrote: Hmm, it may have something to do with the kernel, I'll try later to see whether this is the case. I don't think the log gives me much though. Anyhow, I've made a weird discovery that I found interesting. After the other info

Re: compile error?

2002-10-30 Thread Alfonso Martinez
I guess Tomcat complies too, at least on my expierence. The error ocurrs when the jsp gets converted into servlet code: <%=blah();%> into out.write(blah();); // servlet code ... therefore the semicolon should be omitted for the servlet to be compiled normally.

Custom Error Page Issue

2002-10-30 Thread Jaimes Blunt
Hey Guys, I am trying to create a custom error page for my webapps, and I am encountering the following message when I try to force an error. Error page location myerror.jsp must start with a / My webapp file has the following included: 404 myerror.jsp 400 myerror.jsp 20

Tomcat on Thru64 Unix (OSF1)

2002-10-30 Thread Denys Sene dos Santos
Hi, I'm having some troubles while running Tomcat 4.1.12-LE under Digital Unix (OSF1). The server are running ok, but the /examples dir with the servlets are returning the error : HTTP Status 404 - /examples/servlets/ type Status report message /examples/servlets/ description T

RE: compile error?

2002-10-30 Thread Julius Davies
Phillip Qin, I only use semicolons in "<% %>" and "<%! %>", but never in "<%= %>". Weblogic refuses to compile my jsps when I put semicolons in "<%= %>". Tomcat and JRun don't seem to mind, though, and so since this is a Tomcat mailing list, I guess you're correct. <% String blah = "hello";

RE: tomcat & apache in win32

2002-10-30 Thread Felipe Schnack
Thanks! On Wed, 2002-10-30 at 16:34, Turner, John wrote: > > http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml > > John > > > > -Original Message- > > From: Felipe Schnack [mailto:felipes@;ritterdosreis.br] > > Sent: Wednesday, October 30, 2002 12:16 PM > > To: Tomcat User

RE: compile error?

2002-10-30 Thread pqin
Missing = at the beginning and ; at the end. Regards, Phillip Qin Software Developer Canadian Shareowner 121 Richmond Street W, 7th Floor Toronto, ON M5H 2K1 (416) 595-9600 ext 291 -Original Message- From: John Trollinger [mailto:jakarta@;trollingers.com] Sent: October 30, 2002 1

RE: Problem with request-time attribute expressions in XML JSPs

2002-10-30 Thread pqin
Will remove " work? Regards, Phillip Qin Software Developer Canadian Shareowner 121 Richmond Street W, 7th Floor Toronto, ON M5H 2K1 (416) 595-9600 ext 291 -Original Message- From: Stefan Wachter [mailto:Stefan.Wachter@;gmx.de] Sent: October 30, 2002 11:55 AM To: [EMAIL PROTECTED

RE: tomcat & apache in win32

2002-10-30 Thread Turner, John
http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml John > -Original Message- > From: Felipe Schnack [mailto:felipes@;ritterdosreis.br] > Sent: Wednesday, October 30, 2002 12:16 PM > To: Tomcat Users List > Subject: Re: tomcat & apache in win32 > > > Telling by the URL this

vs - which is better for me ?

2002-10-30 Thread achana
Hi all. Both options work for me. Which is the better solution in terms of performance ? -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: How do I increase performance on Tomcat?

2002-10-30 Thread Craig R. McClanahan
On Thu, 31 Oct 2002, David Tildesley wrote: > Date: Thu, 31 Oct 2002 07:19:48 +1300 > From: David Tildesley <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: How do I increase performance on Tomcat? > > I've observed

RE: Tomcat firewall password

2002-10-30 Thread David Tildesley
what are you trying to achieve - why does tomcat need to "go out" through a firewall? Do you want to serve up content to internet users from the tomcat or do you have a tomcat application that needs to access a resource on the internet? -Original Message- From: Lee, Michael [mailto:Michael

RE: Is CLASSPATH ignored ?

2002-10-30 Thread Sinclair, Alan (CORP, GEAccess)
I thought about modifying the setclasspath.sh however, we prefer not to modify the Tomcat distribution - makes for easier upgrading in the future. Thanks anyway -Original Message- From: [EMAIL PROTECTED] [mailto:MTimpe@;t-online.de] Sent: Wednesday, October 30, 2002 10:17 AM To: Tomcat Us

RE: How do I increase performance on Tomcat?

2002-10-30 Thread David Tildesley
I've observed that increasing memory settings can have the opposite effect on performance also and introduce a cyclic performance factor (requests per second spikes quite high and then plummets to very low for sometimes 30 secs or more. I don't have an answer except keep to the default settings. In

Re: tomcat & apache in win32

2002-10-30 Thread Felipe Schnack
Telling by the URL this is for Apache 2.x, I need to do it in apache 1.3.x On Wed, 2002-10-30 at 16:11, dave m wrote: > I was told to try this doc. It is pretty straight forward. Please let me > know if it is successful. > > ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.

Problem with request-time attribute expressions in XML JSPs

2002-10-30 Thread Stefan Wachter
Hi all. I tried to work with XML JSPs (i.e. JSP in XML form) but I am not able to use request time attriubtes. For example the former JSP code should translate into: Tomcat 4.1.12 does not recognize this request-time attribute expression and outputs it literally, i.e. the generated servlet

Re: tomcat & apache in win32

2002-10-30 Thread dave m
I was told to try this doc. It is pretty straight forward. Please let me know if it is successful. ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip From: Felipe Schnack <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PR

Could someone help me with this error, I'm tring to connect Apache and Tomcat

2002-10-30 Thread dave m
[Wed Oct 30 13:05:55 2002] [notice] config.setAttribute() Error setting vm: classpath C:\apache\tomcat/bin/tomcat-jni.jar [Wed Oct 30 13:05:55 2002] [notice] config.setAttribute() Error setting vm: classpath C:\apache\tomcat/server/lib/commons-logging.jar [Wed Oct 30 13:05:55 2002] [notice] Paren

jsps whose names begin with the characters admin

2002-10-30 Thread Wilkinson, Robert
Has any one seen a problem when a jsp begins with the letters "admin"? It seems as if the session context gets confused. It is as if it does the following: - spots the characters "admin" in beginning of the jsp name, for example in a jsp named "administrative.jsp" 0r "adminstrative_reserve.jsp" -

RE: Session start

2002-10-30 Thread Mauro Daniel Ardolino
Now I figure how it works ;) Thanks to all! -- Mauro On Wed, 30 Oct 2002, Nick Lombard (VSP) wrote: > Hi Mauro > > At least this one I can answer for you. > > You will deffinitely not be able to start a new session for each browser > window opened if you are using session cookies. > > The Se

compile error update

2002-10-30 Thread Tumy, Brad
sorry to waste your time...I just noticed that I was missing the equals sign after the <% obviously a new guy???!?! :) -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Session start

2002-10-30 Thread Craig R. McClanahan
On Wed, 30 Oct 2002, Andy Eastham wrote: > Date: Wed, 30 Oct 2002 15:31:34 - > From: Andy Eastham <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Session start > > In my experience, IE 6 creates a new session co

RE: DBCP Woes! Ahaa!

2002-10-30 Thread Craig R. McClanahan
On Wed, 30 Oct 2002, neal wrote: > Date: Wed, 30 Oct 2002 02:22:12 -0800 > From: neal <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: DBCP Woes! Ahaa! > > One last question on the topic: > > If I configure the conn

RE: compile error?

2002-10-30 Thread John Trollinger
If you want to see the date you must do <% java.util.Date() date = new java.util.Date(); %> <%= date %> > -Original Message- > From: Tumy, Brad [mailto:TumyB@;Pragmatics.com] > Sent: Wednesday, October 30, 2002 12:37 PM > To: 'Tomcat Users List' > Subject: compile error? > > > I just

(4)Interrupted system call: Error while opening the workers, jk will not work

2002-10-30 Thread Christopher Prince
unending woes trying to get tomcat 4.1.12-LE-jdk14 to apache 1.3.23 conection with jk (jdk1.4.1 and redhat 7.3) currently 1. installed mod_jk from the RPM 2. added Include /usr/tomcat/conf/auto/mod_jk.conf to the apache httpd.conf 3. edited the workers.properties in the Apache/conf dir 4. added t

RE: compile error?

2002-10-30 Thread Bodycombe, Andrew
It should be <%=new java.util.Date();%> Andy -Original Message- From: Tumy, Brad [mailto:TumyB@;Pragmatics.com] Sent: 30 October 2002 17:37 To: 'Tomcat Users List' Subject: compile error? I just installed Tomcat on my server and I am trying to run a test page. I created a new jsp file

tomcat & apache in win32

2002-10-30 Thread Felipe Schnack
Anyone already used mod_jk to integrate Tomcat 4.1.x and Apache 1.3.x under Win32? I need to do that, where I can find a how-to? -- Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade Ritter dos Reis www.ritterdosreis.br [EMAIL PROTECTED]

compile error?

2002-10-30 Thread Tumy, Brad
I just installed Tomcat on my server and I am trying to run a test page. I created a new jsp file in the directory: C:\Tomcat\jakarta-tomcat-4.1.12\webapps\ROOT The only code I put on this page was: <% new java.util.Date() %> I got the following error: ***

Re: Is CLASSPATH ignored ?

2002-10-30 Thread Michael Timpe
There is a way to use the classpath. In the script catalina.bat/catalina.sh the variable CLASSPATH is overwritten and all previous content is skipped. You can fix this by including the content of the CLASSPATH variable. There is also a script called setclasspath.sh/setclasspath.bat. You can ch

RE: ques: Tomcat Apache 4.0.6 v 4.1.12

2002-10-30 Thread Dodd, Andrew
OK a bit more detail, When using 4.1.12 the region implementation does not work i.e. the JSP page is not constructed as you would expect with the corresponding header / footer / navbar / body. There are no error messages in this case it is simply that the standard composite view 'regiondefinitions

tc3.3.2dev: Exception: getOutputstream() called twice

2002-10-30 Thread Power-Netz \(Schwarz\)
Hi , I get this exception from tc 3.3.2dev: java.lang.IllegalStateException: getOutputStream() has already been called at org.apache.tomcat.facade.HttpServletResponseFacade.getWriter(HttpServletResp onseFacade.java:199) at org.apache.jasper.runtime.JspWriterImpl.initOut(JspWriterI

RE: DBCP Woes! Ahaa!

2002-10-30 Thread Mike Jackson
If it's the common setup then it's probably 10 connections. If it's by webapp then it ought to be 50 connections. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: neal [mailto:nealcabage@;yahoo.com] > Sent: Wednesday, October 30, 2002 2:22 AM > To: Tomcat Users

RE: DBCP Woes!

2002-10-30 Thread Mike Jackson
I'll second that statement. Where I use it via straight jdbc, I've never, and I repeat never, heard about anyone having a negative experience with. Or even "ok" experiences. --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Iain Sanderson [mailto:sande010@;mc.du

largefile option in 4.1.12

2002-10-30 Thread Holger Brozio
Hello, has anybody tested the largefile option with Tomcat 4.1.12? In my opinion it seems to be without effect. No .dat file are generated like in 4.0.x. I have also scanned the jasper code for this option. The option is set at the EmbededServletOptions class, but nobody seems to use this value in

RE: Tomcat 4.1.x not allowing symlinks for static content.

2002-10-30 Thread Nick Lombard (VSP)
Thank you all for the assistance. The static content works now but the include files via directive <%@ page import="symlink/includefile.jsp"%> does not work so I guess we are staying with 4.0 for now. For some reason I've been searching the mailing list on mikal.org as the link I got from jakart

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
Are you an admin on your machine? Or just a regular user? It might be quicker to just download the SDK again and stick it somewhere different and see if it happens again. John > -Original Message- > From: Paul Abrilla [mailto:APCXU@;CUNYVM.CUNY.EDU] > Sent: Wednesday, October 30, 2002

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
Right-click on the folder, choose properties. It's in there somewhere, I'm not a Windows person, so I can't help past that. John > -Original Message- > From: Paul Abrilla [mailto:APCXU@;CUNYVM.CUNY.EDU] > Sent: Wednesday, October 30, 2002 11:34 AM > To: Tomcat Users List > Subject: RE:

RE: Warning running startup.bat

2002-10-30 Thread Paul Abrilla
How do I check or enable? On Wed, 30 Oct 2002 11:32:22 -0500 Turner, John said: > >That sounds like permissions to me. Are execute permissions enabled on >c:\jakarta-tomcat-4.0 or c:\jakarta-tomcat-4.0\bin? > >John > > >> -Original Message- >> From: Paul Abrilla [mailto:APCXU@;CUNYVM.CU

[Error] gnu/regexp/REException issue

2002-10-30 Thread François Vallet
Who has ever seen this error Thanks in advance... F. description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: gnu/regexp/REException at org.apache.jasper.servlet.JspServletWrapper.service(JspSe

RE: Warning running startup.bat

2002-10-30 Thread Turner, John
That sounds like permissions to me. Are execute permissions enabled on c:\jakarta-tomcat-4.0 or c:\jakarta-tomcat-4.0\bin? John > -Original Message- > From: Paul Abrilla [mailto:APCXU@;CUNYVM.CUNY.EDU] > Sent: Wednesday, October 30, 2002 11:27 AM > To: Tomcat Users List > Subject: RE:

RE: Warning running startup.bat

2002-10-30 Thread Paul Abrilla
Thanks for the speedy reply. I did get the same warning message when I ran "java - version" and then I get the message "access denied". /Paul On Wed, 30 Oct 2002 11:18:49 -0500 Wagoner, Mark said: >Sounds like the executable is corrupt. If you run "java -version" do you >get an error? You may

RE: Tomcat 4.1.x not allowing symlinks for static content.

2002-10-30 Thread Shapira, Yoav
Hi, Other people have run into this. The allowLinking attribute goes inside the Context element. For example, from someone's else's server.xml: A mailing list archive search would show you more information. For example, http://marc.theaimsgroup.com/?l=tomcat-user&w=2&r=1&s=allowLinking&

  1   2   >