Re: Question about tomcat startup ConcurrentModificationException

2005-09-28 Thread Maurice Yarrow
Hello Jilles So I have downloaded the mx4j-2.1.1.tar and untarred it, but since there is no exact match for jmx.jar in the mx4j distribution I zipinfo'd and sorted: the original tomcat/bin/jmx.tar (235 classes) mx4j.jar (285 classes) When diff'd, mostly a good

Re: Question about tomcat startup ConcurrentModificationException

2005-09-27 Thread Jilles van Gurp
The fix is to replace the mx4j jar file in the release (bin/jmx.jar) with the fixed version (latest 2.1.x) which has been available for a long time now from the mx4j project site. You might also search this mailinglist. This must be one of the more frequently raised topics. I know I found the

Re: Question about tomcat startup ConcurrentModificationException

2005-09-26 Thread Tim Funk
Search bugzilla. There is a bug report about ConcurrentModificationException - it has to do with mx4j having a race condition. The bug describes a fix. -Tim Maurice Yarrow wrote: Hello Tomcat people When tomcat is restarted, it occasionally (1 in 25 times) gets the below exception.

Re: question about deployment (including executables in war)

2005-07-20 Thread Murad Nayal
Hi Alon, Thanks for reply. I am new to tomcat development. but I'll try my best to be more specific. it seems that there are a couple of ways to 'deploy' web applications. the deploy task has a localWar attribute that points to the local build directory. Or you can use the war attribute that

Re: question about deployment (including executables in war)

2005-07-20 Thread Murad Nayal
- From: Alon Belman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 4:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: question about deployment (including executables in war) Murad, I'm not 100% sure what you're asking -- like what do you mean by jar strips

RE: question about deployment (including executables in war)

2005-07-20 Thread Richard Mixon (qwest)
Hope this helps. - Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Murad Nayal Sent: Wednesday, July 20, 2005 12:32 PM To: Tomcat Users List; Richard Mixon (qwest) Subject: Re: question about deployment (including executables in war) Many thanks

Re: question about deployment (including executables in war)

2005-07-19 Thread Alon Belman
Murad, I'm not 100% sure what you're asking -- like what do you mean by jar strips the execute file permissions from my programs? -- but i'm assuming you cant do it. In fact, I will be more than a little alarmed if a packaged web app can include and run arbitrary executables unless specifically

RE: question about deployment (including executables in war)

2005-07-19 Thread Richard Mixon (qwest)
a deployment script (build.xml) that should be a good starting point. Hope this helps - Richard -Original Message- From: Alon Belman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 4:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: question about deployment (including

RE: Question: Steve Kirk

2005-05-27 Thread Steve Kirk
Thanks for saying that LOL :) but I'm afraid that you flatter me ;-) I've been using TC on and off for about 4 years, I have a working knowledge of the features that I actually use in my webapps, and answer Qs on those when I can, but that really is about it - there are many others on this list

Re: Question: Steve Kirk

2005-05-27 Thread Mike Baliel
Thanks Steve... I feel the same way. I'm sure someone out there has done this or has experience with it on Tomcat. When I encountered the issue two days ago, I spent a fair amount of time trying to resolve it. I ran a number of tests and after all attempts failed, I finally decided

RE: question about load-on-startup in web.xml

