RE: mod_jk performance

2005-09-14 Thread Bruno Georges
bottleneck or a way to improve the overall performance of your syste. Ideally, when you have metrics on the different parts of the systems it is easier to tune . Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: mod_jk performance

2005-09-14 Thread Bruno Georges
through mod_jk There are pros and cons to take this approach, but it may suffice in your case. Hope it helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: How to re-direct the default Tomcat home page

2005-09-11 Thread Bruno Georges
filter which you deploy in your ROOT webapp, from there you can do some URL manipulation. Search the list and wikis from jboss you will certainly find other options. Kind Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Ben

Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Bruno Georges
your requierments, host, vhost and webapp config. Hope this helps. Bruno Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Tom Spence [EMAIL PROTECTED] Sent: 24.08.2005 15:23 To: Tomcat Users List Subject: Re: INDEX.JSP in

Re: mod_rewrite for Tomcat 5.5

2005-08-01 Thread Bruno Georges
Hi david As Tim pointed out, there are product which does this for you However, your requierments can be easily covered with a servlet filter. You just need to ship it with your war and configure it in your deployment descriptor I have some examples if needed Best regards Bruno Bruno Georges

Re: mod_rewrite for Tomcat 5.5

2005-08-01 Thread Bruno Georges
Hi david As Tim pointed out, there are product which does this for you However, your requierments can be easily covered with a servlet filter. You just need to ship it with your war and configure it in your deployment descriptor I have some examples if needed Best regards Bruno Bruno Georges

Re: Forwarding Domains

2005-08-01 Thread Bruno Georges
own, which reacts on the preprocheaders or urlmap notifications. Hope this helps. Bruno Georges Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Justin Jaynes [EMAIL PROTECTED] Sent: 01.08.2005 23:53 To: tomcat-user

Re: Using more than one SSL cert in keystore?

2005-08-01 Thread Bruno Georges
Justin In this situation, I would use apache + modrewrite If you want some example I can help you Bruno Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Justin Jaynes [EMAIL PROTECTED] Sent: 02.08.2005 00:54 To: Tomcat Users

Re: Forwarding Domains

2005-08-01 Thread Bruno Georges
own, which reacts on the preprocheaders or urlmap notifications. Hope this helps. Bruno Georges Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Justin Jaynes [EMAIL PROTECTED] Sent: 01.08.2005 23:53 To: tomcat-user

Re: Tomcat in production

2005-07-01 Thread Bruno Georges
d the type of request, it is very complete. you can run it form one machine, but again your box network interface will be taking the load, so maybe you can use different box, etc... your choice Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709

RE: web hosting with tomcat

2005-07-01 Thread Bruno Georges
leave tomcat ports to the outside world. 80 is enough [and 443 for HTTPS]. It will also be harder to compromise tomcat if behind apache. Hope this helps Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709

Re: web hosting with tomcat

2005-07-01 Thread Bruno Georges
yourself. http://www.spinweb.net/ http://www.webappcabaret.com/index.html http://eapps.com/ Enjoy. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--> | | "vishwam" | | |

Re: confused J2SE or J2EE

2005-07-01 Thread Bruno Georges
u use JBoss or other EJB container, you still don't need to install the J2EE since these app server implement its spec. With Tomcat use J2SE. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 4

Re: Apache2+jk+tomcat5.028+uri utf-8 SOLVED

2005-07-01 Thread Bruno Georges
Hi Depending on your configuration and operating system, you may have some firewall restriction which prevents connecting to the port 8009. Please check this first, especially if you use XP SP2. Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: WebSphere SOAP under tomcat

2005-06-30 Thread Bruno Georges
If you have the WSDL you can generate clients very easily. For AXIS as wella s PHP, Perl, etc... For Java use tools suchas wsdl2java, then SOAP implementation such as axis will do. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: WebSphere SOAP under tomcat

2005-06-30 Thread Bruno Georges
I would create a stub from the WSDL if you have it. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: Apache2+JK2+Tomcat-5.028 >> URI UTF-8 problem

2005-06-27 Thread Bruno Georges
Hi Luis Why don't you start with mod_jk as opposed to mod_jk2, mod_jk is more recent than mod_jk2 Check the apache httpd.conf for the following directives" AddLanguage AddDefaultCharset UTF-8 Also make sure use in your servlet/JSP: request.setCharacterEncoding("UTF-8"); Bru

