Build Problem - jakarta-tomcat-connectors-4.1.30-src

2004-06-08 Thread Evan Read
Hi everyone. I am trying to build jakarta-tomcat-connectors-4.1.30-src. I get the following errors (mainly unresolved symbols) and I am not sure why. Obviously it can't find the right packages, but I thought the Servlet Java stuff was implimented in Tomcat itself. Do I need another package

How Can I doDefault Context Path

2004-06-08 Thread Masashi Nakane
Hi, all I need some help to set up an context path. I'm using apache 2.0 ,JK2, tomcat 5.0.24 on Linux. I made an application and packed into ABC.war. Then I put the war file into $TOMCAT_HOME\webapps\ directory. SO, I can access the top JSP with url http://localhost:8080/ABC/top.jsp This

RE: Tomcat, RedHat Linux & MySQL configuration urgent...

2004-06-08 Thread mxs6991
Thank you regards, Manikandan Sachidanandan "It's when things seem worst that you mustn't quit..." -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 11:34 PM To: Tomcat Users List Subject: Re: Tomcat, RedHat Linux & MySQL configu

Hidden message

2004-06-08 Thread Craig . McClanahan
** ** WARNING: WinProxy has detected a virus in file attached to this e-mail message! The attachment has been automatically removed to protect your network. WinProxy Administrator: [EMAIL

Re: Problems with InitialContext and threads

2004-06-08 Thread Tim de Boer
Hello again. Just having another go at getting an answer on this one. Anybody with any suggestions? Please??? I have a problem with my Tomcat 4.1.24 installation which I'm hoping someone may have an answer for. I have a little quartz scheduler running in Tomcat which I start with a servlet (p

RE: unable to connect to mysql db on localhost

2004-06-08 Thread Tom K
Are you using the latest connectorJ version? If so change org.gjt.mm.mysql.Driver to com.mysql.jdbc.Driver Tom Kochanowicz -Original Message- From: ilasno [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 9:34 PM To: [EMAIL PROTECTED] Subject: unable to connect to mysql db on local

Re: Tomcat, RedHat Linux & MySQL configuration urgent...

2004-06-08 Thread Parsons Technical Services
This is way to general a statement to get a direct answer. Search the archives. You will find lots of configs and talk on the webserver as well as some on MySQL. Here is a link to the archives. If you search on just me, You will get a lot of hits on configs as well as some code on database access

Re: unable to connect to mysql db on localhost

2004-06-08 Thread Parsons Technical Services
A few things to try. Replace localhost with IP (as a test). Log into mysql with username and password. MySQL requires a different entry in the user table for the local connection. Is MySQL running? (Had to ask.) Do you have a firewall running on the machine? Doug www.parsonstechnical.com --

unable to connect to mysql db on localhost

2004-06-08 Thread ilasno
hello, i'm running tomcat 5.0.16 on debian linux with webmin, which provides mysql. i've created a test database, and set up a user with what i think are the proper permissions. here's the datasource resource from the server.xml that's nested within a context: facto

RE: Tomcat, RedHat Linux & MySQL configuration urgent...

2004-06-08 Thread mxs6991
By the way the MySQL version is 4.0 for red hat linux 9.0 regards, Manikandan Sachidanandan "It's when things seem worst that you mustn't quit..." -Original Message- From: mxs6991 [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 10:14 PM To: 'Tomcat Users List' Subject: Tomcat, R

Tomcat, RedHat Linux & MySQL configuration urgent...

2004-06-08 Thread mxs6991
Hi tomcat users, I have come up with an web application Which involves JSP pages (hosted using tomcat 5.0.25) talking to MySQL database, and I have decided to have 2 separate PCs for the web server & database server! My question is about the hardware configuration For these two servers.(If some

RE: Tomcat and JSF

2004-06-08 Thread James Black
You have to add some jar files to your webapp, but JSF will work on Tomcat 5, I haven't tried it on Tomcat 4 in 8 mths. " Work like you don't need the money, love like you've never been hurt, and dance like no one is watching." --- Satchel Paige > -Original Message- > From: s

Tomcat and JSF

2004-06-08 Thread snpe
Is there plan that tomcat support JSF specification ? regards Haris Peco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: No response from Tomcat 5 with IIS

2004-06-08 Thread George
Thank you very much Raymond. (BHowever all memories you pointed out are enough. (BCPU load is almost zero. (BDuring this problem is happenning, I create another small (Btest application and run. And I could get the result that (B"Tomcat is running properly". (BWhat's happen??? (BI think only

jsp:directive.include behavior

2004-06-08 Thread William M. Shubert
Hello, I'm having a little trouble with the way that jsp:directive.include works in Tomcat 5 (5.0.19 to be exact). I've read the JSP 2.0 spec, and it's confusing enough that I may well be misunderstanding it, but the way that the spec reads and the behavior I get from tomcat don't match at all! Her

Apache 2, Tomcat 5, mod_jk2 with virtual hosts and multiple Tomcat instances

2004-06-08 Thread John Martin
Hi All, I'm having problems integrating Apache 2.0.46, Tomcat 5.0.24 using connectors JK2 2.0.2 on linux for multiple Tomcat instances. I'm trying to run seperate instances of Tomcat for development environments that also correspond to different virtual hosts. I have managed to get the differen

Re: help: remotely accessing CATALINA_HOME

2004-06-08 Thread Hassan Schroeder
javac javac wrote: via telnet (SSL is secure version?) SSH is "Secure Shell", but > can i login to a remote server > to do this stuff from the command line? sure. :-) However, if you're just getting started, you might find it better to just install Tomcat on y

RE: help: html form action points to wrong file?

2004-06-08 Thread electroteque
Hey i'm still a newbie here, but arent you suppose to just run it like this ? /WelcomeServlet3 > -Original Message- > From: javac javac [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 09, 2004 8:04 AM > To: [EMAIL PROTECTED] > Subject: help: html form action points to wrong file? > > >

help: html form action points to wrong file?

2004-06-08 Thread javac javac
from mozilla tells me WelcomeServlet3.class is a binary executable and asks if i want to save it. why isn't the .class file executing from the server, please? [EMAIL PROTECTED] http://www.myjavaserver.com/~javac/ --

help: remotely accessing CATALINA_HOME

2004-06-08 Thread javac javac
via telnet (SSL is secure version?) can i login to a remote server to do this stuff from the command line? i suspect that might be the easiest way to muck about with tomcat. thanks, [EMAIL PROTECTED] http://javac.eatj.com/ -- ___ Sign-up

RE: URL validation

2004-06-08 Thread Shapira, Yoav
Hi, Can you give examples and/or cases that show java.net.URL doesn't meet the RFC specifications? Yoav Shapira Millennium Research Informatics >-Original Message- >From: Ikonne, Ike [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 08, 2004 1:52 PM >To: 'Tomcat Users List' >Subject: RE: U

RE: JSP source being shown (not being executed)

2004-06-08 Thread Schalk
If all .html files should go to this try using a filter instead. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volum

RE: persist sessions in a clustered environment

2004-06-08 Thread Dale, Matt
Hi Filip, uname -a SunOS daffy 5.7 Generic_106541-23 sun4u sparc SUNW,Ultra-Enterprise and we are using sun java 1.4.2_03 I found a good white paper on ThreadAnalyser but i'll let you know if I need any pointers, thanks. Ta Matt -Original Message- From: Filip Hanik - Dev [mailto:[EMAI

RE: JSP source being shown (not being executed)

2004-06-08 Thread Schalk
I stand under correction but, it may even be that this not allowed at all or anymore. Try rather creating another extension for these files that you can map to. Probably the easiest. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding e

RE: URL validation

2004-06-08 Thread Ikonne, Ike
Hi, No, I have not. I haven't thought about it. Ike -Original Message- From: Vy Ho [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 2:22 PM To: Tomcat Users List Subject: Re: URL validation Did you file a bug report at java.sun.com yet? Ikonne, Ike wrote: >Hi Steffen, > >Tha

Re: URL validation

2004-06-08 Thread Vy Ho
Did you file a bug report at java.sun.com yet? Ikonne, Ike wrote: Hi Steffen, Thanks, new URL(url) doesn't work consistently. I have tried it, one can throw in an url that doesn't meet RFC 1738 but URL(url) will not catch it. Thanks, Ike --

RE: URL validation

2004-06-08 Thread Ikonne, Ike
Hi James, Thanks, I will try your suggestion and let you know if it meets my requirements. Ike -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 2:06 PM To: Tomcat Users List Subject: Re: URL validation Ikonne, Ike wrote: >Hi Steffen, > >Than

Re: URL validation

2004-06-08 Thread James Black
Ikonne, Ike wrote: Hi Steffen, Thanks, new URL(url) doesn't work consistently. I have tried it, one can throw in an url that doesn't meet RFC 1738 but URL(url) will not catch it. You could try regular expressions. Here is a relatively simple one: (?:ftp\:|http\:|mailto\:)?(\w+\@)?(

Re: persist sessions in a clustered environment

2004-06-08 Thread Filip Hanik - Dev
>Jun 2, 2004 5:25:22 PM org.apache.catalina.cluster.tcp.SocketSender waitForAck >WARNING: Wasn't able to read acknowledgement from server[/172.16.1.11:4001] in 15000 >ms. >Disconnecting socket, and trying again. Ok, this is a big problem, this should never happen. On Linux for example this happen

Re: JSP source being shown (not being executed)

2004-06-08 Thread Michael Mehrle
Thanks for your input - but this would cause any other JSP not to work either. The servlets which are mapped to *.do seem to work fine - but the one mapped to *.html isn't. Michael - Original Message - From: "Annie Guo" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>

Re: Re: Error running service.bat while trying to install 2nd tomcat service

2004-06-08 Thread Ben Souther
Not solved. The services installed but neither of them will start. The NT Event Viewer is showing "Error 0" as the only message. Any clues welcome. Thanks On Tuesday 08 June 2004 12:28 pm, Ben Souther wrote: > Just downloaded the beta version of 5.0.26 and it worked. > > Anyone know the stat

Re: persist sessions in a clustered environment

2004-06-08 Thread Filip Hanik - Dev
>members of the cluster rise so high that the machine became unusable. what OS are you on, I would be very interested to see what threads went high up. For Solaris there is a free tool called ThreadAnalyser which tells you exactly what the threads are doing. I am running load tests with hundreds

RE: JSP source being shown (not being executed)

2004-06-08 Thread Annie Guo
I have seen that before with JDK not in the system path. -Original Message- From: Michael Mehrle [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 2:44 PM To: Tomcat Users List Subject: Re: JSP source being shown (not being executed) Actually, I'm not running Apache right now. This

Re: JSP source being shown (not being executed)

2004-06-08 Thread Michael Mehrle
Actually, I'm not running Apache right now. This has something to do with my servlet context (*.html) not being sent to the JSP engine - it's treating it like regular HTML right now. Strange, since my other mappings seem to work fine (*.do). Michael - Original Message - From: "Schalk" <

RE: JSP source being shown (not being executed)

2004-06-08 Thread Schalk
Just a thought but, if you are running both Apache and Tomcat, Apache is probably picking up the .html extension and tries to display the content of the file which will result in it displaying the code. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.M

JSP source being shown (not being executed)

2004-06-08 Thread Michael Mehrle
For some reason my JSP source is being shown - it's not being compiled and executed. It might be worthwhile mentioning that I am mapping some servlet context as *.html, which redirects to this jsp - but it worked in another app of mine and inside my new app it doesn't work. I'm running Tomcat 5.0.

Re: Katja Handtusch/268/DCAG/DCX ist außer Haus.

2004-06-08 Thread Michael Mehrle
Could you PLEASE switch this off??? Bitte bitte bitte!!! - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 5:23 AM Subject: Katja Handtusch/268/DCAG/DCX ist außer Haus. Ich werde ab 07.06.2004 nicht im Büro sein. Ich kehre zurück am

RE: URL validation

2004-06-08 Thread Ikonne, Ike
Hi Steffen, Thanks, new URL(url) doesn't work consistently. I have tried it, one can throw in an url that doesn't meet RFC 1738 but URL(url) will not catch it. Thanks, Ike -Original Message- From: SH Solutions [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 12:30 PM To: 'Tomca

Katja Handtusch/268/DCAG/DCX ist außer Haus.

2004-06-08 Thread katja.handtusch
Ich werde ab 07.06.2004 nicht im Büro sein. Ich kehre zurück am 18.06.2004. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. Bei dringenden Angelegenheiten wenden Sie sich bitte an meine Vertretung Alexandra Pürschel (Tel.: 5463). --

RE: URL validation

2004-06-08 Thread SH Solutions
Hi > ... So problem here. Meant: No problem here. Sorry, regards, Steffen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: URL validation

2004-06-08 Thread SH Solutions
Hi > Here is my problem, I am looking for a way to syntactically valid a given URL without having to actually creating an URL object. try { new URL( myUrl ); return true; } catch ( Throwable t ) { return false; } Why not creating it? Javas young generation garbage collection should dispose

RE: persist sessions in a clustered environment

2004-06-08 Thread Dale, Matt
Hi Filip, 3 Solaris machines, a variety of specs but one 7, one 8 and one 9 I think. As the machines are live we cant just chop and change the config but I am working on getting seperate tomcats set up on each of the 3 members in the original configuration to try and replicate the problems usin

URL validation

2004-06-08 Thread Ikonne, Ike
Hi all, I don't know if this is the right forum to posse this question, but I will go ahead and give it a try. Here is my problem, I am looking for a way to syntactically valid a given URL without having to actually creating an URL object. Is there a piece of code out there that would enable me

Re: Porting from Resin to Tomcat

2004-06-08 Thread Robert Koberg
Worley Brent - bworle wrote: Have you validated your web.xml? Resin allows many configuration shortcuts and order differences. No, but I would appreciate any more information you have on this. You can use a doctype at the top of your document (see some of the example web.xml's): http://java.sun.

RE: Porting from Resin to Tomcat

2004-06-08 Thread Worley Brent - bworle
>Have you validated your web.xml? Resin allows many configuration shortcuts and order differences. No, but I would appreciate any more information you have on this. Brent ** The information contained in this communication is

RE: Porting from Resin to Tomcat

2004-06-08 Thread Shapira, Yoav
Hi, If you look at the Servlet Specification 2.4 document, it has an appendix listing all the changes from the previous version. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Worley Brent - bworle [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 08, 2004 12:45 PM

Re: Porting from Resin to Tomcat

2004-06-08 Thread Robert Koberg
Worley Brent - bworle wrote: Does this WEB-INF folder (in its lib directory obviously) contain servlet.jar, servlet-api.jar, jsp-api.jar, any jasper jars (e.g. jasper-compiler.jar), or any other jars that are also packaged with tomcat in its common/lib directory/ No, it doesn't. Just checked. It

RE: Porting from Resin to Tomcat

2004-06-08 Thread Worley Brent - bworle
Just a request for knowledge... Here is the version of Resin I'm using. Can anyone tell me any major difference in the specs between it and Tomcat 5? Resin 2.1.6 - Servlet API 2.3 - JSP API 1.2 Tomcat 5.0.24 - Servlet API 2.4 - JSP API 2.0 Thanks, Brent -Original Message- From: Worley

RE: Issue with one level for url and images loading

2004-06-08 Thread Shapira, Yoav
Hi, You're making a number of errors. The invoker servlet and the default servlet are not the same: the latter processes images and static content. path="app" should be path="/app" if you specify it at all. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Goyal

Re: Issue with one level for url and images loading

2004-06-08 Thread QM
On Tue, Jun 08, 2004 at 10:15:25AM -0600, Goyal, Ritu (Ritu) wrote: : We did manage to get to one level, but then are images don't load at : all. The images directory is under C:\jakarta-tomcat-4.1.27\webapps\app. : : To access an image we do the following in our velocity templates. : : Here's

[solved] Re: Error running service.bat while trying to install 2nd tomcat service

2004-06-08 Thread Ben Souther
Just downloaded the beta version of 5.0.26 and it worked. Anyone know the status of 5.0.26? Is a stable vote just around the corner? On Tuesday 08 June 2004 10:13 am, Ben Souther wrote: > Hello, > > I'm trying to install a 2nd instance of tomcat as a windows service with > service.bat. > > The

implement tomcat5.x with IntelliJ IDEA 4.0

2004-06-08 Thread Elias Greige
Hi, Can some one help me to configure IntelliJ IDEA 4.0 with tomcat 5.x to be able to debug JSP in run time Regards   - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ant install gives HTTP 401 error

2004-06-08 Thread Martin Olsson
Hi! I would like to start developing web services in Java, therefore I've installed the web services dev pack from Sun. This pack contains a couple of samples and a copy of Tomcat (where the web services can be tested/executed). I've been trying to get the "gs" (first 'getting started' sample

Issue with one level for url and images loading

2004-06-08 Thread Goyal, Ritu (Ritu)
Hello, Our team has been trying to resolve this issue for a while now, with no results. We are trying to keep our url short, i.e. only up to one level. e.g. http://localhost:8080/app We don't want the url to have the following formats http://localhost:8080/app/servlet/app We did manage t

Servlet Exception of forward method

2004-06-08 Thread Andrew Roszko
Hey there, We're running Tomcat 5.0.19 and it's been working really well to date. We did, however, run into an issue last Friday and were hoping to get some more information. Our logs indicate that everything was running smoothly until a ServletException (stack trace below) was thrown when our c

dbcp and P6spy

2004-06-08 Thread Boulay Arnaud
Hello ! I am looking for example that shows how "conf/server.xml" must be set for my "mysql webapp" running well with dbcp pool and p6spy jdbc proxy driver. Thanks, Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

RE: Porting from Resin to Tomcat

2004-06-08 Thread Worley Brent - bworle
>Does this WEB-INF folder (in its lib directory obviously) contain servlet.jar, servlet-api.jar, jsp-api.jar, any jasper jars (e.g. jasper-compiler.jar), or any other jars that are also packaged with tomcat in its common/lib directory/ No, it doesn't. Just checked. >It will tell you some proble

Re: persist sessions in a clustered environment

2004-06-08 Thread Filip Hanik - Dev
>members of the cluster rise so high that the machine became unusable. what OS are you on, I would be very interested to see what threads went high up. For Solaris there is a free tool called ThreadAnalyser which tells you exactly what the threads are doing. I am running load tests with hundreds

RE: JNDI Datasource advanced use

2004-06-08 Thread Enrico Drusiani
Hi Hans, Thanks for the suggestions, but unluckily it has to be done that way as for my Oracle dba instructions. Coding some function for preventing the user from executing another query could be a nice solution, I'll do some test. I'm trying some solution based on getting the database session as

RE: persist sessions in a clustered environment

2004-06-08 Thread Dale, Matt
Its not that the memory replication didnt work, it worked very well just seemed to have exteme problems with it under load, there may have been other factors though. Using clustering and in-memory replication we on fairly regular occasion saw the load of one or more members of the cluster rise

RE: Porting from Resin to Tomcat

2004-06-08 Thread Shapira, Yoav
Hi, >I took everything in the WEB-INF folder, all of my root pages, etc, and Does this WEB-INF folder (in its lib directory obviously) contain servlet.jar, servlet-api.jar, jsp-api.jar, any jasper jars (e.g. jasper-compiler.jar), or any other jars that are also packaged with tomcat in its common

RE: No response from Tomcat 5 with IIS

2004-06-08 Thread STOCKHOLM, Raymond
Maybe you are running low in memory, and the GC is taking all the process. check : long totalMemory = Runtime.getRuntime().totalMemory(); long freeMemory = Runtime.getRuntime().freeMemory(); long maxMemory = Runtime.getRuntime().maxMemory(); log.info("totalMemory="+t

RE: Porting from Resin to Tomcat

2004-06-08 Thread Worley Brent - bworle
Yes, clean install of Tomcat 5.0.24. I took everything in the WEB-INF folder, all of my root pages, etc, and packaged them into a .war file and used the manager to deploy. If I used the deployer to move out my application, and it is set to compile, will it tell me where problems may be? Brent -

RE: Porting from Resin to Tomcat

2004-06-08 Thread Shapira, Yoav
Hi, These are caused most likely by multiple conflicting versions of the servlet, JSP, or jasper jars in your installations. You did a clean install of tomcat, right? And you didn't copy over the servlet, jsp, or jasper jars, did you? Yoav Shapira Millennium Research Informatics >-Origina

Re: No response from Tomcat 5 with IIS

2004-06-08 Thread George
Hello! all. (BPlease give me any advice since this issue is top urgent (Bfor me. (BAny suggenstion would be appreciated for me. (BThank you very much. (BGeorge (B (B--- Reply from George <[EMAIL PROTECTED]>: (B> Hi! (B> I'm having following problem. (B> (B> (B> Tomcat 5.0.24 running o

RE: Porting from Resin to Tomcat

2004-06-08 Thread Worley Brent - bworle
Neither tomcat nor resin are running your classes. The VM does. So there really is no difference. Tell us, which errors come up, maybe we can help. - We are getting a variety of errors, its hard to tell what is causing which. After I log into our application (it is a secured app), if the server

Second try: Embedded Tomcat 5.0: servlet mappings added to context after start do not work. Looking for suggestions...

2004-06-08 Thread DJohnson
I have an application which embeds tomcat 4.1.12. It dynamically creates contexts, adding wrappers for servlets, etc. Due to the dynamic nature of this application, it can add and remove servlet mappings after the context has been started (added into a host in the started engine). This works

Re: Porting from Resin to Tomcat

2004-06-08 Thread Kunthar
I wanna add jdbc database connection issue too. Hope you've checked this too. Take care all... - Original Message - From: "SH Solutions" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, June 08, 2004 5:16 PM Subject: RE: Porting from Resin to Tomcat >

RE: Thread reuse question (Tomcat 4.1)

2004-06-08 Thread Shapira, Yoav
Hi, Tomcat reuses request processing threads across webapps: the thread pool is associated with a connector, and all apps served by that connector will use this pool. The Servlet Spec guarantees you that one thread will serve the entire request from start to finish, i.e. any filters, servlets, in

Thread reuse question (Tomcat 4.1)

2004-06-08 Thread Greg Ward
I have a question motivated by our application's slightly peculiar logging requirements. (Details below, if you're curious.) Specifically, does Tomcat 4.1 reuse request-processing threads across web apps, or only within a single web app? I.e. if thread X is created to service a request for web a

Re: persist sessions in a clustered environment

2004-06-08 Thread Filip Hanik - Dev
persist sessions in a clustered environmentuse the PersistenceManager instead of the clustering if all you want is to write sessions to a file system. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html Did you need any help figuring out why in memory replication didn't work? Fili

RE: How do I associate a web app with a specific IP (connector)?

2004-06-08 Thread Patrick Willart
Nope, you don't. There are different ways to do this, but with this technique you don't need extra connectors. grts, Patrick -Original Message- From: Barnet Wagman [mailto:[EMAIL PROTECTED] Sent: Monday, June 07, 2004 9:30 PM To: Tomcat Users List Subject: Re: How do I associate a web ap

Error running service.bat while trying to install 2nd tomcat service

2004-06-08 Thread Ben Souther
Hello, I'm trying to install a 2nd instance of tomcat as a windows service with service.bat. The script reports several errors but then reports that the service has been installed. It doesn't appear that it has. Has anyone seen these errors before? ==

RE: Porting from Resin to Tomcat

2004-06-08 Thread SH Solutions
Hi > We are porting an application from Resin running on WinNT/IIS to Tomcat on Linux. However, we are noticing a lot of errors coming up on Tomcat that do not occur on Resin. > Is there anyone on the list that has ported an app between the two platforms? What are some known issues in the portin

RE: Porting from Resin to Tomcat

2004-06-08 Thread Shapira, Yoav
Hi, Well, a couple of things could be happening. One is that the versions of Tomcat and Resin that you're using support different versions of the Servlet Specification. For example, if you're migrating from the newest Resin to tomcat 4.x and are using Servlet Spec 2.4 calls or classes, you won't

RE: cookie size and tomcat 5

2004-06-08 Thread Mike Curwen
ARGH!! Why did I bother? http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=5 6&t=002459 > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 08, 2004 7:46 AM > To: Tomcat Users List > Subject: RE: cookie size and tomcat

Porting from Resin to Tomcat

2004-06-08 Thread Worley Brent - bworle
We are porting an application from Resin running on WinNT/IIS to Tomcat on Linux. However, we are noticing a lot of errors coming up on Tomcat that do not occur on Resin. Is there anyone on the list that has ported an app between the two platforms? What are some known issues in the porting? I'm

RE: ROOT.war says it's missing application web.xml

2004-06-08 Thread Tim Penhey
Hoo Ray! Thanks, that fixed it. Tim > -Original Message- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: 08 June 2004 14:26 > To: Tomcat Users List > Subject: RE: ROOT.war says it's missing application web.xml > > > > Hi, > Change path="/" to path="" and restart tomcat. > > Y

Re: Creator --> Tomcat

2004-06-08 Thread James Black
[EMAIL PROTECTED] wrote: Hi! I have been working with Sun's Studio Creator early release, and am trying to transfer a project of automatically-built files to Tomcat. There seems to be no explicit documentation on how to do this. I have copied the seemingly appropriate file structure [folder with

tomcat url rewriting protblem

2004-06-08 Thread Christophe Andreoli
Hello ! I just would like to redirect /mitop to /mitop2 I wrote in httpd.conf RewriteEngine On RewriteLog "/logs/rewrite.log" RewriteRule ^/mitop /mitop2 I doesn't work and when I look at access.log , I see: [08/Jun/2004:15:38:35 +0200] - - [08/Jun/2004:15:38:35 +0200] "GET /mitop HTTP/1.1" 302

RE: ROOT.war says it's missing application web.xml

2004-06-08 Thread Shapira, Yoav
Hi, Change path="/" to path="" and restart tomcat. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Tim Penhey [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 08, 2004 9:17 AM >To: Tomcat-User >Subject: ROOT.war says it's missing application web.xml > >Hi All, > >I

ROOT.war says it's missing application web.xml

2004-06-08 Thread Tim Penhey
Hi All, I have a vanilla Tomcat 5.0.25 on Win 2K using JDK 1.4.2_04. I undeployed all the default webapps except admin and manager, and I wanted to replace the ROOT context with a war file. However, here is where the problems seem to go wrong. I have a ROOT.xml config file in ${catalina.home}/c

RE: Tomcat 5.0.x deadlock

2004-06-08 Thread Ryan Lissack
It is more than likely a problem with the NPTL stuff that was included in RedHat 9. Setting the LD_ASSUME_KERNEL environment variable to 2.4.1 will probably fix your problem, so in /etc/profile (or equivalent) add: export LD_ASSUME_KERNEL=2.4.1; There are plenty of details about this in the archi

Re: Tomcat 5.0.x deadlock

2004-06-08 Thread Stefano Lissa
Ryan Lissack wrote: Hi, Does Tomcat stop responding on both RedHat 8 and RedHat 9 or just the one on RedHat 9 ? sorry Ryan, just a mistake, they both are RedHat 9 (Shrike)... at least a common element... Thank you. Stefano. -- Email.it, the professional e-mail, gratis per te: http://www.email

RE: JNDI Datasource advanced use

2004-06-08 Thread Hans
Hi, seems to me you are talking about 2 different things: - preventing the user from executing a huge query while another is running - cancelling the huge query The first can easily be implemented using some flags in a user session, the second I don't know ;-). What does your database documentation

RE: Tomcat 5.0.x deadlock

2004-06-08 Thread Ryan Lissack
Hi, Does Tomcat stop responding on both RedHat 8 and RedHat 9 or just the one on RedHat 9 ? Ryan. -Original Message- From: Stefano Lissa [mailto:[EMAIL PROTECTED] Sent: 08 June 2004 13:31 To: Tomcat Users List Subject: Tomcat 5.0.x deadlock Hi, this my situation: two indipendent server

RE: cookie size and tomcat 5

2004-06-08 Thread Shapira, Yoav
Hi, Tomcat 5.0.24 has a cookies-related bug. Use 5.0.25 or later or 5.0.24 with the cookie hotfix. Yoav Shapira Millennium Research Informatics >-Original Message- >From: anish [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 08, 2004 5:19 AM >To: Tomcat Users List >Subject: cookie size a

Re: [TC5] Problems with context.xml

2004-06-08 Thread Mark Woon
alu, artifex wrote: another try: =) how does the xml structure look like in your context.xml file? i think you have to omit the tag if you haven't already done so. Sorry, but no. I specifically want to use a server-wide JNDI resource instead of redefining the same resource within my context. N

RE: JNDI Datasource advanced use

2004-06-08 Thread Enrico Drusiani
Hi Freddy, Thanks for your fast reply. Actually with closing i mean bolcking the execution of the Statement.executeQuery(String SQL) method (or the like) while it is running. For being more accurate and in order to give you an idea of the data flow, that query can actually work on some million rec

Tomcat 5.0.x deadlock

2004-06-08 Thread Stefano Lissa
Hi, this my situation: two indipendent servers, the first with red hat 8, jdk 1.4.1, tomcat 5.0.16, no connectors, no Apache. The second with red hat 9, jdk 1.4.2_04, tomcat 5.0.19, no Apache. Randomly I find Tomcat stop responding: no CPU load, no JVM activity, no information on catalina.out a

RE: JNDI Datasource advanced use

2004-06-08 Thread Freddy Villalba Arias
Hi Enrico, I suppose that by "closing" you mean freeing up the resource. When you close a connection that has been obtained from a DataSource, I believe it is not actually closed, but only released, hence made available to other processes. How many connections are there, for how long, and that so

No response from Tomcat 5 with IIS

2004-06-08 Thread George
Hi! (BI'm having following problem. (B (B (BTomcat 5.0.24 running on Windows 2000 server and IIS 5, (BJK2 2.0.4 (BThe server is put under hardware load balancer "BIG-IP" by (BF5 inc. (B (B (BSometime when the system load is high (about 10 to 20 (Busers are using the aplication), tomcat d

JNDI Datasource advanced use

2004-06-08 Thread Enrico Drusiani
Greetings everyone. I need to give the user of my servlet based web application the chance to close a connection to a db if it takes too much time (some of my queries work on a huge amount of data). I was thinking of something like a "cancel" button that asks a servlet to close the working connect

Re: [TC5] Problems with context.xml

2004-06-08 Thread alu, artifex
another try: =) how does the xml structure look like in your context.xml file? i think you have to omit the tag if you haven't already done so. the xml file should look like this: - ... ... ... - mfg alu Mark Woon wrote: alu, artifex wr

Re: can't start tomcat4

2004-06-08 Thread Toms
*Maybe this is the problem? :) ContextConfig[]: Missing application web.xml, using defaults only * stella luna wrote: This is the error i am getting. Anyone have any ideas? The xml.users file exists and permissions are set properly. Starting service Tomcat-Apache13 Apache Tomcat/4.1.30 WebappLoa

cookie size and tomcat 5

2004-06-08 Thread anish
Hi all, have you ever met with a cookie problem with tomcat 5x series. actually we are trying to set a cookie which comes around 4 KB, in tomcat 5.0.24 and then our application crashes. But this works fine with old versions of tomcat like 3x and 4x series. we r setting the cookie through javasc

Re: Strange behavious with session creation on http and https

2004-06-08 Thread John Sidney-Woollett
Ismael Blesa Part said: > I would like to have different sessions for different schemas, that is, > If you connect to http and then to https then TWO DIFFERENT sessions are > created. > But I have not found how to do this. > > My fear is that on different application servers the behaviour is > diff

Re: Strange behavious with session creation on http and https

2004-06-08 Thread Ismael Blesa Part
I have reviewed the mailing list and I have found that the normal behaviour in tomcat is You enter in http and then change to https (session is shared) You enter in https and then in http (you have two different sessions) I would like to have different sessions for different schemas, that is, If

Re: Strange behavious with session creation on http and https

2004-06-08 Thread John Sidney-Woollett
Ismael Blesa Part said: > > I have set two connectors http and https. I have my webapp that is > served by these two connectors. [snip] > However, If I connect first to https and then I change to http, I will > have two sessions, one for https and the other one to http. I believe that this is no

JVM Implementation for Running Tomcat in MontaVista Linux (PowerPC)?

2004-06-08 Thread Tony Yat-Tung Cheung
Hi all, We are looking for ways to run Tomcat in MontaVista Linux in the Power PC platform. Is there any existing JVM implementation, either commerical or open-source? If not, is there any on-going effort in porting such a JVM? Thank you. Any information is much appreciated. Regards, Tony Cheun

  1   2   >