2005-05-12 Thread Michael Oliver
. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -Original Message- From: Annie Wang [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 3:47 PM To: Parsons Technical Services; Tomcat Users List Subject: Re

Re: question about load-on-startup in web.xml

2005-05-12 Thread QM
On Wed, May 11, 2005 at 08:53:43PM -0500, Caldarale, Charles R wrote: : any one know if there's a way to make webappY get installed before : webappX? : : If you want to synchronize application deployment, I think you're going : to have to do that within the app itself, possibly with context :

Re: question about load-on-startup in web.xml

2005-05-11 Thread Annie Wang
hi doug, yup, was thinking along similar lines. just wasn't sure if there was some setting i wasn't aware of to do what i'm looking for. thanks. -annie On 5/10/05, Parsons Technical Services [EMAIL PROTECTED] wrote: I may be off base on this one but I think that once Tomcat fires off the init

Re: question about load-on-startup in web.xml

2005-05-11 Thread Annie Wang
i tried putting in a sleep in my servlet's init method, but $CATALINA_HOME/logs/catalina.out seems to indicate that tomcat waits for it to initalize.. in my catalina.out, i have: May 11, 2005 2:12:06 PM org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at

RE: question about load-on-startup in web.xml

2005-05-11 Thread Caldarale, Charles R
From: Annie Wang [mailto:[EMAIL PROTECTED] Subject: Re: question about load-on-startup in web.xml any one know if there's a way to make webappY get installed before webappX? As far as I can tell, the intent of the JSP and servlet specs is for web applications to be independent of both

Re: question about load-on-startup in web.xml

2005-05-11 Thread Annie Wang
thanks for the insights and suggestions chuck! On 5/11/05, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Annie Wang [mailto:[EMAIL PROTECTED] Subject: Re: question about load-on-startup in web.xml any one know if there's a way to make webappY get installed before webappX

Re: question about load-on-startup in web.xml

2005-05-10 Thread Parsons Technical Services
I may be off base on this one but I think that once Tomcat fires off the init method it doesn't care or monitor the progress of the servlet. Just think, some servlets may take several minutes to finish. If other apps had to wait then it could take a long time to get the server started. Now as

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
On 5/6/05, anshul [EMAIL PROTECTED] wrote: I'm using Windows 2003. I've installed Apache2 on port 80, using .php scripts from ~/wwwroot I've installed Tomcat5 on port 8080, using .jsp scripts from ~/webapps/root I want2run HTML by Apache, .jsp by Tomcat and place my complete Web site in

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread anshul
@jakarta.apache.org Sent: Friday, May 06, 2005 5:41 PM Subject: Re: Question: Please tell me to connect Tomcat/Apache On 5/6/05, anshul [EMAIL PROTECTED] wrote: I'm using Windows 2003. I've installed Apache2 on port 80, using .php scripts from ~/wwwroot I've installed Tomcat5 on port 8080, using .jsp

Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Friday, May 06, 2005 5:41 PM Subject: Re: Question: Please tell me to connect Tomcat/Apache On 5/6/05, anshul [EMAIL PROTECTED] wrote: I'm using Windows 2003. I've installed Apache2 on port 80, using .php scripts from

RE: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Peter Crowther
From: anshul [mailto:[EMAIL PROTECTED] I think/read, Apache is better than Tomcat for HTML Web pages. That is your decision, but... I asked, to run .jsp from ~/wwwroot ... you won't easily be able to mix, in the same directory, Apache serving the HTML files and Tomcat serving the JSPs.

Re: Question on JNDI configuration

2005-05-02 Thread Will Hartung
From: John MccLain [EMAIL PROTECTED] Sent: Monday, May 02, 2005 4:23 PM Is it possible to add a datasource to JNDI AFTER the server has started? We have a webapp that creates a DbConnection pool AFTER first user authentication. I would like to access this pool via JNDI conventions (because

Re: Question on JNDI configuration

2005-05-02 Thread QM
On Mon, May 02, 2005 at 04:23:05PM -0700, John MccLain wrote: : Is it possible to add a datasource to JNDI AFTER the server has started? If you create the DataSource yourself, yes, you can bind it. I had to test the same thing tonight, so I'll share an excerpt of my stub code. The short story

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-05-01 Thread Anto Paul
On 4/30/05, Anoop kumar V [EMAIL PROTECTED] wrote: I am not sure why you had a blank (empty) webapps directory - possibly because you chose to download a version of tomcat4.0 which has no examples included... I have done nothing at all to the web.xml. There was abs nothing wrong with your

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anto Paul
On 4/29/05, Michelle Bruns [EMAIL PROTECTED] wrote: Hi there, I Installed Tomcat 4.0 (my professor recommended this older version) on my Win 2000 box. j2sdk1.4.0_01, j2sdkee1.2.1. Before installing Tomcat, I changed my Oracle XDB port to use 8083 instead of 8080; IIS is also installed and

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Michelle Bruns
Hi there, I do not have a webapps/ROOT directory. It's not in my install ZIP file either. Creating a blank new one doesn't seem to change anything. According to my services file (BTW, I misspoke when I said Win2000, it's WinXP) I have no used ports at all in my 8000 range, although I know Oracle

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anoop kumar V
lets see if you have everything right: You have installed tomcat from an install available from the tomcat website?? I assume yes - so that is out of question that the install file in corrupt. SO probably you opted for a custom install and checked out that u did NOT want examples to be

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Michelle Bruns
Anoop, Thank you so much for taking so much time to so thoroughly respond to my message. I tried your suggestions, but no luck. It sounds to me as if maybe you are describing a scenario for a newer version of Tomcat than I was using (4.0, because my instructor said it was easier, ha). For

Re: Question Title: Newbie Tomcat 4.0 install gives 500 No Context configured error @ HTTP localhost

2005-04-29 Thread Anoop kumar V
I am not sure why you had a blank (empty) webapps directory - possibly because you chose to download a version of tomcat4.0 which has no examples included... I have done nothing at all to the web.xml. There was abs nothing wrong with your TC installation - except that it required an

RE: Question about File writing and authorisation

2005-04-27 Thread Peter Crowther
From: Maarten Janssen [mailto:[EMAIL PROTECTED] I have a servlet that create output files (txt) on the fly (with File obj etc). I can write these files anywhere on the server (where the apllication is running), so thats great. But if I want to write them to another computer in the netwok

Re: question about multiple instances and multiple domains

2005-03-23 Thread Tim Funk
You have 2 ways (actually more, but I'm gonna suggest 2). Both involve running apache on port 80. 1) Run apache on port 80 and use JK to route the requests to the approrpriate tomcat. This involves some more config tweaks for your existing tomcat instance. 2) Run apache on port 80 and use

RE: question about multiple instances and multiple domains

2005-03-23 Thread Bedrijven.nl
And what if i don't want to use apache?? Maarten -Oorspronkelijk bericht- Van: Tim Funk [mailto:[EMAIL PROTECTED] Verzonden: Wednesday, March 23, 2005 1:12 PM Aan: Tomcat Users List Onderwerp: Re: question about multiple instances and multiple domains You have 2 ways (actually more

Re: question about multiple instances and multiple domains

2005-03-23 Thread Tim Funk
List Onderwerp: Re: question about multiple instances and multiple domains You have 2 ways (actually more, but I'm gonna suggest 2). Both involve running apache on port 80. 1) Run apache on port 80 and use JK to route the requests to the approrpriate tomcat. This involves some more config tweaks

RE: question about multiple instances and multiple domains

2005-03-23 Thread Peter Crowther
From: Bedrijven.nl [mailto:[EMAIL PROTECTED] And what if i don't want to use apache?? Alternative approaches could include allocating each application its own IP address, ensuring that each Tomcat instance binds to port 80 on its own IP address. This assumes you have sufficient IP addresses

RE: question about multiple instances and multiple domains

2005-03-23 Thread Bedrijven.nl
how can I bind each ipaddress to port 80?? And how to assign a ipaddress to an application? Maarten -Oorspronkelijk bericht- Van: Peter Crowther [mailto:[EMAIL PROTECTED] Verzonden: Wednesday, March 23, 2005 1:17 PM Aan: Tomcat Users List Onderwerp: RE: question about multiple instances

RE: question about multiple instances and multiple domains

2005-03-23 Thread Peter Crowther
From: Bedrijven.nl [mailto:[EMAIL PROTECTED] how can I bind each ipaddress to port 80?? And how to assign a ipaddress to an application? 1. On paper, allocate an IP address range to your applications. Remember that if these apps are going to be accessed externally, you'll need a separate

RE: question about multiple instances and multiple domains

2005-03-23 Thread Bedrijven.nl
Onderwerp: Re: question about multiple instances and multiple domains You have 2 ways (actually more, but I'm gonna suggest 2). Both involve running apache on port 80. 1) Run apache on port 80 and use JK to route the requests to the approrpriate tomcat. This involves some more config tweaks for your

RE: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-28 Thread Varley, Roger
If I can see your encrypted passwords, then I can see the code that decrypts them. And with that I have your passwords. It only adds a step to my effort to crack your security. Is that strictly true? If you use the method that is used to encrypt Unix passwords (google for JCrypt for

Re: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-28 Thread Parsons Technical Services
Users List tomcat-user@jakarta.apache.org Sent: Monday, February 28, 2005 4:34 AM Subject: RE: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords If I can see your encrypted passwords, then I can see the code that decrypts them. And with that I have your passwords

RE: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-28 Thread George Sexton
-Original Message- From: Edmon Begoli [mailto:[EMAIL PROTECTED] Sent: Sunday, February 27, 2005 1:15 AM To: Tomcat Users List Subject: Re: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords Please do not start the flame war. Check what I have to say

Re: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-28 Thread Shankar Unni
George Sexton wrote: If you really want to do this, then you will need to have your application startup have a method that permits an operator to enter in the password for the JDBC information at startup. Whatever - the key is to be able to insert an application-defined processing step between

Re: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-27 Thread Edmon Begoli
Please do not start the flame war. Check what I have to say. I am really not a beginner in this area. First, feature I mentioned is commonly implemented on every major application server platform that I know- JBoss, WebSphere, WebLogic, Oracle AS. It's purpose is not to permanently protect the

Re: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-27 Thread Parsons Technical Services
, it would make your install custom, but that would be a good thing in your case. Why do you think M$ gets hacked so much? Doug - Original Message - From: Edmon Begoli [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Sunday, February 27, 2005 3:14 AM Subject: Re

RE: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-27 Thread Richard Mixon (qwest)
Edmon, I am not sure if I understand, but perhaps you should tak a look at Matt Raible's Appfuse application framework at: https://appfuse.dev.java.net/ His solution uses: - SSL (optional of course, just a servlet parameter); - Container Managed Authentication; - a custom login servlet that

RE: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-27 Thread Benson Margulies
Why do you give your webapp access to a sql user with all this dangerous and unneccessary access? The user name / password on the externally-accessible machine could have a sql login that only granted access to views (or better yet) procedures, that allowed for the minimal necessary access: that's

Re: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-26 Thread Parsons Technical Services
Okay, I know I am starting a flame war but why go through the effort? If I can see your encrypted passwords, then I can see the code that decrypts them. And with that I have your passwords. It only adds a step to my effort to crack your security. The only way to really secure them is to secure

Re: Question: how to limit one webapp to secured connection another with none-secured?

2005-01-26 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/security.html#https -Tim Li Ma wrote: I have two webapps, one is for system admin, let's call it myadmin. To use this app, I want user always use secured connection; Another is myapp, which only allows none-secured conneciton. Now I want the two apps run in the

Re: Question about JNDI resources

2005-01-19 Thread Harry Mantheakis
It sounds plausible to hold onto the DataSource once you had it. I do, with PostgreSQL. And then there is an issue of synchronization? Hmm... You got me thinking there :-) I have always assumed that a DataSource reference retrieved from a JNDI lookup is a singleton - IOW the connection

Re: Question about JNDI resources

2005-01-19 Thread Harry Mantheakis
I think I found the answer to my own question in the Commons DBCP documentation: http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/datas ources/package-summary.html Under the JNDI section, the last paragraph states: quote The reference to the DataSource could be

Re: Question about JNDI resources

2005-01-18 Thread Parsons Technical Services
Since no one else has taken a crack at this As for the examples, a lot of apps do not hold any static content. At least simple example types. Then there is the issue of jsp's with no static class. It sounds plausible to hold onto the DataSource once you had it. If you did, I don't think you

Re: Question about JNDI resources

2005-01-17 Thread Tim Funk
You should be able to store a reference to the Datasource and that should be all you need. Its probably not done that way in the examples since static variables are frowned upon. JNDI lookups are usually almost as faster a Hash lookup. So the speed is fairly negligible. -Tim Alan Deikman

RE: question about Realm's scope

2004-11-18 Thread Shapira, Yoav
Hi, Realms can be defined at the Engine, Host, of Context level. If they're at the Context level, they will apply only to that webapp, so re-authentication will be required. At the Host level, no re-authentication will be needed if the second webapp is in the same Host. Same concept for the

RE: question on Creating war file

2004-11-08 Thread Daxin Zuo
Sorry, it is much easier than I thought. I did it. -Original Message- From: Daxin Zuo [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 2:52 PM To: Tomcat Users List Subject: question on Creating war file I am going to pack the application into a war file. I like to use ant. I

RE: Question from a newbie! Please pardon me!

2004-09-30 Thread John Najarian
Check your environment variables. CATALINA_HOME c:\tomcat or wherever you installed tomcat Seem you have this set properly CLASSPATH c:\j2sdk1.4.2_03;c:\tomcat\common\lib\servlet-api.jar;c:\tomcat\common\lib\j sp-api.jar;c:\tomcat\common\lib\tools.jar;. There are different ways to do this but

Re: Question from a newbie! Please pardon me!

2004-09-30 Thread Gerardo Juarez
If other applications (using other packages) compile correctly, then your classpath is correct and the problem then is that you don't have installed the servlet jar, or it is in the wrong place, which is $JAVA_HOME/jre/lib/ext/ The file I have is: servlet-2_3-fcs-classfiles.jar. I guess

Re: Question on use of Java style comments in JSP

2004-09-17 Thread Jarl Skogsholm
PROTECTED] wrote: t.jsp %//a% aaa t_jsp.java //a out.write(\naaa\n); The out.write() needs to be on second line. rgds Antony Paul - Original Message - From: Jarl Skogsholm [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 8:14 PM Subject: Re

Re: Question on use of Java style comments in JSP

2004-09-16 Thread Tim Funk
Never use // in JSP code. Also never use if conditionals without {} (as well as for loops). -Tim Antony Paul wrote: Hi, I have problems in displaying a JSP page in Tomcat 4.1.12. A file containing code like this is not displayed %//a% aaa Instead it is displayed properly in Tomcat 4.1.30.

Re: Question on use of Java style comments in JSP

2004-09-16 Thread Antony Paul
, 2004 6:29 PM Subject: Re: Question on use of Java style comments in JSP Never use // in JSP code. Also never use if conditionals without {} (as well as for loops). -Tim Antony Paul wrote: Hi, I have problems in displaying a JSP page in Tomcat 4.1.12. A file containing code like

Re: Question on use of Java style comments in JSP

2004-09-16 Thread Jarl Skogsholm
This displays properly if versions 5+. There is nothing wrong with using // in jsp files, jsp's are converted into valid java code. Are you getting error messages? does it produce any code at all? On Thu, 16 Sep 2004 18:42:44 +0530, Antony Paul [EMAIL PROTECTED] wrote: Do you mean that none

Re: Question on use of Java style comments in JSP

2004-09-16 Thread Antony Paul
- From: Jarl Skogsholm [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 6:52 PM Subject: Re: Question on use of Java style comments in JSP This displays properly if versions 5+. There is nothing wrong with using // in jsp files, jsp's are converted

Re: Question on use of Java style comments in JSP

2004-09-16 Thread Jarl Skogsholm
Go look in the work directory and find the corresponding java file to this jsp. On Thu, 16 Sep 2004 19:22:50 +0530, Antony Paul [EMAIL PROTECTED] wrote: It is not producing error messages on stdout/stderr or to screen instead it gives this output !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0

RE: Question about creating new HttpSessions

2004-09-16 Thread Shapira, Yoav
Hi, Why don't you want to invalidate the old one? Yoav Shapira Millennium Research Informatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 16, 2004 3:13 PM To: [EMAIL PROTECTED] Subject: Question about creating new HttpSessions First

RE: Question about creating new HttpSessions

2004-09-16 Thread Matt . Hoover
Shapira, Yoav said: Hi, Why don't you want to invalidate the old one? Mainly because the case that brought up this problem is the tester using the File-New-New window command, then browsing to a bookmarked URL for the login page. They need to be able to continue using the old session in the

RE: Question about creating new HttpSessions

2004-09-16 Thread Shapira, Yoav
Hola, Shapira, Yoav said: Hi, Why don't you want to invalidate the old one? Mainly because the case that brought up this problem is the tester using the File-New-New window command, then browsing to a bookmarked URL for the login page. They need to be able to continue using the old session

RE: Question about creating new HttpSessions

2004-09-16 Thread Justin Ruthenbeck
At 12:24 PM 9/16/2004, you wrote: Shapira, Yoav said: Hi, Why don't you want to invalidate the old one? Mainly because the case that brought up this problem is the tester using the File-New-New window command, then browsing to a bookmarked URL for the login page. They need to be able to

Re: Question on use of Java style comments in JSP

2004-09-16 Thread Antony Paul
t.jsp %//a% aaa t_jsp.java //a out.write(\naaa\n); The out.write() needs to be on second line. rgds Antony Paul - Original Message - From: Jarl Skogsholm [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, September 16, 2004 8:14 PM Subject: Re: Question

RE: question about non-responding commands in tomcat 5.5.1 manager application

2004-09-14 Thread Shapira, Yoav
Hi, I think I inadvertently broke the HTML manager (Ant should still work fine) in 5.5.1 when I added the JavaScript confirmation prompts to the start/stop/deploy/undeploy commands. I added these prompts to address existing Bugzilla requests, but the single quotes are being removed somewhere

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Ralph Einfeldt
My recommendations: - Use one installation and define CATALINA_BASE for each. - Define one virtual ip per instance - bind each instance to one ip -Original Message- From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 2:16 PM To: 'Tomcat Users List' Subject:

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Bedrijven.nl
: Friday, September 10, 2004 1:41 PM Aan: Tomcat Users List; [EMAIL PROTECTED] Onderwerp: RE: Question about multiple instances instead virtual hosts My recommendations: - Use one installation and define CATALINA_BASE for each. - Define one virtual ip per instance - bind each instance to one ip

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Ralph Einfeldt
To: 'Tomcat Users List' Subject: RE: Question about multiple instances instead virtual hosts can you give examples of: - how to define CATALINA_BASE (i.e. a new director applications/applicationX/webapps, applications/applicationY/webapps etc is that OK??) - how to bind the one ip address

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Bedrijven.nl
:54 PM Aan: 'Tomcat Users List' Onderwerp: RE: Question about multiple instances instead virtual hosts can you give examples of: - how to define CATALINA_BASE (i.e. a new director applications/applicationX/webapps, applications/applicationY/webapps etc is that OK??) - how to bind the one ip

RE: Question about multiple instances instead virtual hosts

2004-09-10 Thread Ralph Einfeldt
You just need one installation. See my previous post for an exaple structure. -Original Message- From: Bedrijven.nl [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 4:42 PM To: 'Tomcat Users List' Subject: RE: Question about multiple instances instead virtual hosts I

Re: Question about multiple instances instead virtual hosts

2004-09-10 Thread Mark Lowe
could I do that?? (especially all connect to port 80) Maarten -Oorspronkelijk bericht- Van: Bedrijven.nl [mailto:[EMAIL PROTECTED] Verzonden: Friday, September 10, 2004 1:54 PM Aan: 'Tomcat Users List' Onderwerp: RE: Question about multiple instances instead virtual hosts can you give

Re: question on tomcat's JSESSIONID

2004-07-19 Thread Yassine_Hinnach
) Subject:Re: question on tomcat's JSESSIONID [EMAIL PROTECTED] wrote: Hi, I have 2 questions regarding tomcat: 1- I am wondering if it is possible to rename the JSESSIONID cookie to something else. I am interseted in renaming it host_port_JSESSIONID this way JSESSION ids generated

Re: question on tomcat's JSESSIONID

2004-07-03 Thread Michael Echerer
[EMAIL PROTECTED] wrote: Hi, I have 2 questions regarding tomcat: 1- I am wondering if it is possible to rename the JSESSIONID cookie to something else. I am interseted in renaming it host_port_JSESSIONID this way JSESSION ids generated by webservers on the same domain (domain.com) will not

Re: question about user name and password to use

2004-06-28 Thread Selmar
yes, that's was what i was doing, but for a strange reason it wasnt working. After restarting my server it works. It's linke windows. Kind regards, Selmar. Matt Anderson wrote: You should be able to login into the admin web app by using the following details Goto http://localhost/admin (assuming

RE: question about user name and password to use

2004-06-24 Thread Matt Anderson
You should be able to login into the admin web app by using the following details Goto http://localhost/admin (assuming the server is on your machine) - this is for the admin web application Goto http://localhost/manager/html (assuming the server is on your machine) - this is for the manager web

RE: question

2004-06-17 Thread [EMAIL PROTECTED]
I put my web application under webapps... (moved the entire subtree of my application) now what do i do to have it running? How do i connect to it? Angelo Hi, Didn't we discuss this last week? ;) Anyways, don't put your webapp under webapps/ROOT: put it under the webapps folder itself.

Re: question

2004-06-17 Thread Ben Souther
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/index.html On Thursday 17 June 2004 11:30 am, [EMAIL PROTECTED] wrote: I put my web application under webapps... (moved the entire subtree of my application) now what do i do to have it running? How do i connect to it? Angelo

Re: question

2004-06-17 Thread Chong Yu Meng
Hi Angelo, Please read my write-up on Tomcat 5 here : http://cymulacrum.net/writings/tomcat5/book1.html I am currently updating the document, but what you need now is right there. Regards, pascal chong [EMAIL PROTECTED] wrote: I put my web application under webapps... (moved the entire subtree

Re: question

2004-06-17 Thread [EMAIL PROTECTED]
Hi I'm sorry but i don't understand. may someone explain it? I want to know the procedure of making an application running, please Angelo Hi Angelo, Please read my write-up on Tomcat 5 here : http://cymulacrum.net/writings/tomcat5/book1.html I am currently updating the document,

Re: question

2004-06-17 Thread Giuseppe Briotti
Hi I'm sorry but i don't understand. may someone explain it? I want to know the procedure of making an application running, please Angelo http://cymulacrum.net/writings/tomcat5/book1.html Hi Angelo, the chapter 4 of Pascal's book is exactly what you need... Check the

RE: question

2004-06-17 Thread Robert Harper
-examples tree for more detail and samples. That is why they are included in the installation. Robert S. Harper 801.265.8800 ex. 255 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 10:18 AM To: tomcat-user Subject: Re: question Hi

RE: question

2004-06-16 Thread Shapira, Yoav
Hi, Didn't we discuss this last week? ;) Anyways, don't put your webapp under webapps/ROOT: put it under the webapps folder itself. Put all your classes in packages to establish a good habit. Use explicit imports for your classes unless they're in the same package as the class using the

Re: question

2004-06-16 Thread Giuseppe Briotti
== Date: Wed, 16 Jun 2004 16:35:26 +0200 From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED] Subject: question == Question, please. I have a web application... named matrici/web so i have a tree like this

RE: question

2004-06-16 Thread STOCKHOLM, Raymond
Hi, You need to have the correct package in /classes : If CreaServizio.class is the package org.company you should have : matrici/web/ -many jsp files -WEB-INF/ --web.xml --classes/org/company/CreaServizio.class -Message d'origine- De : [EMAIL PROTECTED]

Re: question

2004-06-16 Thread Tim Funk
Yes. ALl your classes should be ina package: http://jakarta.apache.org/tomcat/faq/classnotfound.html -Tim [EMAIL PROTECTED] wrote: Question, please. I have a web application... named matrici/web so i have a tree like this matrici/web/ -many jsp files -WEB-INF/ --web.xml

Re: question

2004-06-16 Thread QM
On Wed, Jun 16, 2004 at 04:39:28PM +0200, [EMAIL PROTECTED] wrote: : I put my extern class, CreaServizio.class in WEB-INF/classes/ is it right? : do i have to create a package for that class? Did you try to put it in a package? What happened? Yes, it's required. : or do i have to use an

Re: Question?

2004-05-24 Thread Wade Chandler
mpforste wrote: I want to use Tomcat as a major part of the server, can you set Tomcat to also serve php so removing the need for apache? I am currently running apache 1.3(patched) and would like to drop it and use Tomcat 5 standalone to provide both port 80 and 443 but until I can convert from

Re: Question?

2004-05-22 Thread QM
On Sat, May 22, 2004 at 12:36:59PM +0100, mpforste wrote: : : I want to use Tomcat as a major part of the server, can you set Tomcat to : also serve php so removing the need for apache? There's docs for this in the Wiki. -QM -- software -- http://www.brandxdev.net tech news --

RE: Question on Valves.

2004-05-17 Thread Shapira, Yoav
Hi, Yes ;) And I imagine numerous others on this list do as well ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Chippada, Sreeni [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 3:26 PM To: Tomcat Users List Subject: Question on Valves. Hi, Does any

RE: Question on Valves.

2004-05-17 Thread Chippada, Sreeni
it in the %CATALINA_HOME%\server\lib directory. Is this the right way to do it? Thanks, Sreeni -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 3:33 PM To: Tomcat Users List Subject: RE: Question on Valves. Hi, Yes ;) And I imagine numerous others

RE: Question on Valves.

2004-05-17 Thread Shapira, Yoav
Hi, I am able to deploy it now by jarring my custom valve and placing it in the %CATALINA_HOME%\server\lib directory. Is this the right way to do it? $CATALINA_HOME/common/lib might work as well. (Or unjarred in server/classes or common/classes). The Valve's class must be visible to the

RE: Question on Valves.

2004-05-17 Thread Chippada, Sreeni
Thanks. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 4:01 PM To: Tomcat Users List Subject: RE: Question on Valves. Hi, I am able to deploy it now by jarring my custom valve and placing it in the %CATALINA_HOME%\server\lib directory

RE: Question about memory

2004-05-07 Thread rlipi
success=false/ Thank you for any suggestions, Lipi -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 8:13 PM To: Tomcat Users List Subject: RE: Question about memory by the way, you can view the performance of Tomcat using JMeter

RE: Question about memory

2004-05-06 Thread Randall Svancara
Just a silly question, but don't you also need to perform some additional production configuration in your web.xml by setting fork equal to true and developement equal to false. It explains it on this page here:

RE: Question about memory

2004-05-06 Thread Yang Xiao
Hi, I have development set to false and fork to true, tomcat still doesn't release the memory, any ideas? Thanks, Yang -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 11:32 AM To: Tomcat Users List Subject: RE: Question about memory Just

RE: Question about memory

2004-05-06 Thread Randall Svancara
I am out of ideas. But it took a little while to release the memory. Perhaps your app has a memory leak?? Anyone else care to comment -Original Message- From: Yang Xiao [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 11:43 AM To: 'Tomcat Users List' Subject: RE: Question

RE: Question about memory

2004-05-06 Thread Randall Svancara
Svancara [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 11:48 AM To: Tomcat Users List Subject: RE: Question about memory I am out of ideas. But it took a little while to release the memory. Perhaps your app has a memory leak?? Anyone else care to comment -Original Message

RE: Question about memory

2004-05-06 Thread Shapira, Yoav
Hi, Here is a blurp i found searching through google for memory top and tomcat: It wouldn't hurt to quote or link to your sources ;) Supposedly tomcat 5 has a status page that displays memory usage. That might be more accurate. It's http://host:port/manager/status. Yoav Shapira This

  1   2   3   4   5   6   >