Re: VirtualHost configuration SSL

2005-06-23 Thread Bruno Georges
Lars Correction: "Name-based virtual hosting cannot be used with SSL secure servers because of the nature of the SSL protocol. " You will need to use IP-Based virtual hosting when enabling SSL. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 4

Re: VirtualHost configuration SSL

2005-06-23 Thread Bruno Georges
Hi Lars You need to use name-based Virtual hosting. I assume you use apache in front of tomcat. Docs are available on line at: http://httpd.apache.org/docs-2.0/vhosts/ Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

tomcat seems to close connection

2005-06-08 Thread bruno ramos
hi all, I'm using tomcat5 and a webapp I developed... I have a serlvet that is generating some html pages... the problem is that sometimes the servlet is not sending the complete html... it seems the connection is being closed before the serlvet finishes sending data. I've tried the documentat

HTTP Status 403 (tomcat 5.0.28 & JAASRealm)

2005-02-21 Thread Bruno Gonçalves
When I login in my application with a username&password valid I get a HTTP Status 403! I'm using Tomcat 5.0.28 and JAASRealm. I already looked into in my web.xml, and I think is alright. The valid username & password: admin / admin Anyone knows what's the problem? Thanks.. web.xml:

Re: RE : RE : HTTP Status 408 Error when i login

2005-02-18 Thread Bruno Gonçalves
resource has been denied *type* Status report *message* _Access to the requested resource has been denied_ *description* _Access to the specified resource (Access to the requested resource has been denied) has been forbidden._ Any idea? Bruno Gonçalves wrote: This error can occur if the session id is

RE : RE : HTTP Status 408 Error when i login

2005-02-18 Thread Bruno Gonçalves
know precisely). Can you use netstat utility to track tcp state info on socket? Change your browser to exclude bug in browser! For the moment I have no other idea! -Message d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mercredi 16 février 2005 12:16 À : Tomcat Us

Re: RE : HTTP Status 408 Error when i login

2005-02-16 Thread Bruno Gonçalves
Jean-Pierre, do you have any idea what causes the 408 error? Humm... Bruno Gonçalves wrote: humm.. the trace don't give me much more information! --- *The POST:* XXX: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-

RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
humm.. the trace don't give me much more information! --- *The POST:* XXX: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: http://localhost:8082/jcms/web/jsp/das/j_security_check

Re: RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
I used the port 8082 on tomcat! It works! I'm gonna see the trace! Thanks one more time :) Bruno Gonçalves wrote: It seems that I can't listen the same port where tomcat is using (8080). java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketB

RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
SPATH=%CLASSPATH%;/soap.jar -Message d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 18:03 À : Tomcat Users List Objet : Re: RE : RE : RE : HTTP Status 408 Error when i login If I run "java org.apache.soap.util.net.TcpTunnelGui 8080 localho

Re: RE : RE : RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
se. Settings : set CLASSPATH=%CLASPATH%;lib/soap.jar java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8082 where 8080 localhost 8082 -Message d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 13:59 À : Tomcat Users List Objet : Re:

Re: RE : RE : RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
H=%CLASPATH%;lib/soap.jar java org.apache.soap.util.net.TcpTunnelGui 8080 localhost 8082 where 8080 localhost 8082 -----Message d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 13:59 À : Tomcat Users List Objet : Re: RE : RE : HTTP Status 408 Error when i log

Re: RE : RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
/E408.html for explanation! -Message d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 13:36 À : Tomcat Users List Objet : Re: RE : HTTP Status 408 Error when i login Yes, I know! But I don't understand where is the problem :( In the

Re: RE : HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
d'origine- De : Bruno Gonçalves [mailto:[EMAIL PROTECTED] Envoyé : mardi 15 février 2005 12:46 À : tomcat-user@jakarta.apache.org Objet : HTTP Status 408 Error when i login I there! I'm using JAAS on Tomcat 5.0.28 to make a authentication process for my web aplication. When I sub

HTTP Status 408 Error when i login

2005-02-15 Thread Bruno Gonçalves
know what's the problem :( Any help? Thanks... --- Bruno V. Gonçalves - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Cannot get xml in JSTL 1.1 to work

2004-09-28 Thread Premont,Bruno [CIS]
42308 Jun 17 21:00 naming-resources.jar -rw-r--r--1 tomcat tomcat 97690 Jun 17 21:00 servlet-api.jar What do you have in your common/endorsed and common/lib directory ? My ..tomcat/shared/ is empty. Bruno. -Original Message- From: Dov Rosenberg [mailto:[EMAIL PROTECTED]

RE: Cannot get xml in JSTL 1.1 to work

2004-09-28 Thread Premont,Bruno [CIS]
va.sun.com/jsp/jstl/xml"; %> This is b Site Site Siteid: Bruno. -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 4:57 PM To: 'Tomcat Users List' Subject: RE: Cannot get xml in JSTL 1.1 to work JSTL works fine for

Cannot get xml in JSTL 1.1 to work

2004-09-28 Thread Premont,Bruno [CIS]
27049 Sep 28 15:39 jaxp-api.jar -rw-r--r--1 root root26437 Sep 28 15:40 sax.jar -rw-r--r--1 root root 127 Sep 28 15:40 xalan.jar -rw-r--r--1 root root 972027 Sep 28 15:40 xercesImpl.jar I am really stuck! Bruno.

Thank you for your e-mail

2004-06-20 Thread bruno
the important issues that affect you as a constituent. Again, thank you for your e-mail. If I can be of further assistance, please do not hesitate to contact my office. Sincerely, Joseph L. Bruno [Please note that you will receive only one copy of this automated response each day

Re: Hi

2004-01-19 Thread Bruno Vernay
[EMAIL PROTECTED] wrote: Test =) abhpqsntiyyjw -- Test, yep. ??? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JNDI Resource: Cannot create JDBC driver of class '' for connect URL 'null'

2003-11-07 Thread Bruno Costacurta
It's working. Sorry. It was simply a typing error. On Thursday 06 November 2003 18:52, Bruno Costacurta wrote: > Hi All, > > I simply followed the sample provided by Tomcat documentation (4.1.29) about > JNDI Resource (DBCP) and MySQL but received the following error: >

JNDI Resource: Cannot create JDBC driver of class '' for connect URL 'null'

2003-11-06 Thread Bruno Costacurta
ngs seems correct as a connection like: (...) (...) works very fine. Thanks for any clue, explanation or working configuration files. My config is: Tomcat 4.1.29 MySQL v4.0.14 JDBC driver: mysql-connector-java-3.0.9-sta

HTTPS and java client call

2003-10-23 Thread Bruno Morin
Hi, I configured Tomcat to work in HTTPs mode with a self-signed certificate. and I installed a Soap webService on it. Is it possible to develop a java client for a webService thru Https, without create and use a client keystore generated from the server certificate ? Before the call of the web

Re: [URGENT] Tomcat SSL crash on start-up

2003-10-23 Thread Bruno Morin
ot;/path/to/servercerts.ks"' in the Factory > element. > > "Bruno Morin" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi, > > > > I tried to configure Tomcat 4.1.27 with SSL > > > > I use JDK 1

[URGENT] Tomcat SSL crash on start-up

2003-10-22 Thread Bruno Morin
Hi, I tried to configure Tomcat 4.1.27 with SSL I use JDK 1.3.1 with jcert.jar, jnet.jar and jsse.jar in JAVA_HOME/jre/lib/ext/ I had "security.provider.3=com.sun.net.ssl.internal.ssl.Provider" in JAVA_HOME/jre/lib/ext/java.security Then I generate a certificate whith those instructions : keyto

Re: servlet question

2003-09-21 Thread Bruno Costacurta
Indeed. There is a servlet-api.jar under $TOMCAT_HOME/common/lib/ My Tomcat version is 5.0.0 On Sunday 21 September 2003 11:42, BAO RuiXian wrote: > Bruno Costacurta wrote: > > It seems you miss J2EE. > > After installation (from www.java.sun.com/j2ee) > > you should

Re: servlet question

2003-09-21 Thread Bruno Costacurta
It seems you miss J2EE. After installation (from www.java.sun.com/j2ee) you should find j2ee.jar (under $J2EE_HOME/lib/) which contain javax.servlet.* Hope it helps. On Saturday 20 September 2003 17:45, water autumn wrote: > hello: >My environment is follow: > JDK : j2sdk_1.4.2

Re: AW: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-14 Thread Bruno Armand
#x27;, 3);", "insert into JoltData values ('Gilbert', 'Thu', 1);", "insert into JoltData values ('Clarence', 'Fri', 9);", "insert into JoltData values ('Edgar', 'Fri', 3);",

Re: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-03 Thread Bruno Armand
I hope you understand what i mind. Thank! Bruno --- Jon Wingfield <[EMAIL PROTECTED]> schrieb: > Very difficult to tell ;) > > Do you have any errors in the tomcat logs? > Does your debug in the SQLException catch clause get > written to std out > or catalina.out? > If a S

Re: jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-03 Thread Bruno Armand
> <% = rs.getString(i) %> > > > Bruno Armand wrote: > > > Please i try since one week to become this program > > without error, but without success. Perrhaps can > you > > help me! > > > > I write a jsp-file for calling and saving data &g

jdbcodbc database connection problem (access-DB,jsp,tomcat,eclipse)!

2003-09-03 Thread Bruno Armand
;"); String url = "jdbc:odbc:http://localhost:8080:Bruno_Adress_odbc";; Connection con = DriverManager.getConnection(url, props); String sql1 = "INSERT INTO Adressen (Nachname, Adresse," + " Postleitzahl, Land, Ort)" + " VALUES ('Bruno Armando'

Writting to tomcat logs

2003-08-22 Thread Bruno Antunes
ay to do-it with Tomcat. thanks, -- Bruno Antunes, Java Software Engineer WhatEverSoft - http://www.whateversoft.com Praça de Alvalade, n.º 6 - 4.º piso 1700-036 Lisboa, PORTUGAL Tel: +351 217994200 Fax: +351 217994242 -- A presente mensagem pode conter informação considerada confidencial.

RES: Persistent Cookies

2003-03-04 Thread Bruno Cardoso
#setDomain(javax.servlet.http.String) Filip -Original Message----- From: Bruno Cardoso [mailto:[EMAIL PROTECTED] Sent: Sunday, March 03, 2002 6:07 PM To: [EMAIL PROTECTED] Subject: Persistent Cookies Hi, I made a simple login/logout system with persistent cookies, the problem is that it only wor

Persistent Cookies

2003-03-03 Thread Bruno Cardoso
Hi, I made a simple login/logout system with persistent cookies, the problem is that it only works with me (localhost), every time someone try to access my website and login, the cookie is not created for them. I have made a test with an example I saw in the book "Core Servlets and JSP" with pers

Persistent Cookies

2003-03-03 Thread Bruno Cardoso
Hi, I made a simple login/logout system with persistent cookies, the problem is that it only works with me (localhost), every time someone try to access my website and login, the cookie is not created for them. I have made a test with an example I saw in the book "Core Servlets and JSP" with pers

Re: Role Mapping

2002-07-10 Thread Bruno Antunes
tc.) and not take care of security-role-ref. Note: I can live with this implementation of Tomcat (I think JRun 4 also uses the same approach), and know I can easily port my WebApplications to a production system using Tomcat -- Bruno Antunes, Java Software Engineer email: mailt

Re: Role Mapping

2002-07-04 Thread Bruno Antunes
se the role mapping, or set up a separate Realm for each webapp, >by nesting a element inside in your server.xml file. > -- Bruno Antunes, Java Software Engineer email: mailto:[EMAIL PROTECTED] Phone: +351.21.7994200 Fax : +351.21.7994242 WhatEverSoft - Java Center Centro de Competenc

Role Mapping

2002-07-04 Thread Bruno Antunes
not allow us to do this, so Tomcat is not compliant with the Servlet specification. -- Bruno Antunes, Java Software Engineer email: mailto:[EMAIL PROTECTED] Phone: +351.21.7994200 Fax : +351.21.7994242 WhatEverSoft - Java Center Centro de Competencia Java Praca de Alvalade, 6 - Piso 4 1700-

Security Issue with forward

2002-07-03 Thread Bruno Antunes
other web container implementing this (for situation 1) in another way; they force always authentication for protected resources. -- Bruno Antunes, Java Software Engineer email: mailto:[EMAIL PROTECTED] Phone: +351.21.7994200 Fax : +351.21.7994242 WhatEverSoft - Java Center Centro de Compet

WebContainner Portable Login Module

2002-07-03 Thread Bruno Antunes
ebContaiiner calling: weblogic.servlet.security.ServletAuthentication.weak(String username, String password, HttpServletRequest request) What I have found in documentation of Tomcat, tell's me that there is no way to do this. If I want to authenticate in tomcat I must implement a Valve, or an Authenticator.

Re: How to donate: Apache-Tomcat HOWTO?

2002-05-31 Thread Bruno V
Maybe we will have enough HOWTO to setup a whole dedicaced site. For what I have seen, every one put his own HOWTO on his personnal/commercial site. You can submit your howto to them for reviewing if you want. Obviously, we lack some kind of knowledge management ... Idealy, we should setup a si

JSP/Servlet Hosting

2002-01-31 Thread Andrew Bruno
Hello All, I am looking for a JSP/Servlet provider that offers: 350 MB web space 25 GB bandwidth per month mySQL included for around $25 US per month. Ideally something like http://www.communitech.net/products/virtual/unix/comparisons/ but with JSP/Servlet hosting? Am I asking for too much?

Re: Applet Hassles

2002-01-17 Thread Andrew Bruno
This works for me: Basically I have a directory called applets and the JSP file which has this code is localed in the root directory ../applets CODEBASE is the key. ~Andrew - Original Message - From: Pae Choi To: Tomcat Users List Sent: Friday, January 18, 2002 5:56 AM Subject: Re:

Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bruno VERNAY
Looks like the problem come from the login.jsp. Does it work if you open just login.jsp ? Bongiorno.Christian wrote: > I am using I.E 6.0.2479.0006C0 > > I am using TC 4.1?? This is being called from my machine directly through TC:8080 >I am not using "localhost" for url. I use my qualified

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
It's still a NT Domain. But my PC is an 2k workstation. Bongiorno.Christian wrote: > Well, if you create a custom realm you can specify anything your 'lil heart desires >in > the config.xml file. > > You have all the right you need to access your NT domain controller if you can log >onto > th

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
Yes ... you said that you did it. Bongiorno.Christian wrote: > Are these questions on NT authentication directed at me? Not that I mind, I just >need to know my audience -- To unsubscribe: For additional commands: Troubles with the list

Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bruno VERNAY
It looks good on my machine (IE6 or Mozilla latest build.) But it won't hurt if - you close the head element in login.jsp. just put "" before "" - for the frame set, simply use : hope it helps -- To unsubscribe:

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
Can't you change the IP adresses and other passwords ? I guess they are too numerous ? I was asking for an intranet project, but I can't begin testing right now. I wouldn't even have enough right to access to our NT server. I would have keep your information for later use. -- To unsubscribe:

Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread Bruno VERNAY
Can you replace the src="main.html" by src="yourfile.jsp" ? It should work *----* Bruno Mizzi-Vernay [EMAIL PROTECTED] ** -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTE

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
gt; -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- ** Bruno Mizzi-Vernay [EMAIL PROTECTED] #ICQ : 1923685 ** -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: google

2001-12-20 Thread Bruno VERNAY
I didn't find any newsgroup too. Is there only http://marc.theaimsgroup.com/?l=tomcat-user&r=1&w=2 to avoid the mailing-list ? I have try comp.lang.java.programmer but it's too general. I don't thing that it is the right place to discuss Tomcat-Apache WARP connector. Thanks -- To unsubscrib

Re: Tomcat 4 & mod_webapp in Win2k

2001-12-20 Thread Bruno VERNAY
) ** Bruno Mizzi-Vernay [EMAIL PROTECTED] #ICQ : 1923685 ** -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: shlow(some times never) shutdown

2001-12-20 Thread Bruno VERNAY
ail and Music Charts > http://uk.my.yahoo.com > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- ** Bruno Mizzi-Vern

Re: Tomcat 4 & mod_webapp in Win2k

2001-12-20 Thread Bruno VERNAY
Hi, I got the same configuration working. I just write a little doc covering only this configuration. Little changes are needed from default configuration : http://bruno.vernay.free.fr/HowTo/index.html What I can't do is change the default directory of the WebApps. Can someone help me on this.

Re: Tomcat-as-an-NT-service startup failure

2001-12-17 Thread Andrew Bruno
- Original Message - From: Kevin HaleBoyes To: [EMAIL PROTECTED] Sent: Saturday, December 15, 2001 4:01 AM Subject: Tomcat-as-an-NT-service startup failure I just installed j2sdk1.3.1, Tomcat4, and the IIS redirector stuff posted by Andrew Bruno. It all seems to work fine except on

RE: Tomcat 4.0 and IIS

2001-11-28 Thread Andrew Bruno
Hi Pedro, have a look at: http://www.vacodi.com/howto/tomcat/iisnt/ Regards, Andrew > -Original Message- > From: Pedro F Gaspar [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 28 November 2001 10:51 PM > To: [EMAIL PROTECTED] > Subject: Tomcat 4.0 and IIS > > > Hi. > > I've been thro

RE: AJP13 bad read -113?

2001-11-11 Thread Andrew Bruno
Hi, How do I prevent the following error from occurring? Basically, it happens when I have a JSP page that has links to another JSP file, say "view.jsp?file=1". So the only thing that changes is the file parameter that's being passed. If I click link1, it's OK. But if I click the other link

RE: Repost: Running Tomcat 4.01 as a service on Win2k

2001-10-31 Thread Andrew Bruno
Have a look at www.vacodi..com/howto/tomcat/iisnt/index.html It covers an area on jk_nt_service Goodluck, Andrew -Original Message- From: Joe Niski Sent: Thu 01/11/2001 6:22 AM

TC 4.0.1 - Catalina.start: LifecycleException

2001-10-23 Thread Andrew Bruno
Hello tomcat-users, I am receiving this problem on a Windows 2000 Server SP2, which is trying to execute TOMCAT 4.0.1, using JDK 1.3.1_01 on port 8080. Port 80 is used for IIS. Any ideas what it could be related to? Catalina.start: LifecycleException: null.open: java.net.BindException: Addre

RE: java.lang.LinkageError: Class javax/servlet/http/HttpSession viol ates loader constraints

2001-05-18 Thread Bruno Crapart
x27;[EMAIL PROTECTED]' Objet : RE: Tomcat 4/Apache combination On Thu, 17 May 2001, Bruno Crapart wrote: > The same for me ! I am confident with Jakarta > But i encounter one problem below : > > A Servlet Exception Has Occurred > > org.apache.jasper.JasperException: Unable to

RE: port 8080 to port 80?

2001-05-18 Thread Bruno Crapart
If you don't find it search the string 8080 in all files of Tomcat. And replace it by 80 Bruno -Message d'origine- De : Purcell, Scott [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 18 mai 2001 15:47 À : '[EMAIL PROTECTED]' Objet : port 8080 to port 80? Hello, I

java.lang.LinkageError: Class javax/servlet/http/HttpSession violates loader constraints

2001-05-18 Thread Bruno Crapart
x27;[EMAIL PROTECTED]' Objet : RE: Tomcat 4/Apache combination On Thu, 17 May 2001, Bruno Crapart wrote: > The same for me ! I am confident with Jakarta > But i encounter one problem below : > > A Servlet Exception Has Occurred > > org.apache.jasper.JasperException: Unable to

Creatying java file

2001-05-17 Thread Bruno Crapart
>From jsp file, who is creating Java file ? (under work folder) My problem is that this creator is doing a bad job under Tomcat4.0 ! Bruno -Message d'origine- De : John Paca [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 17 mai 2001 17:05 À : [EMAIL PROTECTED] Objet : questi

RE: Tomcat 4/Apache combination

2001-05-17 Thread Bruno Crapart
The same for me ! I am confident with Jakarta But i encounter one problem below : A Servlet Exception Has Occurredorg.apache.jasper.JasperException: Unable to compile class for JSPC:\tomcat\bin\..\work\localhost\egc\carriersite\code_jsp.java:62: Incompatible type for method. Explicit cast nee

A Servlet Exception Has Occurred

2001-05-17 Thread Bruno Crapart
I have tried to upgrade all my system to Tomcat4, JDK1.3.1, JSDK1.3 Here is the result, Wrong java file is created from jsp file It worked fine with past versions of Tomcat JDK and JSDK A Servlet Exception Has Occurred org.apache.jasper.JasperException: Unable to compile class for JSPC:\tomc

RE: Tomcat in production

2001-05-17 Thread Bruno Crapart
It works fine for me !!! In a European dimension company ... Have fun with Tomcat ! Is someboy under W2000 Tomcat4 Apache MSSQL7 ? Bruno, a frenchy who used Tomcat since 1 year as a production JSP engine. -Message d'origine- De : Aravind Naidu [mailto:[EMAIL PROTECTED]] E

RE: Install Tomcat on Wíndows 95

2001-05-17 Thread Bruno Crapart
t 4MB memory,you can change it to any applicable value.   Dick Poon - Original Message - From: Bruno Crapart To: '[EMAIL PROTECTED]' Sent: Thursday, May 17, 2001 4:51 PM Subject: RE: Install Tomcat on Wíndows 95 It

RE: Install Tomcat on Wíndows 95

2001-05-17 Thread Bruno Crapart
It works under W95 You have to increase memory size somewhere via the command window which is launched. Default Environment memory is not sufficient under w95 -Message d'origine-De : Nisse Persson [mailto:[EMAIL PROTECTED]]Envoyé : jeudi 17 mai 2001 10:47À : [EMAIL PROTECTED

RE: ClassPath problem

2001-05-16 Thread Bruno Crapart
JSP or another technology ? Help me please. Bruno. -Message d'origine- De : Bruno Crapart [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 16 mai 2001 13:45 À : '[EMAIL PROTECTED]' Objet : ClassPath problem Below is my problem ! Under W2000 environment My CLASSPATH is well

TR: Undelivered Mail Returned to Sender

2001-05-16 Thread Bruno Crapart
th is used by tc/catalina? Is there any documentation?!?! Mariano and we are waiting for help !! Thanks in advance and have a good day ! Bruno -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 16 mai 2001 13:53 À : [EMAIL PROTECTED] Objet : RE:

RE: [TC4B6] Compiling TC4 -- and running it.

2001-05-16 Thread Bruno Crapart
Same question !!! How can I lookup which classpath is used by tc/catalina? Is there any documentation?!?! Mariano and we are waiting for help !! Thanks in advance and have a good day ! Bruno -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 1

ClassPath problem

2001-05-16 Thread Bruno Crapart
Below is my problem ! Under W2000 environment My CLASSPATH is well-defined ! I am sure ! I used to launch TC3.2, with TC4 ... :-( Help ! I am also intersted in documentation. Thanks in advance Bruno Root Cause: java.lang.NoClassDefFoundError: egc/net/ConnectionStaff at

RE: Compiling TC4

2001-05-16 Thread Bruno Crapart
TC3. Notice that I am working on W2000. I need help !!! In advance, THANKS. Bruno -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 16 mai 2001 11:08 À : [EMAIL PROTECTED] Objet : Compiling TC4 Hi there, is there a separate mailing list fo

connect to MySQL using Tomcat 3.2.1 and Poolman 2.0

2001-05-15 Thread Bruno Grossniklaus
I have problems to connect to MySQL using Tomcat 3.2.1 and Poolman 2.0. I use Java Beans to encapsulate information from the JSP's. Formerly I have been using JRun from Allaire and have now changed to Tomcat 3.2.1. JRun was running using the same code. Tomcat Servlet Engine does not allow the sa

Contributed .REG file for IIS installation

2001-05-02 Thread Bruno Gazzera
Hi, I thought you wouldn´t mind to include a link to a .REG file in http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.html, to make the installation simpler.   So here it is. Bruno GazzeraDepartamento de SistemasPaginar.netArenales 1239, Puerta 1, Piso1(CA1061AR

[repost] endless loop in jsp

2000-12-23 Thread Bruno Raoult
mcat begins looping, it becomes obviously impossible to access any other page :-( Is there something wrong in my configuration? Bruno. -- Avec Linux vous avez un noyau, avec Windows des pépins.

endless loop / jsp file

2000-12-03 Thread Bruno Raoult
The problem is that after tomcat begins looping, it becomes obviously impossible to access any other page :-( Is there something wrong in my configuration? Bruno. -- "On the side of the software box, in the 'System Requirements' section, it said 'Requires Windows 95 or bette