Running external processes...

2003-09-10 Thread Martin Mauri
Hi,

I'm building a webapp with JSP and I need to run an external shell process
on Linux...I don't know if this is implemented by the Servlet/JSP API , can
I call it in the normal way like "System.exec()"?? or it won't worj?

thanks!

Martin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tutorial question

2003-08-04 Thread Martin Mauri
Hi, does anybody here know about a good tutorial on JSP, specially working
with sessions?

thanks.

Martin


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat issue on SOAP

2002-05-02 Thread Martin Mauri

H, I'm trying to make some classes available to access them through SOAP.
After following the installation steps, I try to run an example that has a
readme file that says:

"To install this service on an Apache-SOAP listener, you need to make
the samples.addressbook package available on the Apache-SOAP listener's
classpath. Then deploy this service by filling in the deployment
template using the info in the deployment descriptor in this
directory."

As far as I know, just putting the classes under the "classes" directory of
the "soap" context is ok. Anyway, when I run the sample, it gives me the
following error:

Generated fault:
  Fault Code   = SOAP-ENV:Server.BadTargetObjectURI
  Fault String = Unable to resolve target object:
samples.addressbook.AddressBook

Any idea?

thanks!

Martin



--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: Tomcat + SOAP

2002-04-26 Thread Martin Mauri

Oh God, I'm just about to give up, it keeps telling me the same error. I
don't know what else to do.

- Original Message -
From: "Vijay Shinde" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Friday, April 26, 2002 3:33 PM
Subject: Re: Tomcat + SOAP


> Martin,
>
>  I just installed apache soap runs fine ,I just followed the guide lines &
put
>  soap.jar,mail.jar,activation.jar.bsf.jar&js.jar in the classpath.
>
> First i also got some error but once it got all the jar's everything was
smooth.
>
> Vijay
>
> Martin Mauri wrote:
>
> > Hi Raj,
> >
> > I'm already using both jars, but still gives me the same error, damn it.
> >
> > any clue?
> >
> > - Original Message -
> > From: "Raj Chanian" <[EMAIL PROTECTED]>
> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> > Sent: Friday, April 26, 2002 12:58 PM
> > Subject: RE: Tomcat + SOAP
> >
> > > I'm using soap-2_2 with tomcat-3.2.3 and jdk1.3.1.
> > >
> > > In addition to the Apache Manuals, I also required(this was not in the
> > > documentation)
> > > mail.jar from javamail-1.2
> > > activation.jar from jaf-1.0.1
> > >
> > > Remember to put these in both classpaths mentioned above, to atleast
get
> > > soapfaults back from the response if not anything else. Atleast then
you
> > > will no you are talking to soap.
> > >
> > > Regards,
> > >
> > > Raj
> > >
> > > -Original Message-
> > > From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> > > Sent: 26 April 2002 16:38
> > > To: Tomcat Users List
> > > Subject: Re: Tomcat + SOAP
> > >
> > > Yes, I have, and that's what dissapoints me, I don't know why, perhaps
> > it's
> > > a version problem, can it be possible?
> > >
> > > - Original Message -
> > > From: "Raj Chanian" <[EMAIL PROTECTED]>
> > > To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> > > Sent: Friday, April 26, 2002 12:18 PM
> > > Subject: RE: Tomcat + SOAP
> > >
> > >
> > > > Silly question, but have you put soap.jar on the classpath in both
your
> > > soap
> > > > client app and tomcat.bat?
> > > >
> > > > Regards,
> > > >
> > > > Raj
> > > >
> > > > -Original Message-
> > > > From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> > > > Sent: 26 April 2002 15:22
> > > > To: Tomcat Users List
> > > > Subject: Tomcat + SOAP
> > > >
> > > > Hi, I've followed all the steps in Apache SOAP manual, but when I
try to
> > > run
> > > > the calculator example, I get the folowing error:
> > > >
> > > > java.lang.ClassNotFoundException: org.apache.soap.server.InvokeBSK
...
> > > >
> > > > Any idea?!!
> > > >
> > > > thanks.
> > > >
> > > >
> > > > --
> > > > To unsubscribe:
<mailto:[EMAIL PROTECTED]>
> > > > For additional commands:
<mailto:[EMAIL PROTECTED]>
> > > > Troubles with the list:
<mailto:[EMAIL PROTECTED]>
> > > >
> > > > --
> > > > To unsubscribe:
<mailto:[EMAIL PROTECTED]>
> > > > For additional commands:
<mailto:[EMAIL PROTECTED]>
> > > > Troubles with the list:
<mailto:[EMAIL PROTECTED]>
> > >
> > >
> > > --
> > > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > > For additional commands: <mailto:[EMAIL PROTECTED]>
> > > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> > >
> > > --
> > > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > > For additional commands: <mailto:[EMAIL PROTECTED]>
> > > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Tomcat + SOAP

2002-04-26 Thread Martin Mauri

Hi Raj,

I'm already using both jars, but still gives me the same error, damn it.

any clue?

- Original Message -
From: "Raj Chanian" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Friday, April 26, 2002 12:58 PM
Subject: RE: Tomcat + SOAP


> I'm using soap-2_2 with tomcat-3.2.3 and jdk1.3.1.
>
> In addition to the Apache Manuals, I also required(this was not in the
> documentation)
> mail.jar from javamail-1.2
> activation.jar from jaf-1.0.1
>
> Remember to put these in both classpaths mentioned above, to atleast get
> soapfaults back from the response if not anything else. Atleast then you
> will no you are talking to soap.
>
> Regards,
>
> Raj
>
> -Original Message-
> From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> Sent: 26 April 2002 16:38
> To: Tomcat Users List
> Subject: Re: Tomcat + SOAP
>
> Yes, I have, and that's what dissapoints me, I don't know why, perhaps
it's
> a version problem, can it be possible?
>
> - Original Message -
> From: "Raj Chanian" <[EMAIL PROTECTED]>
> To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
> Sent: Friday, April 26, 2002 12:18 PM
> Subject: RE: Tomcat + SOAP
>
>
> > Silly question, but have you put soap.jar on the classpath in both your
> soap
> > client app and tomcat.bat?
> >
> > Regards,
> >
> > Raj
> >
> > -Original Message-
> > From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> > Sent: 26 April 2002 15:22
> > To: Tomcat Users List
> > Subject: Tomcat + SOAP
> >
> > Hi, I've followed all the steps in Apache SOAP manual, but when I try to
> run
> > the calculator example, I get the folowing error:
> >
> > java.lang.ClassNotFoundException: org.apache.soap.server.InvokeBSK ...
> >
> > Any idea?!!
> >
> > thanks.
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: Tomcat + SOAP

2002-04-26 Thread Martin Mauri

Yes, I have, and that's what dissapoints me, I don't know why, perhaps it's
a version problem, can it be possible?

- Original Message -
From: "Raj Chanian" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Friday, April 26, 2002 12:18 PM
Subject: RE: Tomcat + SOAP


> Silly question, but have you put soap.jar on the classpath in both your
soap
> client app and tomcat.bat?
>
> Regards,
>
> Raj
>
> -Original Message-
> From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> Sent: 26 April 2002 15:22
> To: Tomcat Users List
> Subject: Tomcat + SOAP
>
> Hi, I've followed all the steps in Apache SOAP manual, but when I try to
run
> the calculator example, I get the folowing error:
>
> java.lang.ClassNotFoundException: org.apache.soap.server.InvokeBSK ...
>
> Any idea?!!
>
> thanks.
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Tomcat + SOAP

2002-04-26 Thread Martin Mauri

Hi, I've followed all the steps in Apache SOAP manual, but when I try to run
the calculator example, I get the folowing error:

java.lang.ClassNotFoundException: org.apache.soap.server.InvokeBSK ...

Any idea?!!

thanks.


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: Réf. : SOAP

2002-04-25 Thread Martin Mauri

I'll appreciate that.

thank you.

- Original Message -
From: <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, April 25, 2002 10:46 AM
Subject: Réf. : SOAP


>
>
> www.xmethods.com/gettingstarted/apache.html
> Here is a small tutorial for beginning. Next use the apache tutorial. I
> have another link but I've forgotten it, I contact a friend and send it to
> you in a few days if you want.
> Jc
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




SOAP

2002-04-25 Thread Martin Mauri

Hi, can anyone here suggest me a good place to download a good tutorial
about SOAP?

thanks you.

Martin


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Tomcat 3.2.1 - HyperSonicSQL

2002-04-15 Thread Martin Mauri

Hi,

Does anybody know if some configuration is needed in Tomcat to be able to
access HyperSonic database files?

thanks in advance.

Martin


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Tomcat 3.2.1 - Axi problem

2002-04-10 Thread Martin Mauri

I've followed the installing instructions but anyway I get the following
error when I first try to run the Administer Axis.

Localization: /axis/servlet/AdminServlet
Internal servlet error:

java.lang.AbstractMethodError
 at
org.apache.axis.deployment.wsdd.WSDDElement.validateCandidateElement(Unknown
Source)
 at org.apache.axis.deployment.wsdd.WSDDElement.(Unknown Source)
 at org.apache.axis.deployment.wsdd.WSDDDeployment.(Unknown Source)
 at org.apache.axis.deployment.wsdd.WSDDDocument.(Unknown Source)
 at org.apache.axis.configuration.FileProvider.configureEngine(Unknown
Source)
 at org.apache.axis.AxisEngine.init(Unknown Source)
 at org.apache.axis.AxisEngine.(Unknown Source)
 at org.apache.axis.server.AxisServer.(Unknown Source)
 at org.apache.axis.server.DefaultAxisServerFactory.createNewServer(Unknown
Source)
 at org.apache.axis.server.DefaultAxisServerFactory.getServer(Unknown
Source)
 at org.apache.axis.server.AxisServer.getServer(Unknown Source)
 at org.apache.axis.transport.http.AxisServlet.getEngine(Unknown Source)
 at org.apache.axis.transport.http.AdminServlet.getEngine(Unknown Source)
 at org.apache.axis.transport.http.AdminServlet.doGet(Unknown Source)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
 at org.apache.tomcat.core.Handler.service(Handler.java:286)
 at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
 at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
 at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
 at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
 at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
 at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
 at java.lang.Thread.run(Thread.java:484)

any idea?

thanks!

Martin


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: NIGHTMARE

2002-04-09 Thread Martin Mauri

and what about IExplore? Is it affected in some way?

- Original Message - 
From: "Alan Williamson" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 9:36 AM
Subject: RE: NIGHTMARE


> 
> 
> ||| And what's opera anyway?? I've never heard about that...
> 
> seriously?  wow ... i thought those guys were doing a good job of their
> marketing.  Its a great web browser that blows Netscape out of the water.
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: NIGHTMARE

2002-04-09 Thread Martin Mauri

And what's opera anyway?? I've never heard about that...

- Original Message -
From: "Dominic Parry" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 4:58 AM
Subject: Re: NIGHTMARE


> Ever heard of Opera? Now that works Damn well.
>
> Dominic Parry
> B.Sc. (Computer Science, Information Systems)
> B.Sc Hons Computer Science
> M.Sc. I Computer Science
> Rhodes University
> - Original Message -
> From: "Martin Mauri" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Monday, April 08, 2002 10:34 PM
> Subject: Re: NIGHTMARE
>
>
> > Yes I know. I have 6.22 and it works fine, though it's pretty heavy to
> start
> > up. Once it's up is damn good. And the interface rocks!
> >
> > - Original Message -
> > From: "Timlin, Bob" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > Sent: Monday, April 08, 2002 5:33 PM
> > Subject: RE: NIGHTMARE
> >
> >
> > > Well Netscape is still around and version 6.22 is damm good.  Remember
> > > Netscape is part of the Sun/AOL alliance.
> > >
> > > -Original Message-
> > > From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 08, 2002 12:55 PM
> > > To: Tomcat Users List
> > > Subject: Re: NIGHTMARE
> > >
> > > Anyway I have a little scare about M$ strategies. Figure out that they
> > > always have something under the hood. Remember the fight against
> IExplorer
> > > and Netscape Navigator, who won?
> > >
> > > - Original Message -
> > > From: "Timlin, Bob" <[EMAIL PROTECTED]>
> > > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > > Sent: Monday, April 08, 2002 4:51 PM
> > > Subject: RE: NIGHTMARE
> > >
> > >
> > > > As usual, by the time they figure it out, it will be a fact two
years
> > > deep.
> > > >
> > > > -Original Message-
> > > > From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, April 08, 2002 11:22 AM
> > > > To: Tomcat Users List
> > > > Subject: RE: NIGHTMARE
> > > >
> > > > While I am a big J2EE fan, I wonder if Microsoft has heard this
news?
> > > >
> > > > -Original Message-
> > > > From: Timlin, Bob [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, April 08, 2002 12:20 PM
> > > > To: Tomcat Users List
> > > > Subject: RE: NIGHTMARE
> > > >
> > > >
> > > > Except PHP has no FUTURE.  The whole world is moving to J2EE.
> > > >
> > > > -Original Message-
> > > > From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, April 08, 2002 10:14 AM
> > > > To: Tomcat Users List
> > > > Subject: Re: NIGHTMARE
> > > >
> > > > Good move!   If you find Tomcat hard, you need to stick to PHP.
> > > >
> > > > At 01:22 PM 4/8/02 +, you wrote:
> > > > >Your software, Tomcat, is a nightmare to install. I've spent 2
WHOLE
> > days
> > > > >trying to make it work without success.
> > > > >
> > > > >Endless configuration files, paths, etc. making this a impossible
> > > software
> > > > >to use. I doubt I'm the only one who has complaint.
> > > > >
> > > > >I won't use this crap, I'm switching to PHP, took me 5 minutes to
> > figure
> > > > >that out.
> > > > >
> > > > >  || |||  
> > > > >
> > > > >Árni Arent Guðlaugsson
> > > > >Forritari og Autonomy sérfræðingur
> > > > >Íslandsvefir ehf.
> > > > >Thorvaldsensstræti 4
> > > > >101 Reykjavík / Iceland
> > > > >--
> > > > >Tel: +354 552 6300
> > > > >Fax: +354 552 6302
> > > > >E-mail: [EMAIL PROTECTED]
> > > > >http://www.islandsvefir.is/
> > > > >http://www.ha.is/
> > > > >
> > > > >Bættu ha.is á vefsíðuna þína:
> > > > >http://www.ha.is/almennt/tenging.asp
> > > > >
> > > > >|| |||  
> > > > >
> > > > >
> > >

Re: NIGHTMARE

2002-04-08 Thread Martin Mauri

Yes I know. I have 6.22 and it works fine, though it's pretty heavy to start
up. Once it's up is damn good. And the interface rocks!

- Original Message -
From: "Timlin, Bob" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 5:33 PM
Subject: RE: NIGHTMARE


> Well Netscape is still around and version 6.22 is damm good.  Remember
> Netscape is part of the Sun/AOL alliance.
>
> -Original Message-
> From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 08, 2002 12:55 PM
> To: Tomcat Users List
> Subject: Re: NIGHTMARE
>
> Anyway I have a little scare about M$ strategies. Figure out that they
> always have something under the hood. Remember the fight against IExplorer
> and Netscape Navigator, who won?
>
> - Original Message -
> From: "Timlin, Bob" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Monday, April 08, 2002 4:51 PM
> Subject: RE: NIGHTMARE
>
>
> > As usual, by the time they figure it out, it will be a fact two years
> deep.
> >
> > -Original Message-
> > From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 08, 2002 11:22 AM
> > To: Tomcat Users List
> > Subject: RE: NIGHTMARE
> >
> > While I am a big J2EE fan, I wonder if Microsoft has heard this news?
> >
> > -Original Message-
> > From: Timlin, Bob [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 08, 2002 12:20 PM
> > To: Tomcat Users List
> > Subject: RE: NIGHTMARE
> >
> >
> > Except PHP has no FUTURE.  The whole world is moving to J2EE.
> >
> > -Original Message-
> > From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 08, 2002 10:14 AM
> > To: Tomcat Users List
> > Subject: Re: NIGHTMARE
> >
> > Good move!   If you find Tomcat hard, you need to stick to PHP.
> >
> > At 01:22 PM 4/8/02 +, you wrote:
> > >Your software, Tomcat, is a nightmare to install. I've spent 2 WHOLE
days
> > >trying to make it work without success.
> > >
> > >Endless configuration files, paths, etc. making this a impossible
> software
> > >to use. I doubt I'm the only one who has complaint.
> > >
> > >I won't use this crap, I'm switching to PHP, took me 5 minutes to
figure
> > >that out.
> > >
> > >  || |||  
> > >
> > >Árni Arent Guðlaugsson
> > >Forritari og Autonomy sérfræðingur
> > >Íslandsvefir ehf.
> > >Thorvaldsensstræti 4
> > >101 Reykjavík / Iceland
> > >--
> > >Tel: +354 552 6300
> > >Fax: +354 552 6302
> > >E-mail: [EMAIL PROTECTED]
> > >http://www.islandsvefir.is/
> > >http://www.ha.is/
> > >
> > >Bættu ha.is á vefsíðuna þína:
> > >http://www.ha.is/almennt/tenging.asp
> > >
> > >|| |||  
> > >
> > >
> > >--
> > >To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > >For additional commands: <mailto:[EMAIL PROTECTED]>
> > >Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: NIGHTMARE

2002-04-08 Thread Martin Mauri

Anyway I have a little scare about M$ strategies. Figure out that they
always have something under the hood. Remember the fight against IExplorer
and Netscape Navigator, who won?

- Original Message -
From: "Timlin, Bob" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 4:51 PM
Subject: RE: NIGHTMARE


> As usual, by the time they figure it out, it will be a fact two years
deep.
>
> -Original Message-
> From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 08, 2002 11:22 AM
> To: Tomcat Users List
> Subject: RE: NIGHTMARE
>
> While I am a big J2EE fan, I wonder if Microsoft has heard this news?
>
> -Original Message-
> From: Timlin, Bob [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 08, 2002 12:20 PM
> To: Tomcat Users List
> Subject: RE: NIGHTMARE
>
>
> Except PHP has no FUTURE.  The whole world is moving to J2EE.
>
> -Original Message-
> From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 08, 2002 10:14 AM
> To: Tomcat Users List
> Subject: Re: NIGHTMARE
>
> Good move!   If you find Tomcat hard, you need to stick to PHP.
>
> At 01:22 PM 4/8/02 +, you wrote:
> >Your software, Tomcat, is a nightmare to install. I've spent 2 WHOLE days
> >trying to make it work without success.
> >
> >Endless configuration files, paths, etc. making this a impossible
software
> >to use. I doubt I'm the only one who has complaint.
> >
> >I won't use this crap, I'm switching to PHP, took me 5 minutes to figure
> >that out.
> >
> >  || |||  
> >
> >Árni Arent Guðlaugsson
> >Forritari og Autonomy sérfræðingur
> >Íslandsvefir ehf.
> >Thorvaldsensstræti 4
> >101 Reykjavík / Iceland
> >--
> >Tel: +354 552 6300
> >Fax: +354 552 6302
> >E-mail: [EMAIL PROTECTED]
> >http://www.islandsvefir.is/
> >http://www.ha.is/
> >
> >Bættu ha.is á vefsíðuna þína:
> >http://www.ha.is/almennt/tenging.asp
> >
> >|| |||  
> >
> >
> >--
> >To unsubscribe:   
> >For additional commands: 
> >Troubles with the list: 
>
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: NIGHTMARE

2002-04-08 Thread Martin Mauri

Hahahaha! Yes.

- Original Message -
From: "Timlin, Bob" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 12:38 PM
Subject: RE: NIGHTMARE


> Let's see.  The following is a nightmare
> 1.  unzip tomcat
> 2.  cd $TOMCAT_HOME/bin (unix/linux) or cd %TOMCAT_HOME%\bin (windows)
> 3.  startup.sh (unix/linux)  or startup (windows)
>
>
>
>
>
> -Original Message-
> From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 08, 2002 8:31 AM
> To: Tomcat Users List
> Subject: Re: NIGHTMARE
>
> Williams Mark L DLPC a Ýcrit :
>
> > Would you all quit this? It's silly to generate so much email in defense
> of
> > a product we're all working with. If someone doesn't like it, so be it.
> BTW,
> > our correspondent may already be off the group, which could mean that
> we're
> > all just reading our own flames. Can we return to matters of substance,
> > please?
> >
> > Mark
> >
> > --
> > To unsubscribe:   
> > For additional commands: 
> > Troubles with the list: 
>
> Yep yu're right.
>
> I would have think about a shrinky Troll...
>
> Not even good enough to go ahaed.
>
> Let's have some better conversation, boys !
>
> Jean-Luc :O)
>
>
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: NIGHTMARE

2002-04-08 Thread Martin Mauri

You don't understand. The only way we can have better docs is to do it by
ourselves. There's no extra possibility. The developers can't spend much
type documenting because they're busy with the development. So the only ones
able to document are people who already have solved certain problems and
have the know-how on such items. This person would be a key being a
volunteer for documentation but unfortunately only a little want to do it.

- Original Message -
From: "Thomas Cherry" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 12:02 PM
Subject: Re: NIGHTMARE


> I agree.  I gave up trying to get tomcat and apache to talk together and
> would have loved better documentation, and perhaps examples that work.
> Don't get me wrong, I love tomcat, I just want to put my vote in for
better
> docs.
>
> on 4/8/02 10:56 AM, Javier A. Leyba at [EMAIL PROTECTED] wrote:
>
> > On 08/04/2002 at 11:48 Martin Mauri wrote:
> >
> >> Do what you want. I feel sorry about you. You're losing the best and
> >> calling
> >> Tomcat a "crap" tells you're a loser.
> >> I've installed Tomcat in 5 minutes.
> >>
> >
> >
> > Hi Martin
> >
> > I could say yes and no.
> >
> > I think Tomcat is great, but installatin is not so easy as Apache with
PHP and
> > documentation about installing sucks.
> >
> > I guess people need more clear examples to do simple configuration tasks
till
> > get the idea. I've installed Tomcat in my XP in 10 minutes but I'm
trying to
> > get virtual hosts working from 3 days ago. I'm frustrated and feel
myself like
> > a newbie, but I´m not a newbie (damn !)
> >
> > IMHO
> >
> > 
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: NIGHTMARE

2002-04-08 Thread Martin Mauri

I agree, and look. There was an opportunity some time ago to build an entire
Tomcat Book about installation, configuration and problem solving about
Tomcat. We needed volunteers. But guess what. Nobody lasted for more than 3
weeks. Come on, this is free software, it's impossible to pay someone for
documentation, it has to be made by us, but no one can. So if we don't try
to post constructive messages we won't get anywhere.

- Original Message -
From: "Michael Weissenbacher" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 11:59 AM
Subject: AW: NIGHTMARE


> maybe it would be more constructive if you told us what went wrong for you
> instead of posting such a crap
>
> -Ursprüngliche Nachricht-
> Von: Árni Arent [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 08. April 2002 15:23
> An: [EMAIL PROTECTED]
> Betreff: NIGHTMARE
>
>
> Your software, Tomcat, is a nightmare to install. I've spent 2 WHOLE days
> trying to make it work without success.
>
> Endless configuration files, paths, etc. making this a impossible software
> to use. I doubt I'm the only one who has complaint.
>
> I won't use this crap, I'm switching to PHP, took me 5 minutes to figure
> that out.
>
>  || |||  
>
>Árni Arent Guðlaugsson
>Forritari og Autonomy sérfræðingur
>Íslandsvefir ehf.
>Thorvaldsensstræti 4
>101 Reykjavík / Iceland
>--
>Tel: +354 552 6300
>Fax: +354 552 6302
>E-mail: [EMAIL PROTECTED]
>http://www.islandsvefir.is/
>http://www.ha.is/
>
>Bættu ha.is á vefsíðuna þína:
>http://www.ha.is/almennt/tenging.asp
>
> || |||  
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: NIGHTMARE

2002-04-08 Thread Martin Mauri

Javier, supongo que hablas en castellano. Te cuento que por 1 anio hemos
intentado encontrar voluntarios para el libro Tomcat Book el cual iba a ser
un completo libro de instalacion, configuracion y uso de Tomcat. Pero todo
el que venia duraba 2 semanas y se iba. Entonces no es posible hacer tal
cosa. Este software es gratuito y abierto, no se le puede pagar a alguien
para que desarrolle. Lamentablemente la documentacion tiene que ser
voluntaria y no hay voluntarios que quieran colaborar.

saludos,

Martin

- Original Message -
From: "Javier A. Leyba" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 11:56 AM
Subject: Re: NIGHTMARE


> On 08/04/2002 at 11:48 Martin Mauri wrote:
>
> >Do what you want. I feel sorry about you. You're losing the best and
> >calling
> >Tomcat a "crap" tells you're a loser.
> >I've installed Tomcat in 5 minutes.
> >
>
>
> Hi Martin
>
> I could say yes and no.
>
> I think Tomcat is great, but installatin is not so easy as Apache with PHP
and documentation about installing sucks.
>
> I guess people need more clear examples to do simple configuration tasks
till get the idea. I've installed Tomcat in my XP in 10 minutes but I'm
trying to get virtual hosts working from 3 days ago. I'm frustrated and feel
myself like a newbie, but I´m not a newbie (damn !)
>
> IMHO
>
> 
>
>
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: NIGHTMARE

2002-04-08 Thread Martin Mauri

Hahaha! No doubt, he's a loser, he must be thinking in an M$ way.

- Original Message -
From: "laurent marot - alliacom" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 11:53 AM
Subject: Re: NIGHTMARE


and my grand mother did it too !


  - Original Message -
  From: Martin Mauri
  To: Tomcat Users List
  Sent: Monday, April 08, 2002 4:48 PM
  Subject: Re: NIGHTMARE


  Do what you want. I feel sorry about you. You're losing the best and
calling
  Tomcat a "crap" tells you're a loser.
  I've installed Tomcat in 5 minutes.

  - Original Message -
  From: "Árni Arent" <[EMAIL PROTECTED]>
  To: <[EMAIL PROTECTED]>
  Sent: Monday, April 08, 2002 10:22 AM
  Subject: NIGHTMARE


  > Your software, Tomcat, is a nightmare to install. I've spent 2 WHOLE
days
  > trying to make it work without success.
  >
  > Endless configuration files, paths, etc. making this a impossible
software
  > to use. I doubt I'm the only one who has complaint.
  >
  > I won't use this crap, I'm switching to PHP, took me 5 minutes to figure
  > that out.
  >
  >  || |||  
  >
  >Árni Arent Guðlaugsson
  >Forritari og Autonomy sérfræðingur
  >Íslandsvefir ehf.
  >Thorvaldsensstræti 4
  >101 Reykjavík / Iceland
  >--
  >Tel: +354 552 6300
  >Fax: +354 552 6302
  >E-mail: [EMAIL PROTECTED]
  >http://www.islandsvefir.is/
  >http://www.ha.is/
  >
  >Bættu ha.is á vefsíðuna þína:
  >http://www.ha.is/almennt/tenging.asp
  >
  > || |||  
  >
  >
  > --
  > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
  > For additional commands: <mailto:[EMAIL PROTECTED]>
  > Troubles with the list: <mailto:[EMAIL PROTECTED]>


  --
  To unsubscribe:   <mailto:[EMAIL PROTECTED]>
  For additional commands: <mailto:[EMAIL PROTECTED]>
  Troubles with the list: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Re: NIGHTMARE

2002-04-08 Thread Martin Mauri

Do what you want. I feel sorry about you. You're losing the best and calling
Tomcat a "crap" tells you're a loser.
I've installed Tomcat in 5 minutes.

- Original Message -
From: "Árni Arent" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 08, 2002 10:22 AM
Subject: NIGHTMARE


> Your software, Tomcat, is a nightmare to install. I've spent 2 WHOLE days
> trying to make it work without success.
>
> Endless configuration files, paths, etc. making this a impossible software
> to use. I doubt I'm the only one who has complaint.
>
> I won't use this crap, I'm switching to PHP, took me 5 minutes to figure
> that out.
>
>  || |||  
>
>Árni Arent Guðlaugsson
>Forritari og Autonomy sérfræðingur
>Íslandsvefir ehf.
>Thorvaldsensstræti 4
>101 Reykjavík / Iceland
>--
>Tel: +354 552 6300
>Fax: +354 552 6302
>E-mail: [EMAIL PROTECTED]
>http://www.islandsvefir.is/
>http://www.ha.is/
>
>Bættu ha.is á vefsíðuna þína:
>http://www.ha.is/almennt/tenging.asp
>
> || |||  
>
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: JSP load-on-startup

2002-01-29 Thread Martin Mauri

f9orro
- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 29, 2002 3:55 PM
Subject: JSP load-on-startup


> I used the following xml in my deployment descriptor expecting Tomcat4 to
> generate a servlet from my jsp within the work directory.
> 
> 
>   Home
>   /home.jsp
>   1
> 
> 
> 
>   Home
>   /home.jsp
> 
> 
> It appears to have done nothing.  The servlet isn't generated until I
> request home.jsp for the first time.  Did I do this correctly?  Shouldn't
> it have compiled, loaded and initialized my jsp?
> 
> Thanks in advance,
> 
> Jason E. Brawner
> 
> 
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: mod_webapp

2001-11-01 Thread Martin Mauri

It sounded a little bit ironic didn't it ;)

cheers.

Martin

> Martin, 
> 
> On 
> http://jakarta.apache.org/builds/jakarta-tomcat-
> 4.0/release/v4.0.1/bin/linux/i386/
> 
> download and extract the tar file.
> in there that is INSTALL.txt that is nice and helpfull
> 
> If you are not using linux go to 
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/
> and click on your OS
> 
> 
> Cheers!
> 
> > Hi users,
> > 
> > could you tell me where to find information about mod_webapp?
> > 
> > thanks in advance.
> > 
> > Martin
> > 
> > 
> > --
> > To unsubscribe:   
> > For additional commands: 
> > Troubles with the list: 
> > 
> > 
> > 
> 
> -- 
> Marko Sarunac
> [EMAIL PROTECTED]
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




mod_webapp

2001-11-01 Thread Martin Mauri

Hi users,

could you tell me where to find information about mod_webapp?

thanks in advance.

Martin


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Re: Shutdown Tomcat

2001-10-31 Thread Martin Mauri

You're on the ball...

But unfortunately, I can't discover what's bothering here... ;(

> Yowza!
>
> It's usually 30-40 seconds for me... 30 minutes, something is very wrong.
>
>
> -----Original Message-
> From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 31, 2001 2:30 PM
> To: Tomcat Users List
> Subject: Re: Shutdown Tomcat
>
>
> Rick,
>
> The last time I did the process below, I waited up to 30 minutes and
nothing
> happened, how much am I supposed to wait then??
>
> > If you call shutdown.sh (or tomcat.sh stop) and then do ps -eaf |grep
java
> > you will most likely see the process still running for a while. Once it
> goes
> > away you can restart. It won't restart 'cuz it hasn't shut down yet...
> > hence, the port is still bound.
> >
> >
> >
> > -Original Message-
> > From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, October 31, 2001 1:47 PM
> > To: Tomcat Users List
> > Subject: Re: Shutdown Tomcat
> >
> >
> > Hi,
> >
> > I'm facing the same problem with Tomcat 3.2.1
> >
> > When I call "tomcat.sh stop" it shows the PATH used for the classes and
> then
> > it says "Stop Tomcat". But when I try to restart it typing "tomcat.sh
> > start", it gives the following error:
> >
> > FATAL:java.net.BindException: Address already in use
> > java.net.BindException: Address already in use
> > at java.net.PlainSocketImpl.socketBind(Native Method)
> > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:408)
> > at java.net.ServerSocket.(ServerSocket.java:170)
> > at java.net.ServerSocket.(ServerSocket.java:121)
> > at
> >
>
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultServerS
> > ocketFactory.java:97)
> > at
> >
>
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.java
> > :239)
> > at
> >
>
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:188)
> > at
> > org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
> > at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)
> > at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
> >
> > Of course, it's a socket error meaning that it wasn't actually
stopped...
> >
> > Ok, I can't figure out why...
> >
> >
> >
> >
> >
> >
> >
> > > I see the same problems that Evan mentions (solaris). It takes about
> 30-45
> > > seconds to shutdown on a devel server with no users and only 1 (albeit
> > > large) servlet and a few dozen JSPs. Don't have any JDBC connections
or
> > > anything else like that.
> > >
> > > Similarly, startup takes about 15-20 seconds. On windows it takes
about
> 5
> > > seconds.
> > >
> > > -Original Message-
> > > From: Steve Brunton [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, October 31, 2001 1:29 PM
> > > To: Tomcat Users List
> > > Subject: Re: Shutdown Tomcat
> > >
> > >
> > > Evan Swanson wrote:
> > > >
> > > > Yeah, I have been wondering the same thing.
> > > >
> > > > On unix is seems that you have to kill the process.
> > > > Shutdown.bat and shutdown.sh do not seem to stop the Tomcat process.
> > > > I am guessing they just log off all of the sessions 'gracefully'
> > > > You then have to manually kill the process?
> > > >
> > > > I am not sure if this is a problem with tomcat or it is supposed to
be
> > > that
> > > > way.
> > > >
> > > > It seems to be the same effect when you use the manager application
to
> > > > shutdown tomcat so I am guessing that it was designed to work that
> way.
> > > >
> > > > I have been unable to find any doco on the subject.
> > > >
> > > > Does anybody know a better way of shutting down the server than
> killing
> > > the
> > > > process?
> > > >
> > >
> > >
> > >   I've got Tomcat 4.0.1/JDK1.3.1_01 shutting down happily on Solaris
x86
> > > just spiffy like. It does seem to take it a while to spool everything
> > > down. Currently it's only loading about 10 servlets and if I tail the
> > > output log as the thing is shutting down I can see it hitting all th

Re: Shutdown Tomcat

2001-10-31 Thread Martin Mauri

Rick,

The last time I did the process below, I waited up to 30 minutes and nothing
happened, how much am I supposed to wait then??

> If you call shutdown.sh (or tomcat.sh stop) and then do ps -eaf |grep java
> you will most likely see the process still running for a while. Once it
goes
> away you can restart. It won't restart 'cuz it hasn't shut down yet...
> hence, the port is still bound.
>
>
>
> -----Original Message-
> From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 31, 2001 1:47 PM
> To: Tomcat Users List
> Subject: Re: Shutdown Tomcat
>
>
> Hi,
>
> I'm facing the same problem with Tomcat 3.2.1
>
> When I call "tomcat.sh stop" it shows the PATH used for the classes and
then
> it says "Stop Tomcat". But when I try to restart it typing "tomcat.sh
> start", it gives the following error:
>
> FATAL:java.net.BindException: Address already in use
> java.net.BindException: Address already in use
> at java.net.PlainSocketImpl.socketBind(Native Method)
> at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:408)
> at java.net.ServerSocket.(ServerSocket.java:170)
> at java.net.ServerSocket.(ServerSocket.java:121)
> at
>
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultServerS
> ocketFactory.java:97)
> at
>
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.java
> :239)
> at
>
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:188)
> at
> org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
> at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)
> at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
>
> Of course, it's a socket error meaning that it wasn't actually stopped...
>
> Ok, I can't figure out why...
>
>
>
>
>
>
>
> > I see the same problems that Evan mentions (solaris). It takes about
30-45
> > seconds to shutdown on a devel server with no users and only 1 (albeit
> > large) servlet and a few dozen JSPs. Don't have any JDBC connections or
> > anything else like that.
> >
> > Similarly, startup takes about 15-20 seconds. On windows it takes about
5
> > seconds.
> >
> > -Original Message-
> > From: Steve Brunton [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, October 31, 2001 1:29 PM
> > To: Tomcat Users List
> > Subject: Re: Shutdown Tomcat
> >
> >
> > Evan Swanson wrote:
> > >
> > > Yeah, I have been wondering the same thing.
> > >
> > > On unix is seems that you have to kill the process.
> > > Shutdown.bat and shutdown.sh do not seem to stop the Tomcat process.
> > > I am guessing they just log off all of the sessions 'gracefully'
> > > You then have to manually kill the process?
> > >
> > > I am not sure if this is a problem with tomcat or it is supposed to be
> > that
> > > way.
> > >
> > > It seems to be the same effect when you use the manager application to
> > > shutdown tomcat so I am guessing that it was designed to work that
way.
> > >
> > > I have been unable to find any doco on the subject.
> > >
> > > Does anybody know a better way of shutting down the server than
killing
> > the
> > > process?
> > >
> >
> >
> >   I've got Tomcat 4.0.1/JDK1.3.1_01 shutting down happily on Solaris x86
> > just spiffy like. It does seem to take it a while to spool everything
> > down. Currently it's only loading about 10 servlets and if I tail the
> > output log as the thing is shutting down I can see it hitting all the
> > destroy() methods and shutting down JNDI, JDBC and LDAP connections.
> > Make sure that all your servlets clean up after themselves and it should
> > shutdown fine.
> >
> >
> >
> > This email and any attachments are confidential and may be
> > legally privileged. No confidentiality or privilege is waived
> > or lost by any transmission in error.  If you are not the
> > intended recipient you are hereby notified that any use,
> > printing, copying or disclosure is strictly prohibited.
> > Please delete this email and any attachments, without
> > printing, copying, forwarding or saving them and notify the
> > sender immediately by reply e-mail.  Zurich Capital Markets
> > and its affiliates reserve the right to monitor all e-mail
> > communications through its networks.  Unless otherwise
> > stated, any pricing information in this e-mai

Re: Shutdown Tomcat

2001-10-31 Thread Martin Mauri

Hi,

I'm facing the same problem with Tomcat 3.2.1

When I call "tomcat.sh stop" it shows the PATH used for the classes and then
it says "Stop Tomcat". But when I try to restart it typing "tomcat.sh
start", it gives the following error:

FATAL:java.net.BindException: Address already in use
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:408)
at java.net.ServerSocket.(ServerSocket.java:170)
at java.net.ServerSocket.(ServerSocket.java:121)
at
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultServerS
ocketFactory.java:97)
at
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.java
:239)
at
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:188)
at
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)

Of course, it's a socket error meaning that it wasn't actually stopped...

Ok, I can't figure out why...







> I see the same problems that Evan mentions (solaris). It takes about 30-45
> seconds to shutdown on a devel server with no users and only 1 (albeit
> large) servlet and a few dozen JSPs. Don't have any JDBC connections or
> anything else like that.
>
> Similarly, startup takes about 15-20 seconds. On windows it takes about 5
> seconds.
>
> -Original Message-
> From: Steve Brunton [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 31, 2001 1:29 PM
> To: Tomcat Users List
> Subject: Re: Shutdown Tomcat
>
>
> Evan Swanson wrote:
> >
> > Yeah, I have been wondering the same thing.
> >
> > On unix is seems that you have to kill the process.
> > Shutdown.bat and shutdown.sh do not seem to stop the Tomcat process.
> > I am guessing they just log off all of the sessions 'gracefully'
> > You then have to manually kill the process?
> >
> > I am not sure if this is a problem with tomcat or it is supposed to be
> that
> > way.
> >
> > It seems to be the same effect when you use the manager application to
> > shutdown tomcat so I am guessing that it was designed to work that way.
> >
> > I have been unable to find any doco on the subject.
> >
> > Does anybody know a better way of shutting down the server than killing
> the
> > process?
> >
>
>
>   I've got Tomcat 4.0.1/JDK1.3.1_01 shutting down happily on Solaris x86
> just spiffy like. It does seem to take it a while to spool everything
> down. Currently it's only loading about 10 servlets and if I tail the
> output log as the thing is shutting down I can see it hitting all the
> destroy() methods and shutting down JNDI, JDBC and LDAP connections.
> Make sure that all your servlets clean up after themselves and it should
> shutdown fine.
>
>
>
> This email and any attachments are confidential and may be
> legally privileged. No confidentiality or privilege is waived
> or lost by any transmission in error.  If you are not the
> intended recipient you are hereby notified that any use,
> printing, copying or disclosure is strictly prohibited.
> Please delete this email and any attachments, without
> printing, copying, forwarding or saving them and notify the
> sender immediately by reply e-mail.  Zurich Capital Markets
> and its affiliates reserve the right to monitor all e-mail
> communications through its networks.  Unless otherwise
> stated, any pricing information in this e-mail is indicative
> only, is subject to change and does not constitute an offer
> to enter into any transaction at such price and any terms in
> relation to any proposed transaction are indicative only and
> subject to express final confirmation.
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Starting up Catalina

2001-10-26 Thread Martin Mauri

Hi users,

I'm facing the following problem trying to start up Catalina 4.0.1

I cannot add extra libreries ".jar" files to the server because they aren't
added to the run CLASSPATH, however in the earlier versions of TOMCAT, the
script added all the jars in the lib directory to the run classpath...ok, am
I missing something?? can anybody tell me if I have to copy+paste the
startap script of earlier versions or just modify another thing??

thanks in adcane.

Martin




Re: Message status - delivered

2001-09-04 Thread Martin Mauri

And also mine!

> What the hell is that ? It's flooding my inbox.
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 04, 2001 10:41 AM
> To: [EMAIL PROTECTED]
> Subject: Message status - delivered
> 
> 
> The message that you sent was delivered to the following:
> 




Re: Movimiento Humanista

2001-08-06 Thread Martin Mauri

Stop bugging me!!!

> Hola amigo(a)
> Mi nombre es José Gabriel Feres (Pepe), soy chileno, vivo en Santiago y
tome
> tu direccion electronica de un directorio de Internet. Participo desde
hace varios
> años en el Movimiento Humanista y quiero hacerte una invitación y
solicitar tu
> ayuda.
>
> El Movimiento Humanista desarrolla acciones en contra de la injusticia, la
explotacion,
> la discriminacion y la violencia instaladas en la sociedad por una minoría
opresora
> que crece en sus beneficios a medida que se deteriora la vida de las
grandes
> mayorias. No somos una ONG, sino que somos una estructura humana que lucha
en
> distintos frentes de accion para cambiar el actual estado de cosas.
>
> Cuestionamos el inhumano estilo de vida de la sociedad actual y damos
especial
> importancia a las relaciones interpersonales y a la superación del dolor y
el
> sufrimiento personal y social.
>
> Quiero invitarte a que te sumes con nosotros y nos ayudes a desarrollar el
Movimiento
> en México.Si te interesas escribeme a [EMAIL PROTECTED]
>
> Un cordial abrazo. Pepe F.
>
>
> José Gabriel Feres N.
> [EMAIL PROTECTED]
> Movimiento Humanista
> Fono/fax: (562) 2746948
> http://www.mdnh.org
>
>




Re: how to use this list ?

2001-07-02 Thread Martin Mauri


Yes too.

No too.

> Yes.
> No.
>
> > -Original Message-
> > From: Jan Dünnweber [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, July 02, 2001 4:58 PM
> > To: [EMAIL PROTECTED]
> > Subject: how to use this list ?
> >
> >
> > can anybody send me a short reply, so that
> > i can be sure that sending messages to
> > [EMAIL PROTECTED] causes
> > my message to be posted to people who
> > could possibly help me to use tomcat ?
> > is this list mirrored on any newsserver,
> > so that i can browse it with a newsreader
> > like other usenet newsgroups ?
> >




Re: Re: Re[2]:TomcatBook-wasTOMCATSUCKS(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)(Abwesenheitsnotiz)

2001-06-29 Thread Martin Mauri

Oh God!

I'm tired of german server spamming!

who can stop this?


> Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an
meine Kollegen im Team EW2
>
> Mit freundlichen Grüßen
> Petra Hora




Re: una pregunta

2001-06-28 Thread Martin Mauri

Thom,

why the hell would you want to speak a good spanish?

- Es decir, por que querrias hablas bien español? -

regards.

m-

> Hmm...
>
>
> I didn't send this - I'm trying to find out how it got my name on the
> "From" list.
>
> Shame - I wish my Spanish was that good ;-)
>
> -T.
>
>
> -Original Message-
> From: Thom Park
> Sent: Thursday, June 28, 2001 8:27 AM
> To: [EMAIL PROTECTED]
> Subject: RE: una pregunta
>
>
>
> Otra lista más para SERVLETeros y JSPeros en español
>
> http://www.eListas.net/lista/servlet-jsp
>
> SAludos (desde Carabanchel-Madrid)
> Bob.
>
>
>
> >Date: Wed, 27 Jun 2001 15:29:56 +0200
> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> >From: "Ignacio J. Ortega" <[EMAIL PROTECTED]>
> >Subject: RE: una pregunta
> >Message-ID: <80F5674514B4D311BAFC0040F6A45EEE15D2FF@ntserver>
> >
> >Si muchos mas de los que parece.. :)
> >
> >Si quereis hablar de Java en Espa=F1ol..
> >
> >http://es.egroups.com/group/JugAnd
> >http://es.egroups.com/group/JavaSpain=20
> >
> >Saludos ,
> >Ignacio J. Ortega
> >




Re: una pregunta

2001-06-27 Thread Martin Mauri

What's "cantonese"?
And how do you say "thank you"?
 
> I know how to say "thank you" in Cantonese. That's it.
> And that I learned from a movie. Not much help. Want the
> name of the movie?




Re: una pregunta

2001-06-27 Thread Martin Mauri

Ni hao ma? :)

> On Wed, 27 Jun 2001, Martin Mauri wrote:
>
> > Eu no falo portugues, eu sou do Argentina.
>
> Hey, I'm trying to learn Chinese, anybody want to help me out with
> that? :-)
>
>
> > > existem brasileiros neta lista? legal eu sou do brasil :)
> > >
> > > On Wed, 27 Jun 2001, Daniel de Almeida Alvares wrote:
> > >
> > > > Vc precisa configurar uma variavel JAVA_HOME no seu autoexec.bat
dessa
> > > > maneira , por exemplo:
> > > > set JAVA_HOME=c:\jdk13
> > > >
> > > > um abraco
> > > >
> > > > Daniel
> > > > ___
> > > > Daniel de Almeida Alvares
> > > > Santos - SP - Brasil
> > > > [EMAIL PROTECTED]
> > > > - Original Message -
> > > > From: "alvaro pinto" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Tuesday, June 26, 2001 6:55 PM
> > > > Subject: una pregunta
> > > >
> > > >
> > > > > Buenas tardes,   quisiera saber como puedo usar el
> > > > > jakarta-tomcat para windows98 , porque cuando lo
> > > > > ejecuto me sale un mensaje en em ms-dos :
> > > > >
> > > > > < > > > > development kit installations>>
> > > > >
> > > > > ese es el mensaje que sale , es por eso que quiesiera
> > > > > que me ayuden con ese problema.
> > > > >
> > > > > gracias
> > > > >
> > > > > _
> > > > > Do You Yahoo!?
> > > > > Obtenga su dirección de correo-e gratis @yahoo.com
> > > > > en http://correo.espanol.yahoo.com
> > > >
> >
>
> Milt Epstein
> Research Programmer
> Software/Systems Development Group
> Computing and Communications Services Office (CCSO)
> University of Illinois at Urbana-Champaign (UIUC)
> [EMAIL PROTECTED]




Re: una pregunta

2001-06-27 Thread Martin Mauri

Eu no falo portugues, eu sou do Argentina.


> existem brasileiros neta lista? legal eu sou do brasil :)
>
> On Wed, 27 Jun 2001, Daniel de Almeida Alvares wrote:
>
> > Vc precisa configurar uma variavel JAVA_HOME no seu autoexec.bat dessa
> > maneira , por exemplo:
> > set JAVA_HOME=c:\jdk13
> >
> > um abraco
> >
> > Daniel
> > ___
> > Daniel de Almeida Alvares
> > Santos - SP - Brasil
> > [EMAIL PROTECTED]
> > - Original Message -
> > From: "alvaro pinto" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 26, 2001 6:55 PM
> > Subject: una pregunta
> >
> >
> > > Buenas tardes,   quisiera saber como puedo usar el
> > > jakarta-tomcat para windows98 , porque cuando lo
> > > ejecuto me sale un mensaje en em ms-dos :
> > >
> > > < > > development kit installations>>
> > >
> > > ese es el mensaje que sale , es por eso que quiesiera
> > > que me ayuden con ese problema.
> > >
> > > gracias
> > >
> > > _
> > > Do You Yahoo!?
> > > Obtenga su dirección de correo-e gratis @yahoo.com
> > > en http://correo.espanol.yahoo.com
> >




Re: una pregunta

2001-06-27 Thread Martin Mauri

Bueno,

increible la cantidad de personas que hablan español en la lista, de haber
sabido nunca hubiera escrito en ingles.

BTW, I also need to know something about that RFC cause I've been facing
some problems with IE5.

regards.


> Never had any problems up until now for the past three
> years
> Kris
> --- Tim O'Neil <[EMAIL PROTECTED]> wrote:
> > Jann;
> >
> > That reminds me, would you just happen to know of an
> > RFC that
> > describes the proper convention for file names and
> > paths? Or
> > some definitive proof that IE breaks the standard
> > with regard
> > to file names?
> >
> > At 03:14 PM 6/26/2001, you wrote:
> > >NO NO!  DON'T use spaces in Java Home -- it could
> > cause problems down the
> > >road
> > >
> > >if you must, use
> > >
> > >set JAVA_HOME=d:\progra~1\jdk1.3.0_02
> > >
> > >-Original Message-
> > >From: Krishna Muthyala
> > [mailto:[EMAIL PROTECTED]]
> > >Sent: Tuesday, June 26, 2001 3:02 PM
> > >To: [EMAIL PROTECTED]
> > >Subject: Re: una pregunta
> > >
> > >
> > >perdon mi si mi espanol esta mal hace 4 anos wue no
> > >hablaba espanol(no soy un espanol o latino)usted
> > tiene
> > >que poner classpath para java en su autoexec.bat de
> > >systema, y tam bien en tomcat.bat
> > >pon un linea asi
> > >
> > >set JAVA_HOME=d:\program files\jdk1.3.0_02 or
> > >cualquier
> > >
> > >buena suerte
> > >
> > >Kris
> > >--- alvaro pinto <[EMAIL PROTECTED]> wrote:
> > > > Buenas tardes,   quisiera saber como puedo usar
> > el
> > > > jakarta-tomcat para windows98 , porque cuando lo
> > > > ejecuto me sale un mensaje en em ms-dos :
> > > >
> > > > < > > > development kit installations>>
> > > >
> > > > ese es el mensaje que sale , es por eso que
> > > > quiesiera
> > > > que me ayuden con ese problema.
> > > >
> > > > gracias
> > > >
> > > >
> >
> >_
> > > > Do You Yahoo!?
> > > > Obtenga su dirección de correo-e gratis
> > @yahoo.com
> > > > en http://correo.espanol.yahoo.com
> > >
> > >
> > >__
> > >Do You Yahoo!?
> > >Get personalized email addresses from Yahoo! Mail
> > >http://personal.mail.yahoo.com/
> >
>
>
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/




Re: How to avoid of displaying the **** file path

2001-06-21 Thread Martin Mauri

I agree with Filip. Anyway, I can't figure out why someone would have set
that filter here... :)

> >
> >Yes!!!
> >
>
> just stop replying to this message. it is the subject line causing it to
> happen, and everytime each one of you replies we keep getting more rejects
>
> Filip
>
> ~
> Namaste - I bow to the divine in you
> ~
> Filip Hanik
> Software Architect
> [EMAIL PROTECTED]
> www.filip.net
>
> >-Original Message-
> >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, June 21, 2001 11:17 AM
> >To: [EMAIL PROTECTED]
> >Subject: RE: How to avoid of displaying the homepage file path
> >
> >
> >
> >
> >
> >"Kumar, Amit"
> >
> > >"'[EMAIL PROTECTED]'"
> ><[EMAIL PROTECTED]>
> >s.com>   cc:
> >
> > Subject: RE: How to
> >avoid of displaying the homepage file path
> >
> >06/21/01
> >
> >01:10 PM
> >
> >Please
> >
> >respond to
> >
> >tomcat-user
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >Is everyone getting this email multiple number of times?
> >
> >-Original Message-
> >From: [EMAIL PROTECTED]
> >[mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, June 21, 2001 2:06 PM
> >To: [EMAIL PROTECTED]
> >Subject: Re: How to avoid of displaying the homepage file path
> >
> >
> >Messages with Subject ´Homepage´ are not accepted here
(Homepage.HTML.vbs)
> >
> >
> >
> >
> >




Re: tomcat, and servlet testing in a multi-user environment

2001-06-21 Thread Martin Mauri

Wow!

I didn't know Robert De Niro knew about tomcat or servlet programming!
Hey Robert, what about Hollywood? Didn't you earn money there?

regards.


> Hi!
> We are several programmers who are programming servlets and jsp on our
tomcat server, and each time we modify a servlet or a jsp, we have to
restart tomcat so it takes in consideration our changes, and our problem is
that we are working everyone from his computer at the same time, so when
someone has made some changes and he wants to restart tomcat, it annoys the
others who may be testing their servlet.
> So is there a way to make tomcat aware of new changes without restarting
it or should we install a tomcat on everyone's machine ?
> Thanks!
>
> --
>
> ___
> FREE Personalized E-mail at Mail.com
> http://www.mail.com/?sr=signup
>
> Make PC-to-Phone calls with Net2Phone.
> Sign-up today at: http://www.net2phone.com/cgi-bin/link.cgi?121
>
>
>




Off Topic

2001-06-15 Thread Martin Mauri

Hi users,

I know that's an off-topic email, but I wish everybody here a happy Father's
day, for those who are father or for their fathers...

regards.

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Tomcat Book

2001-06-15 Thread Martin Mauri

There's an interesting pryect called Tomcat book, it will be the full guide
of application development with Tomcat, just wait a couple of months :)

> Hi all,
>
> Does anybody know if there is a book explaining Tomcat? Or a tutorial
somewhere on the net?
> thanks a lot
>
>
> David DELGRANCHE
> [EMAIL PROTECTED]
> tel. 02.99 05.34.25
> Fax: 02.99.05.34.05
> Sogitec Industries
> 24, Avenue Lavoisier
> ZI du Champ Niguel
> 35174 BRUZ CEDEX
>
>




Re: session object

2001-06-14 Thread Martin Mauri

Cause you don't need to, everytime a servlet loads and starts, it receives
the Request object as a parameter.


>
> Why ?
>
>
>
>
> "Pernica,
> Jan" To:
[EMAIL PROTECTED]
>  cz>  Subject: RE: session object
>
> 06/14/01
> 03:04 PM
> Please
> respond to
> tomcat-user
>
>
>
>
>
>
> You cannot do that.
>
> On Thursday, June 14, 2001 3:06 PM, [EMAIL PROTECTED]
> [SMTP:[EMAIL PROTECTED]] wrote:
> > Hi !
> >
> > I don't understand why but when I put the request object in the session
:
> >
> > session.setAttribute("request", request);
> >
> > and try to retrieve it later in another jsp page :
> >
> > request = (HttpServletRequest) session.getAttribute("request");
> >
> > I constat that my request object is egal to null
> >
> > WHY !
> >
> >
> > Patrick PIERRA
>
>
> __
> Tato komunikace je urcena vyhradne pro adresata a je duverna.
> This communication is intended solely for the addressee and is
> confidential.
>
>
>
>
>
>




Virtual Hosts

2001-05-28 Thread Martin Mauri

Hi users,

has anyone here got running Virtual Hosts with Apache and Tomcat 3.2.1
within the same server.xml? I'm having problems, cause, though Apache
recognise those virtual hosts, Tomcat doesn't. I attach my conf files.

any help will be appreciated.

regards.

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




















  



































   





  
















		
		
  			
  			
		
		



 
  



		
		
  			
		
		
		
  			
		



 workers.properties
 httpd.conf


Re: Strange

2001-05-21 Thread Martin Mauri


forget about the last email


> Hi,
> 
> Why were mod_jk and Tomcat running ok, when I hadn't set up JkWorkersFile
> directive in httpd.conf, isn't it necessary to run Apache integrated with
> Tomcat?
> 
> regards.
> 
> m-
> 
> Lic. Martin O. Mauri
> Profesion + Auge A.F.J.P
> Parana 666 - Cap. Federal
> TE: (011) 4373-7786/7 int: 422
> [EMAIL PROTECTED]
> www.profesi.com.ar




Strange

2001-05-21 Thread Martin Mauri

Hi,

Why were mod_jk and Tomcat running ok, when I hadn't set up JkWorkersFile
directive in httpd.conf, isn't it necessary to run Apache integrated with
Tomcat?

regards.

m-

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Homepage

2001-05-17 Thread Martin Mauri

Yes, I also notified it...

> Becareful guys !!
> This is a virus 
> I?m right that was not known!
> REgards 
> Daniel
> ___
> Daniel de Almeida Alvares
> Santos - SP - Brasil
> [EMAIL PROTECTED]
> 
> - Original Message - 
> From: "ALex Loubyansky" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, May 15, 2001 12:32 PM
> Subject: Homepage
> 
> 
> > 
> > Hi!
> > 
> > You've got to see this page! It's really cool ;O)
> > 
> >




Re: Virtual Hosts

2001-05-16 Thread Martin Mauri

Hi Jeff,

I agree, but the example shows an IP based virtual host configuration that
means I have to set up different virtual IP addresses in my OS and I don't
want to, I'd like to know how to configure named based virtual hosts within
the same JVM.

Any idea?

regards,

Martin

> Hi Martin,
>
> Take a look at the mod_jk howto:
>
> http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html
>
> The example configuration shows how to use the  directive in
> server.xml to set up virtual hosts using the same JVM. There's no need to
> specify different ports.
>
> Thanks,
> --jeff
>
> - Original Message -
> From: "Martin Mauri" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, May 14, 2001 11:01 AM
> Subject: Re: Virtual Hosts
>
>
> > Thanks Ronan,
> >
> > Now, suppose I want to do it within the same process, with mod_jk I
think
> I
> > should have different ports per virtual host shouldn't I?
> >
> > Do you have an example on how to set up this?
> >
> > thanks.
> >
> > m-
> >
> > > Martin,
> > >
> > > With 3.1 if you had multiple virtual hosts, you had to have a seperate
> > > server.xml
> > > file for each vitual host. Tomcat used a seperatee JVM for each
virtual
> > > host.
> > > This is handy in a development environment so that you can stop and
> start
> > > one
> > > virtual host without having to stop and start them all.
> > >
> > > However, with 3.2 you can run them all in one JVm (or all seperately,
> > > whichever you
> > > prefer). I think you might have to use the AJp12 protocol with mod_jk
if
> > you
> > > wish
> > > to run them in seperate JVMs but if you are using just on JVM you can
> use
> > > either
> > > ajp13 or ajp12.
> > >
> > > Ronan
> > >
> > > -Original Message-
> > > From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> > > Sent: 14 May 2001 14:27
> > > To: [EMAIL PROTECTED]
> > > Subject: Virtual Hosts
> > >
> > >
> > > Hi Users!
> > >
> > > As far as I know, with 3.1 versions it's necessary ti run different
> > virtual
> > > hosts mounts in different JVM. But according to the mod_jk module
> > > documentation it seems that it's fixed because the virtual hosts
> > directives
> > > are set in workers.properties, httpd.conf and server.xml. Does anybodu
> > know
> > > if I'm right or wrong with this?
> > >
> > > regards.
> > >
> > > Lic. Martin O. Mauri
> > > Profesion + Auge A.F.J.P
> > > Parana 666 - Cap. Federal
> > > TE: (011) 4373-7786/7 int: 422
> > > [EMAIL PROTECTED]
> > > www.profesi.com.ar
> > >
> >




Virus

2001-05-15 Thread Martin Mauri

Who's that fuckin' Alex that's inserting virus on the list???!!!

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Homepage

2001-05-15 Thread Martin Mauri

Nobody open that page, it's a VIRUS

> 
> Hi!
> 
> You've got to see this page! It's really cool ;O)
> 
> 




Re: Virtual Hosts

2001-05-14 Thread Martin Mauri

Thanks Ronan,

Now, suppose I want to do it within the same process, with mod_jk I think I
should have different ports per virtual host shouldn't I?

Do you have an example on how to set up this?

thanks.

m-

> Martin,
>
> With 3.1 if you had multiple virtual hosts, you had to have a seperate
> server.xml
> file for each vitual host. Tomcat used a seperatee JVM for each virtual
> host.
> This is handy in a development environment so that you can stop and start
> one
> virtual host without having to stop and start them all.
>
> However, with 3.2 you can run them all in one JVm (or all seperately,
> whichever you
> prefer). I think you might have to use the AJp12 protocol with mod_jk if
you
> wish
> to run them in seperate JVMs but if you are using just on JVM you can use
> either
> ajp13 or ajp12.
>
> Ronan
>
> -Original Message-
> From: Martin Mauri [mailto:[EMAIL PROTECTED]]
> Sent: 14 May 2001 14:27
> To: [EMAIL PROTECTED]
> Subject: Virtual Hosts
>
>
> Hi Users!
>
> As far as I know, with 3.1 versions it's necessary ti run different
virtual
> hosts mounts in different JVM. But according to the mod_jk module
> documentation it seems that it's fixed because the virtual hosts
directives
> are set in workers.properties, httpd.conf and server.xml. Does anybodu
know
> if I'm right or wrong with this?
>
> regards.
>
> Lic. Martin O. Mauri
> Profesion + Auge A.F.J.P
> Parana 666 - Cap. Federal
> TE: (011) 4373-7786/7 int: 422
> [EMAIL PROTECTED]
> www.profesi.com.ar
>




Apache + SSL

2001-05-14 Thread Martin Mauri

Hi,

Can anyone help me to find useful information on how to configure Apache to
work with SSL as well as SSL documentation?

regards.

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Virtual Hosts

2001-05-14 Thread Martin Mauri

Hi Users!

As far as I know, with 3.1 versions it's necessary ti run different virtual
hosts mounts in different JVM. But according to the mod_jk module
documentation it seems that it's fixed because the virtual hosts directives
are set in workers.properties, httpd.conf and server.xml. Does anybodu know
if I'm right or wrong with this?

regards.

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Âü°íÇϼ¼¿ä

2001-05-10 Thread Martin Mauri

Darrell !

I don't know why you didn't understand a word, it was very clear!! :)

regards.


> excuse me?
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 10, 2001 11:30 PM
> Subject: Âü°íÇϼ¼¿ä
>
>
>
> ¿©·¯ºÐ¿¡°Ô °¡Àå ÇÊ¿äÇÏ°í À¯ÀÍÇÑ ÄÄÇ»ÅÍ °ü·ÃÇÁ·Î±×·¥À»
> ÆÄ°ÝÀûÀ¸·Î ½Ñ °¡°Ý¿¡ °ø±ÞÇÕ´Ï´Ù
>
> ÃֽŰÔÀÓ. À¯Æ¿°ü·ÃÇÁ·Î±×·¥. MP3. ºñµð¿À½Ãµð µîµî
> ¸ðµç ÇÁ·Î±×·¥À» ÆǸÅÇÕ´Ï´Ù
>
> ¹°·Ð ½Å¿ë °ÆÁ¤À» ÀüÇô ½Å°æ¾²Áö ¸¶½Ê½Ã¿ä
> ¾ÐÃàÈ­ÀϼÓÀÇ ³»¿ëÀ» º¸½ÅÈÄ ÀüÈ­³ª ¸ÞÀÏ·Î ¿¬¶ôÁֽʽÿä
> ÀÌ ¸ÞÀÏÀ» º¸³½ ¾ÆÀ̵ð·Î´Â ¿¬¶ôÀÌ µÇÁö ¾Ê½À´Ï´Ù.
> ¾ÐÃàÈ­Àϼӿ¡ ¿¬¶ôó°¡ ÀÖ½À´Ï´Ù(¸ÞÀÏ.ÀüÈ­¹øÈ£)
>
> === Ưº° º¸³Ê½º ½Ãµð¸¦ ÁõÁ¤ÇÕ´Ï´Ù ===
>
> È®½ÇÇÏ°Ô ÈÞ´ëÆùÀ¸·Î ¿¬¶ôÁֽʽÿä
> °¨»çÇÕ´Ï´Ù
>
> ³¡À¸·Î Çã¶ô¾øÀÌ ¸ÞÀÏÀ» µå¸°°ÍÀ» »ç°úµå¸³´Ï´Ù.±×¸®°í ¿©·¯ºÐÀÇ ¸ÞÀÏÁÖ¼Ò´Â
> ¹«ÀÛÀ§·Î ¸ð¾ÆÁø°ÍÀÌ´Ï ´Ù¸¥ °ÆÁ¤Àº ÇÏÁö ¾ÊÀ¸¼Åµµ µË´Ï´Ù.
>
> ¹Ø¿¡ À̾îÁö´Â °°Àº±Û¿¡¼­ ¸®½ºÆ®¸¦ ´Ù¿î¹ÞÀ¸½Ç¼ö ÀÖ½À´Ï´Ù.
> ¸¸ÀÏ ¹Ø¿¡ [ ÀÌ ±ÛÀÌ º¸Àδٸé Á¤»óÀÔ´Ï´Ù ] °¡ º¸ÀÌÁö ¾Ê°Å³ª
> À̾߱â.»õ·Ò µîÀÇ Åë½ÅÇÁ·Î±×·¥À» »ç¿ëÇϽŴٸé
> ÷ºÎµÈ È­ÀÏ   CDLIST.HTM  ¸¦ ´Ù¿î¹ÞÀ¸½ÅÈÄ¿¡ °Å±â¼­ ¸®½ºÆ®¸¦ ¹ÞÀ¸½Ã¸é
µË´Ï´Ù
>




Tomcat User

2001-05-10 Thread Martin Mauri

Hi users!

I've read in the Apache documentation that, at least on Solaris systems, the
Apache is started up by root but he spawns the processes as a diferent user,
called "nobody". What I want to know, is what happens with Tomcat when is
running integrated with Apache does it run its proesses as "nobody" as well?

thanks,

Martin

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Security Issue

2001-05-10 Thread Martin Mauri

Hi Sean,

I've got the welcome file, but I have many directories, and I cannot add a
welcome file to each one, I think that there's another way to do it...

any idea?

thanks,

Martin

> You can add a welcome file list to your web.xml.  I think the following
> syntax is correct...
>
> 
> first.html
> 
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 10, 2001 10:28 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Security Issue
>
>
> apache.
>
> use the "deny directory listing" directive - look in the manual FFI.
>
> At 5/10/2001 3:22:42 PM, "Martin Mauri" <[EMAIL PROTECTED]> wrote:
> #  Hi users,
> #
> #  My apologies if this's an off topic question, but, is there any way
with
> #  Tomcat to deny users browsing the files when they point to some URL,
say:
> #  http://myhost:port/report/ will show users a list with the files that
are
> #  inside the report directory, and though I want them to access an
specific
> #  file, say http://myhost:port/report/first.html, I don't want them to
see
> the
> #  hole file list, is it possible with Tomcat or it's an Apache issue?
> #
> #  regards.
> #
> #  Martin
> #
> #  Lic. Martin O. Mauri
> #  Profesion + Auge A.F.J.P
> #  Parana 666 - Cap. Federal
> #  TE: (011) 4373-7786/7 int: 422
> #  [EMAIL PROTECTED]
> #  www.profesi.com.ar
> #
> Roger




Security Issue

2001-05-10 Thread Martin Mauri

Hi users,

My apologies if this's an off topic question, but, is there any way with
Tomcat to deny users browsing the files when they point to some URL, say:
http://myhost:port/report/ will show users a list with the files that are
inside the report directory, and though I want them to access an specific
file, say http://myhost:port/report/first.html, I don't want them to see the
hole file list, is it possible with Tomcat or it's an Apache issue?

regards.

Martin

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Tomcat documentation

2001-05-04 Thread Martin Mauri

I'm not kidding, I and a lot of Tomcat users are in the Tomcat Book project:
https://sourceforge.net/projects/tomcatbook/

We're in the first stage, but it will be a pretty complete book of Tomcat,
if you want to add knowledge, tell me, we can add you into the group. The
group administrator is Chad La Joie.

> Which TomCat book? Is there one planned?
> Or have you been kidding?
>
> roman
>
> -Ursprüngliche Nachricht-
> Von: Martin Mauri [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 4. Mai 2001 14:42
> An: [EMAIL PROTECTED]
> Betreff: Re: Tomcat documentation
>
>
> You'll have to wait until the Tomcat book is finished :)
>
> > Hi,
> >
> > Does anybody know, where I can find another documentation with more
> > detailed information about Tomcat cofiguration than the minimalistic
user
> > guide?
> >
> > Mit freundlichen Grüßen
> >
> > Christian Schildt
> > Diplom-Betriebswirt (FH)
> >
> > Softwaredeveloper
> >
> > Phone: 089/89013023
> > Mailto:  [EMAIL PROTECTED]
> > 
> > ELAXY AG
> > Gutenbergstr. 5
> > D-82178 Puchheim bei München
> > Phone: +089/8901300
> > Fax:   +089/89013089
> > www.elaxy.com
> > 
> >




Re: Tomcat documentation

2001-05-04 Thread Martin Mauri

You'll have to wait until the Tomcat book is finished :)

> Hi,
>
> Does anybody know, where I can find another documentation with more
> detailed information about Tomcat cofiguration than the minimalistic user
> guide?
>
> Mit freundlichen Grüßen
>
> Christian Schildt
> Diplom-Betriebswirt (FH)
>
> Softwaredeveloper
>
> Phone: 089/89013023
> Mailto:  [EMAIL PROTECTED]
> 
> ELAXY AG
> Gutenbergstr. 5
> D-82178 Puchheim bei München
> Phone: +089/8901300
> Fax:   +089/89013089
> www.elaxy.com
> 
>




Re: Tomcat Oralce Discoverer

2001-05-03 Thread Martin Mauri



I'm sorry? Discoverer under Tomcat? I can't imagine 
such thing, as far as I know, nothing to do an Oracle Query Tool like Developer 
and a Servlet Container like Tomcat...I feel you'll have to explain a little 
more...

   
  Anybody have experience with getting Oracle Discoverer 3i to run 
  under TomCat?
   
  
  Get your FREE download of MSN Explorer at http://explorer.msn.com
  


Workers & Redirector

2001-05-03 Thread Martin Mauri

Hi gurus!

I didn't manage to figure out the real difference between in-process workers
and plug-in/redirector.
I mean, I know which is the diference, but according to what HOW-TOs say, I
don't find it clear when ie: I thought that the workers.propoerties file was
only used by the worker architecture, but in the HOW-TO it shows the example
in which it's configured also for the redirector architecture.

BTW, I think that when working with redirector, I have to start up by hand
Tomcat as another process and so, mod_jk will redirect servlet requests from
Apache to Tomcat, cause they're different processes. On the other hand, the
workers architecture, allows Apache to run Tomcat within the same process
space, and I don't have to startup Tomcat by hand. Am I wrong? If not, why
should I configure a workers.properties file despite I'm working with a
redirector architecture?

any idea will be appreciated.

m-


Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Why Use apache

2001-05-02 Thread Martin Mauri

It depends on which are the other servers...I'd sugeest using Tomcat-Apache.

> If I have all my static html and graphics loading off of other servers, is
> there any reason to use Apache with Tomcat? Is the combination more stable
> or is performance better with both running?
>
> thanks
>
> -dave
>
> At 11:00 AM 5/2/2001, Ronan Derby wrote:
> >tomcat isn't as good as apache at serving static html files and images.
> >also, with apache up and running you can do other stuff like execute cgi
> >scripts and so on.
> >
> >-Original Message-
> >From: Skinner, Dallas M [mailto:[EMAIL PROTECTED]]
> >Sent: 02 May 2001 15:48
> >To: [EMAIL PROTECTED]
> >Subject: Why Use apache
> >
> >
> >Excuse me if this question is obvious.  If Tomcat can be run in a
standalone
> >mode, why should it be used in conjunction with apache?
> >
> >Thanks
> >
> >Dallas Skinner




Re: Why Use apache

2001-05-02 Thread Martin Mauri

tomcat-apache-howto.html


> Excuse me if this question is obvious.  If Tomcat can be run in a
standalone
> mode, why should it be used in conjunction with apache?
>
> Thanks
>
> Dallas Skinner




Re: Mod_jk.so

2001-04-30 Thread Martin Mauri

Yes, that's a problem most of us had to overcame.

Means that the module was compiled in a diferent platform than yours, you'll
have to download the source code of mod_jk and compile it.

hth,

m-

> Hello,
> I have compiled Tomcat from the source on RH 7.0 and now I am getting the
> following error:
>
> API module structure `jk_module' in file /usr/lib/apache/mod_jk.so is
> garbled - perhaps this is not an Apache module DSO?
>
> So then I removed it and have sine recompiled it but I am still getting
the
> same error. Any assistance would be great.
>
> Thanks in advance
>
> Stuart




Re: Jserv or JK

2001-04-27 Thread Martin Mauri

Chuck,

You'll almost certainly prefer mod_jk because it's newer, faster and works
better with SSL, jserv is an older module legacy of JServ and it's been
replaced by mod_jk everywhere.

> Which is the better solution for installing tomcat?  jserv or mod_jk?
what
> are the differances and which is better?
>
> chuck
>




Re: Books on Tomcat

2001-04-25 Thread Martin Mauri

Yes, I agree.

And, for those who want to post angry words and bitch to each other about
doing or not doing the Tomcat book, I've set up a group on Yahoo:

Refer to: [EMAIL PROTECTED]

and leave this list alone!

:)

Martin

> Your wording wasn't that clear.  I thought you were pissed about people
> talking about the group on the tomcat list as well.  I almost had a few
> choice words for you too until I remember that you were helping right
> the book.  Then I re-read what you said and understood what you meant.
>
> For anyone else who is tempted to respond to those angry about us
> posting information about the book on here, don't.  Don't dignify thier
> immaturity with a comment.  There is no reason to waste everyones time
> bitching back and forth.
>
> Jeff Kilbride wrote:
> >
> > Well, that's good, because I'm helping to create the book.
> >
> > Please read my post again. I'm angry with the person who doesn't like
the
> > book, too.
> >
> > :)
> >
> > --jeff
> >




Re: Books on Tomcat

2001-04-25 Thread Martin Mauri

Saurabh,

We, who are part of the book writers, have been in another separate forum
for 2 days now, we're just starting something we feel may help newbies and
those who doesn't know about common problems of Tomcat by writing this book.
If you're not up to date with this, I don't know where is the stupidity, and
if you're so perfect and lack of defects, then I don't know why you're on
the list.

hth.

m-

>
> FYI: It HAS been moved to a new forum, since yesterday morning.  I'm sorry
> you think writing a free book on tomcat is such a stupid idea.
>
>
> ... Mike
>
>
> Can the guys who are interested in WRITING a book use a seprate forum ? I
am
> not interested in knowing who is interested in writing or who doesn't know
> about his skills. Please stop this stupidity.
>
> Thanks.
>





Re: PLEASE HELP WHIT THE COMPILATION OF MOD_JK

2001-04-24 Thread Martin Mauri



I think you should list it in the httpd.conf file. 


  It  worked!
  But there is an error with the list of 
  modules *.c, where do i have tu put my mod_jk.c?
   
  MATíAS 
  SALVADORJAVA Development 
  TeamSoluciones Integrales S.A. 
  590 Roca Av. 7° Floor Buenos 
  Aires+54.011.4345.0537 int. 
  132
  
- Original Message - 
From: 
K.P.Majoor 
To: [EMAIL PROTECTED] 

Sent: Tuesday, April 24, 2001 11:33 
AM
Subject: Re: PLEASE HELP WHIT THE 
COMPILATION OF MOD_JK
I think that this particular question brought me to this 
newsgroup :-)Go to the directory where the objects files are located 
and try:gcc -shared -o mod_jk.so *.oThis will create the 
mod_jk.so from the (already) created object files.Good luck, it 
worked for me !kpMatías Salvador wrote:> Hy 
Everybody,>> 
I'm having problems with the compilation of MOD_JK.C since a> couple 
of days. I have Tomcat 3.2.1, Apache 1.3 & Solaris 7. When i> try 
to compile the module, it creates lots of *.o but the mod_jk.so> does 
not appear. What am i doing wrong? All the parameters seem to be> ok. 
I also tried with the "-lposix4", but it doesn't 
compile.>> I 
guess it is something about the configuration of the apxs,> but I 
really dont't know what is it all about. I send you the error> that 
throws me the compilation and also, the part of the configuration> of 
my apxs.>>> 
COMPILATION>> 
# /usr/local/bin/perl /usr/local/bin/apxs -o mod_jk.so -DSOLARIS> 
-I../jk -I/usr/java/sdk1.3/include 
-I/usr/java/sdk1.3/include/solaris> -c *.c ../jk/*.c>> 
/usr/local/bin/gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> 
-fPIC -DSHARED_MODULE -I/usr/local/apache/include -I../jk> 
-I/usr/java/sdk1.3/include -I/usr/java/sdk1.3/include/solaris> 
-DSOLARIS -c mod_jk.c>> /usr/local/bin/gcc -DSOLARIS2=260 
-DUSE_EXPAT -I../lib/expat-lite> -fPIC -DSHARED>> 
_MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c> ../jk/jk_ajp12_worker.c>> 
/usr/local/bin/gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> 
-fPIC -DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c ../jk/jk_ajp13.c>> /usr/local/bin/gcc 
-DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> -fPIC 
-DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c> ../jk/jk_ajp13_worker.c>> 
/usr/local/bin/gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> 
-fPIC -DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c ../jk/jk_connect.c>> /usr/local/bin/gcc 
-DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> -fPIC 
-DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c ../jk/jk_jni_worker.c>> /usr/local/bin/gcc 
-DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> -fPIC 
-DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c ../jk/jk_lb_worker.c>> /usr/local/bin/gcc 
-DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> -fPIC 
-DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c ../jk/jk_map.c>> /usr/local/bin/gcc 
-DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> -fPIC 
-DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c ../jk/jk_msg_buff.c>> /usr/local/bin/gcc 
-DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> -fPIC 
-DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c ../jk/jk_nwmain.c>> /usr/local/bin/gcc 
-DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> -fPIC 
-DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c ../jk/jk_pool.c>> /usr/local/bin/gcc 
-DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> -fPIC 
-DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c ../jk/jk_sockbuf.c>> /usr/local/bin/gcc 
-DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> -fPIC 
-DSHARED>> _MODULE -I/usr/local/apache/include -I../jk 
-I/usr/java/sdk1.3/include> -I/usr/java/sdk1.3/include/solaris 
-DSOLARIS -c> ../jk/jk_uri_worker_map.c>> 
/usr/local/bin/gcc -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite> 
-fPIC -DSHARE

Re: Catch me for writing a 'Never Before' BOOK on Tomcat!!!

2001-04-24 Thread Martin Mauri

Sam, those things have just been propposed, you should get into the
[EMAIL PROTECTED] list. Ask for it to  Chad La Joie <[EMAIL PROTECTED]>


> What would the scope of the book be? Will it be developing a webapp with
jsp
> and servlets under tomcat, or will it just be about configuring and
setting
> up tomcat? In either case, I'd guess given the posts I see day in day out
on
> this list, these following things are essential:
>
> Tomcat & Apache using mod_jk - covering the ajpv12 & ajpv13 differences,
and
> why NOT to use JServ
> Tomcat with SSL via Apache (perhaps including getting apache to use
> mod_ssl?)
> Deployment using ANT
> Tomcat & IIS
>
> Should of course cover both *nix setups and win32 setups. The first two I
> know a fair bit about. I know nothing about the second two.
>
> I would guess the book would have to be targeted at tomcat 4.0 to stand a
> chance of being up to date when released.
>
> sam




Re: Is mod_jk.so corrupt?

2001-04-24 Thread Martin Mauri

I don't think the file on the server is corrupt, but it seems to be compiled
in a different platform than yours. You'll have to download the source and
compile it yourself.

> I have the same problem as you have before. And later I recompiled the
> mod_jk.so and everything
> goes well. It seems that the file on the server is corrupted somehow.
>
> - Original Message -
> From: "John Hebert" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, April 23, 2001 7:50 PM
> Subject: Is mod_jk.so corrupt?
>
>
> >
> >
> > I believe that the file
> >
>
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/linux/i38
> 6/mod_jk.so
> >
> > might be corrupt. I didn't think so at first and suspected that it was
> > something I was doing wrong,
> > but I've downloaded the file a few times and would only get the error:
> >
> > [root@webserver bin]# ./apachectl start
> > Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto:
> > API module structure `jk_module' in file
> > /usr/local/apache/libexec/mod_jk.so is garbled - perhaps this is not an
> > Apache module DSO?
> > ./apachectl start: httpd could not be started
> >
> > I saw Henri Gomez's announcement about the Tomcat v3.2.2-beta-3 version
> > being available as well as the
> >
>
http://jakarta.apache.org/builds/tomcat/release/v3.2.2-beta-3/bin/linux/i386
> /mod_jk-stdapi.so,
> >
> > so I
> > tried that instead and httpd started.
> >
> > Has anybody else had problems getting
> >
>
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/linux/i38
> 6/mod_jk.so
> >
> > to work?
> >
> > --
> > John Hebert
> > System Engineer
> > http://www.vedalabs.com
> > Changing your state of mind through sound.
> >




Re: Books on Tomcat

2001-04-23 Thread Martin Mauri

I'm on.

> If I can help, send me a sign. Sounds like a useful thing to do.
> Thanks,
> Armin
> On Monday 23 April 2001 10:47, you wrote:
> > This is certainly something I'd be interested in as well.  I'm not a
> > prolific writer but I think there is a great need for this book and
> > would be happy to help wherever I may.
> >
> > "Penberthy, Bill" wrote:
> > > Count me in.  I am not a Tomcat expert - but I writez purty good and
am
> > > the ultimate test subject to see if it is "clear enough so that even
an
> > > idiot can figure it out"
> > >
> > > Bill Penberthy
> > > Sr. Functional Architect/Idiot
> > > IQNavigator
> > >
> > > -Original Message-
> > > From: David McCormick [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 23, 2001 10:44 AM
> > > To: '[EMAIL PROTECTED]'
> > > Subject: RE: Books on Tomcat
> > >
> > > I've been thinking about scratching that itch myself. Somewhere on
this
> > > list I read that the Tomcat developers (whoever that might mean) were
> > > already working on one, but I haven't seen anything else since then. I
> > > think it would be interesting to do it like Bruce Eckel has done with
his
> > > books (http://www.bruceeckel.com), where he publishes chapters and
gets
> > > immediate feedback on clarity and correctness.
> > >
> > > Count me in.
> > >
> > > -Original Message-
> > > From: Bryant, William [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 23, 2001 11:29 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Books on Tomcat
> > >
> > > Hmmm...  No books that I know of, either already published or in
> > > progress.
> > >
> > > I'm not much of an author, but this sounds like an interesting
project.
> > > Anyone up for writing a book on Tomcat?  Maybe a not-for-profit,
> > > electronic-format-only guide to Tomcat that users could download.  We
> > > could take the existing documentation (good, however maybe a little
> > > sparse) and add to it.
> > >
> > > I've been wanting to get into the Tomcat project for some time now.
This
> > > might be the perfect opportunity.
> > >
> > > Any takers?
> > >
> > > .. Mike
> > >
> > >
> > >
> > > -Original Message-
> > > From: Will England [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 23, 2001 11:04 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Books on Tomcat
> > >
> > > Hi!
> > >
> > > Does anyone know of any dead-tree books that document the Tomcat
> > > platform>
> > >
> > > I've checked O'Reilly and Amazon, with no luck.  I've found a few
simple
> > > basic articles, but that is it.
> > >
> > > Thanks in advance!
> > >
> > > Will
> > >
> > > --
> > >   "If Al Gore invented the Internet, then I invented spellcheck!"
> > >   Dan Quayle, quoted at the National Press Club, 8/3/1999
> > >   [EMAIL PROTECTED]
> > >   Recovery  : http://will.mylanders.com/ PCS:  316-371-FOAD
>
> --
> Armin
>
> ---
> Armin Roehrl  [EMAIL PROTECTED]
> Approximity Ltd.  http://www.approximity.com
> http://www.approximity.com/pgp/armin_roehrl.pgp




Re: Problem mapping servlets to /servlets/*

2001-04-23 Thread Martin Mauri

I agree with Milt. What you've gotta do is just put your servlets in
WEB-INF/classes and nothing else. When you do your request the Tomcat will
load the servlet that's in the URL.

>
> > You are right, I did put /mytest under root context in server.xml.
> > It works within tomcat, but not with apache. I just found it is hard
> > to configure mod_jk.conf if I want to use root as the prefix of
> > servlets.  Any recommendations?  Thanks!
>
> I haven't really done this myself, so I'm not sure of the exact
> details.  But what did you do to put your servlets in the root
> context?  My impression is that the sample tomcat/apache conf file is
> already configured to accept URLs without any context name for
> serlvets in the root context.  So then all you need do is put your
> servlets (i.e. the class file) in the root context's WEB-INF/classes
> directory.  (Although since you want to use "/servlets/" instead of
> "/servlet/", you may need to change something related to that --
> e.g. perhaps another JkMount directive -- but it sounded like you had
> already figured out that part of it.)
>
>
> > -Original Message-
> > From: Milt Epstein [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 23, 2001 10:40 AM
> > To: '[EMAIL PROTECTED]'
> > Cc: Allen, Aristotle B (Ari)
> > Subject: RE: Problem mapping servlets to /servlets/*
> >
> >
> > On Mon, 23 Apr 2001, Lian, Xiaobu (Alice) (Xiaobu (Alice)) wrote:
> >
> > > Hi Milt,
> > >
> > > You are right.  This is exactly what I had experienced.  Please see
> > > my previous posted message yesterday (4/22/01) "mod_jk.conf
> > > configuration: Access servlets from apache server with url
> > > /servlets/".
> > >
> > > I use mod_jk and play with mod_jk.conf-local for a while, but did
> > > not fiugure out how to make apache knowing servlets to send to
> > > tomcat.  Do you have any ideas about how to configure mod_jk.conf?
> > > Thanks a lot!
> >
> > I went back and looked at your previous post.  Are you saying you want
> > to be able to specify the URL without the context name?  That is,
> > normally you use URLs of the form:
> >
> > http://servlets/
> >
> > but you want to use:
> >
> > http:/servlets/
> >
> > Is that correct?
> >
> > Can't you do this by putting the servlets in the root context?
> [ ... ]
>
> Milt Epstein
> Research Programmer
> Software/Systems Development Group
> Computing and Communications Services Office (CCSO)
> University of Illinois at Urbana-Champaign (UIUC)
> [EMAIL PROTECTED]




Re: simple question

2001-04-23 Thread Martin Mauri



No, just the parent. I mean, the one you've listed 
in the server.xml file (docBase entry).
 
regards.
 
m-


  Hi,
  Im new to using to tomcat. My query is if I have a directory in 
  TOMCAT_HOME/webapps/ called games can I have other directories in the games 
  directory (for each different) and then the normal structure within these 
  sub-directories, like will tomcat build a context for each of these 
  sub-directories when I start it up.
  thanks,
  T.J


Tutorial about cookies and sessions

2001-04-16 Thread Martin Mauri

Hi everybody,

Does anyone know where to find information about cookies and sessions to
work in security and access restrictions?

any info will be appreciated!

thanks.

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
[EMAIL PROTECTED]
www.profesi.com.ar




Re: 'jsp:include' tag

2001-04-11 Thread Martin Mauri

Yes,

Once I had that problem and I worked it out by adding the flush="true"
attribute.

I mean:



I think it was a reported bug.

HTH.

Martin



> Hello all,
>
> Does anyone have problems with the 'jsp:include' tag with tomcat.  I
always
> get the following error when I try to use it:
>
> Internal Servlet Error:
>
> org.apache.jasper.compiler.CompileException: Welcome.jsp(15,0) Invalid
> jsp:include tag
>  at org.apache.jasper.compiler.IncludeGenerator.(IncludeGenerator.java:95)
>  at
>
org.apache.jasper.compiler.JspParseEventListener.handleInclude(JspParseEvent
> Listener.java:877)
>  at
>
org.apache.jasper.compiler.DelegatingListener.handleInclude(DelegatingListen
> er.java:185)
>  at org.apache.jasper.compiler.Parser$Include.accept(Parser.java:299)
>  at org.apache.jasper.compiler.Parser.parse(Parser.java:1070)
>  at org.apache.jasper.compiler.Parser.parse(Parser.java:1035)
>  at org.apache.jasper.compiler.Parser.parse(Parser.java:1031)
>  at org.apache.jasper.compiler.Compiler.compile(Compiler.java:182)
>  at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:453)
>  at
> org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
>  at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:424)
>  at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspSe
> rvlet.java:152)
>  at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
> va:164)
>  at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:309)
>  at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:382)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>  at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:387)
>  at org.apache.tomcat.core.Handler.service(Handler.java:263)
>  at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:371)
>  at
>
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:78
> 6)
>  at org.apache.tomcat.core.ContextManager.service(ContextManager.java:732)
>  at
>
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
> (Ajp12ConnectionHandler.java:166)
>  at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407)
>  at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
>  at java.lang.Thread.run(Thread.java:484)
>
> Here is the code in the jsp:
>
> 
>
> Anyone know what the dealis?
>
> Thanks in advance!
>
> Leon Palermo




Cookies and Session

2001-04-10 Thread Martin Mauri

Hi users!

Where can I find some information about Cookies and Sessions. I need them to
work within a secure environment.

thanks!



Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Sessions

2001-04-09 Thread Martin Mauri

Hi!

Does anyone know how to manage JSP and Servlets security using session
objects?

any idea will be appreciated!

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Hide an URL

2001-04-09 Thread Martin Mauri

Hi users!

Is there anyway to hide the URLs in the browser for security reasons?

any help will be appreciated!

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Help With System.out.println

2001-04-09 Thread Martin Mauri



Rob, it will be useful if you tell us if you're 
using Tomcat as standalone or with Apache.
 
regards.

 
  
  Hi,
   
  I have recently switch from Jrun 3.0 to 
  tomcat 3.2.1 and everything appears fine except the where does the text from 
  System.out.println go to, I would have thought that in would go in log in the 
  /logs directory but nothing appears 
  here.
   
  Could somebody please give me 
  instructions on how to get the above to 
  work.
   
  Thanks in 
  advance.
   
  
   
  Regards
   
  Rob 
  Shorney
   
  ===
  Rob Shorney : 
  Local Government Software Services
  northgate information 
  solutions.
   
  email: [EMAIL PROTECTED]
   
  The opinions 
  herein are my own and,
  unless 
  explicitly stated, do not
  represent 
  those of northgate information solutions.
   
  This email has 
  been sent using Microsoft Outlook 2000.
  ===
   


Security Reasons

2001-04-09 Thread Martin Mauri

Hi gurus!

Just for security reasons, I would need to have a servlet in a context so
that when a user points to that context, the servlet takes the request, and
then, due to some security code, the servlet sends back the appropiate URL
and the browser shows it.

I have an applet that connects by middle of an HttpUrlConnection class and
sends URL and the code to the servlet, when the servlet checks it and it's
ok, it would send the required HTML file to the browser, but I don't know
how to tell the browser to expect the file from the http server and show it
!!

any help will be appreciated!!

thanks

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Dates in Java

2001-04-06 Thread Martin Mauri

Milt!

Stop it, you're posting an out topic message! We're not discussing here
about policies, we're talkig about Tomcat!

:)

regards.



> On Fri, 6 Apr 2001, Jeff Kilbride wrote:
>
> > There's also something to be said for using a little tact. "You
> > might get more help posting your question on a general Java forum"
> > -- and then pointing the way -- is better than using three question
> > marks and implying that the other person's question is "so
> > simple". Responses like this scare new programmers off the lists.
> [ ... ]
>
> True, but I don't see anything so rude about what the person wrote,
> despite the use of multiple question marks and the "so simple" -- I've
> seen a lot worse (hell, I've responded a lot worse myself :-).  And I
> could see how it can be a little annoying after a whole bunch of such
> posts.  Also remember that it's quite possible that English is not his
> native language.
>
> Anyway, this list has seemed reasonable on-topic (as well as useful
> and friendly) since I joined, so this probably isn't something to be
> concerned about (on either side).
>
>
> > - Original Message -
> > From: "Milt Epstein" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, April 06, 2001 7:05 AM
> > Subject: Re: Dates in Java
> >
> >
> > > On Fri, 6 Apr 2001, Martin Mauri wrote:
> > >
> > > > Hey...don't be so rude, let the boys work their problems out...
> > >
> > > There is something to be said for keeping a list on-topic, and people
> > > asking questions on appropriate forums.
> > >
> > >
> > > > > Are we in the tomcat-user forum ???
> > > > > I don't see the relationship between a so simple constructor
problem
> > > > > (which Javadoc solve quiet easily ...) and Tomcat ...
> > > > >
> > > > >
> > > > > Alistair Hopkins a écrit :
> > > > > >
> > > > > > try "select myDate - 7 from myTable;" in your SQL statement for
a
> > quick
> > > > fix
> > > > > > :-)
> > > > > > (works on postgres, don't know about msql)
> > > > > >
> > > > > > -Original Message-
> > > > > > From: Michael Wentzel [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Friday, April 06, 2001 12:58 PM
> > > > > > To: '[EMAIL PROTECTED]'
> > > > > > Subject: RE: Dates in Java
> > > > > >
> > > > > > I have a simple question about the Date object (or similar
object)
> > > > > >
> > > > > > I have a mySQL table with a DATETIME cell. I want to get the
date
> > from
> > > > this
> > > > > > cell
> > > > > >
> > > > > > (formatted like so: e.g.  2001-03-23 13:04:59)
> > > > > >
> > > > > >  and retrieve the date that is exactly 7 days earlier than the
> > retrieved
> > > > > > date.
> > > > > >
> > > > > > What is the easiest way to do this? I noticed a lot of method
> > > > deprecations
> > > > > > in the specs and I am having trouble using the Date object.
> > > > > > -
> > > > > > For example,
> > > > > > DateTest.java:20: cannot resolve symbol
> > > > > > symbol  : constructor Date  ()
> > > > > > location: class java.sql.Date
> > > > > > Date d = new Date();
> > > > > >  ^
> > > > > > 1 error
> > > > > >
> > > > > > -
> > > > > >
> > > > >
> > > >
> >
> --
> > > > --
> > > > > > -
> > > > > > First, in regards to displaying your date use the
> > java.text.DateFormat
> > > > > > class(note DateFormat
> > > > > > is abstract so of course you'll want to use one of the
> > 'implementation'
> > > > > > classes).  Since
> > > > > > java.sql.Date extends java.util.Date you can of course use the
> > > > > > java.text.DateFormat c

Re: Dates in Java

2001-04-06 Thread Martin Mauri

Hey...don't be so rude, let the boys work their problems out...


> Are we in the tomcat-user forum ???
> I don't see the relationship between a so simple constructor problem
> (which Javadoc solve quiet easily ...) and Tomcat ...
>
>
> Alistair Hopkins a écrit :
> >
> > try "select myDate - 7 from myTable;" in your SQL statement for a quick
fix
> > :-)
> > (works on postgres, don't know about msql)
> >
> > -Original Message-
> > From: Michael Wentzel [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, April 06, 2001 12:58 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: Dates in Java
> >
> > I have a simple question about the Date object (or similar object)
> >
> > I have a mySQL table with a DATETIME cell. I want to get the date from
this
> > cell
> >
> > (formatted like so: e.g.  2001-03-23 13:04:59)
> >
> >  and retrieve the date that is exactly 7 days earlier than the retrieved
> > date.
> >
> > What is the easiest way to do this? I noticed a lot of method
deprecations
> > in the specs and I am having trouble using the Date object.
> > -
> > For example,
> > DateTest.java:20: cannot resolve symbol
> > symbol  : constructor Date  ()
> > location: class java.sql.Date
> > Date d = new Date();
> >  ^
> > 1 error
> >
> > -
> >
>
> --
--
> > -
> > First, in regards to displaying your date use the java.text.DateFormat
> > class(note DateFormat
> > is abstract so of course you'll want to use one of the 'implementation'
> > classes).  Since
> > java.sql.Date extends java.util.Date you can of course use the
> > java.text.DateFormat classes
> > to format a java.sql.Date.
> >
> > Secondly, the problem you are having using java.sql.Date could be if you
are
> > importing java.util.*.  This will import java.util.Date in addition to
> > java.sql.Date.
> > Therefore, when you code Date d = new Date() the compiler doesn't know
which
> > classdef
> > to use.  One solution to to not import anything using splay(*).  This is
the
> > way we
> > do it.  You import block may get a little large but it also makes it
easier
> > for other
> > developers to figure out where to look for source.  Another is to code
it as
> > java.sql.Date d = new java.sql.Date();
> >
> > ---
> > Michael Wentzel
> > Software Developer
> > Software As We Think - http://www.aswethink.com
>
> --
> Cordialement,
>
>
> Stéphane BAUDET
>
> _
> GL Trade
> 48, rue Notre Dame des Victoires - 75002 Paris
> Tel : 01 53 40 43 12 (interne 1312)
> Fax : 01 53 40 01 40
> Email : [EMAIL PROTECTED]
> _




Re: Strange JSP problems with Tomcat

2001-03-30 Thread Martin Mauri

Mmm...it seems to be a problem in the location of your class files, have you
placed them in $TOMCAT_HOME/webapps/(context_name)/WEB-INF/classes ?

> and this is what I'm getting from the command line:
>
> 2001-03-30 12:50:18 - Ctx( /examples ): JasperException: R( /examples +
> /jsp/cal/cal1.jsp + null) Unable to compile class for
>
JSP/usr/local/tomcat/work/localhost_8080%2Fexamples/_0002fjsp_0002fcal_0002f
> cal_00031_0002ejspcal1_jsp_0.java:15: Package cal not found in import.
> import cal.*;
>^
> 1 error
>
>
> ----- Original Message -
> From: "Martin Mauri" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 30, 2001 12:44 PM
> Subject: Re: Strange JSP problems with Tomcat
>
>
> > Did you check your TOMCAT_HOME environment variable?
> >
> > > Thanks for the help. JAVA_HOME was not set up correctly. Now it's set
up
> > > correctly but it still doesn't work. I'm getting the following error:
> > >
> > > Error: 500
> > > Location: /examples/jsp/simpletag/foo.jsp
> > > Internal Servlet Error:
> > >
> > > org.apache.jasper.compiler.CompileException:
> > > /usr/local/tomcat/webapps/examples/jsp/simpletag/foo.jsp(11,0) Unable
to
> > > load class examples.FooTag
> > > at
> > >
> org.apache.jasper.compiler.TagBeginGenerator.init(TagBeginGenerator.java,
> > > Compiled Code)
> > > at
> > >
> >
>
org.apache.jasper.compiler.JspParseEventListener$GeneratorWrapper.init(JspPa
> > > rseEventListener.java, Compiled Code)
> > > at
> > >
> >
>
org.apache.jasper.compiler.JspParseEventListener.addGenerator(JspParseEventL
> > > istener.java, Compiled Code)
> > > at
> > >
> >
>
org.apache.jasper.compiler.JspParseEventListener.handleTagBegin(JspParseEven
> > > tListener.java, Compiled Code)
> > > at
> > >
> >
>
org.apache.jasper.compiler.DelegatingListener.handleTagBegin(DelegatingListe
> > > ner.java, Compiled Code)
> > > at org.apache.jasper.compiler.Parser$Tag.accept(Parser.java, Compiled
> > Code)
> > > at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code)
> > > at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code)
> > > at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code)
> > > at org.apache.jasper.compiler.Compiler.compile(Compiler.java, Compiled
> > > Code)
> > > at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java,
> > Compiled
> > > Code)
> > > at
org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java,
> > > Compiled Code)
> > > at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java,
> Compiled
> > > Code)
> > > at
> > >
> >
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspSe
> > > rvlet.java, Compiled Code)
> > > at
> > >
> >
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
> > > va, Compiled Code)
> > > at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java,
> > > Compiled Code)
> > > at org.apache.jasper.servlet.JspServlet.service(JspServlet.java,
> Compiled
> > > Code)
> > > at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled
> Code)
> > > at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java,
> > > Compiled Code)
> > > at org.apache.tomcat.core.Handler.service(Handler.java, Compiled Code)
> > > at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java,
> > > Compiled Code)
> > > at
> > >
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java,
> > > Compiled Code)
> > > at org.apache.tomcat.core.ContextManager.service(ContextManager.java,
> > > Compiled Code)
> > > at
> > >
> >
>
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
> > > (Ajp12ConnectionHandler.java, Compiled Code)
> > > at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java,
> > > Compiled Code)
> > > at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java,
> > > Compiled Code)
> > > at java.lang.Thread.run(Thread.java, Compiled Code)
> > >
> > > Any suggestions about that?
> > > Thanks
> > > Nick
> > >
> > > - Original Message -
> > > From: "Randy Layman" <[EMAIL PROTECTED

Re: Strange JSP problems with Tomcat

2001-03-30 Thread Martin Mauri

Did you check your TOMCAT_HOME environment variable?

> Thanks for the help. JAVA_HOME was not set up correctly. Now it's set up
> correctly but it still doesn't work. I'm getting the following error:
>
> Error: 500
> Location: /examples/jsp/simpletag/foo.jsp
> Internal Servlet Error:
>
> org.apache.jasper.compiler.CompileException:
> /usr/local/tomcat/webapps/examples/jsp/simpletag/foo.jsp(11,0) Unable to
> load class examples.FooTag
> at
> org.apache.jasper.compiler.TagBeginGenerator.init(TagBeginGenerator.java,
> Compiled Code)
> at
>
org.apache.jasper.compiler.JspParseEventListener$GeneratorWrapper.init(JspPa
> rseEventListener.java, Compiled Code)
> at
>
org.apache.jasper.compiler.JspParseEventListener.addGenerator(JspParseEventL
> istener.java, Compiled Code)
> at
>
org.apache.jasper.compiler.JspParseEventListener.handleTagBegin(JspParseEven
> tListener.java, Compiled Code)
> at
>
org.apache.jasper.compiler.DelegatingListener.handleTagBegin(DelegatingListe
> ner.java, Compiled Code)
> at org.apache.jasper.compiler.Parser$Tag.accept(Parser.java, Compiled
Code)
> at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code)
> at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code)
> at org.apache.jasper.compiler.Parser.parse(Parser.java, Compiled Code)
> at org.apache.jasper.compiler.Compiler.compile(Compiler.java, Compiled
> Code)
> at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java,
Compiled
> Code)
> at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java,
> Compiled Code)
> at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java, Compiled
> Code)
> at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspSe
> rvlet.java, Compiled Code)
> at
>
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
> va, Compiled Code)
> at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java,
> Compiled Code)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java, Compiled
> Code)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
> at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java,
> Compiled Code)
> at org.apache.tomcat.core.Handler.service(Handler.java, Compiled Code)
> at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java,
> Compiled Code)
> at
> org.apache.tomcat.core.ContextManager.internalService(ContextManager.java,
> Compiled Code)
> at org.apache.tomcat.core.ContextManager.service(ContextManager.java,
> Compiled Code)
> at
>
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
> (Ajp12ConnectionHandler.java, Compiled Code)
> at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java,
> Compiled Code)
> at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java,
> Compiled Code)
> at java.lang.Thread.run(Thread.java, Compiled Code)
>
> Any suggestions about that?
> Thanks
> Nick
>
> - Original Message -
> From: "Randy Layman" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, March 30, 2001 10:29 AM
> Subject: RE: Strange JSP problems with Tomcat
>
>
> >
> > This is not a storage error message at all.  A little searching
> > through the archives or reading of the installation guide would have
saved
> > you some time and trouble - your JAVA_HOME is not set correctly.  Some
> > people will probably tell you that tools.jar is not in your classpath,
but
> > this is a side effect of not setting the JAVA_HOME variable correctly.
(It
> > should point to the JDK's root so that lib\tools.jar is an actual file.
> >
> > Randy
> > -Original Message-
> > From: Nick Stoianov [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, March 30, 2001 1:06 PM
> > To: [EMAIL PROTECTED]
> > Subject: Strange JSP problems with Tomcat
> >
> >
> > Hi everybody,
> >
> > I have a strange problem with serving JSPs with Tomcat with mod_jk on
> Linux
> > Apache.
> > I'm really new at Tomcat configuration - so I guess I'm doing something
> > wrong.
> > Anyway - when I start the sample servlets that come with Tomcat - they
> work
> > fine. But when I start a JSP  I get the following errors:
> >
>
> --
> --
>
> --
> --
> > --
> > Error: 500
> > Location: /examples/jsp/num/numguess.jsp
> > Internal Servlet Error:
> >
> > javax.servlet.ServletException: sun/tools/javac/Main
> > at org.apache.jasper.servlet.JspServlet.service(JspServlet.java,
> > Compiled Code)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled
> > Code)
> > at
> > org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java,
> > Compiled Code)
> > at org.apache.tomcat.core.Handler.service(Handler.java, Compiled
> > Code)
> > at
> > org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java,
> Compiled
> > Code)
> > at
> >
org.apache.t

Security Constraints

2001-03-28 Thread Martin Mauri

Hi users!

I'm trying to configure the security constraints with FORM login method.
I've defined to name the rola as "role1" but where and how do I add users to
that roles and where do I configure their passwords?

regards.

Martin


Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: Security

2001-03-27 Thread Martin Mauri


> >Hi guys!!
> >
> >I'm using Apache.1.3.19 - Tomcat.3.2.1 - Mod_jk over Solaris v2.7
> >
> >The fact is that I want build a security schema but I'm confused because
I
> >can do it with Apache or Tomcat. So what do you suggest to me? Should I
> >build the schema over Apache or Tomcat?
> >
> >hope to hear from you!
>
> I would say, That I depends from you and your time (teams has well)
> a Apache+Tomcat would be the best, meanhwhile you could (like I do) Do not
> have time to learn Apache AND Tomcat, then Tomcat Stand Alone would be
> enough. I personnally only use Tomcat StandAlone because, I rather focus
on
> my JSP and servlet then on Apache Conf, but Apache allow Load Ballancing
> and Security Far better then Tomcat (Does Tomcat Allow Load ballancing in
> stand Alone BTW). So Count your time. And Focus. At leats have a look at
> both basic user guide. It you catch fast, that also count a lot.
> :) good Luck

I'm sorry, but I'm just running Apache-Tomcat because it's more efficient
and robust, what I need to know is if I can configure the security schema of
my contexts within Tomcat in the mod_jk.conf file or directly in the
httpd.conf.

thanks,

Martin

>
> >Lic. Martin O. Mauri
> >Profesion + Auge A.F.J.P
> >Parana 666 - Cap. Federal
> >TE: (011) 4373-7786/7 int: 422
> >[EMAIL PROTECTED]
> >www.profesi.com.ar




Security

2001-03-27 Thread Martin Mauri

Hi guys!!

I'm using Apache.1.3.19 - Tomcat.3.2.1 - Mod_jk over Solaris v2.7

The fact is that I want build a security schema but I'm confused because I
can do it with Apache or Tomcat. So what do you suggest to me? Should I
build the schema over Apache or Tomcat?

hope to hear from you!

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: running tomcat on Visual age

2001-03-23 Thread Martin Mauri

It would be useful for us that you send that error...

> I'can't run tomcat on VA.
> I've imported all the tomcat ressources (servlet.jar, jasper.jar,
> parser.jar, webserver.jar,.) in VA.
> When i'm trying to run the tomcat.class in the webserver package i receive
> an error
> someone could help me
>
> PP




Cache Problem?

2001-03-22 Thread Martin Mauri

Hi gurus!

That was my situation:

I'm using Apache 1.3.19 with Tomcat 3.2.1 and mod_jk
I had a context named "report" within the report directory and a file named
esql.xml and it workwed fine.
Then, I changed the structure of the esql.xml file in order to alter the
result of the query.
But, despite the fact I restarted tomcat and apache once and again, I  kept
getting the same result as if the xsp processor had cached the result.
Unitl I changed the name of esql.xml by esql2.xml and I had the result I was
expecting!

Is there any bug or solution to a problem like this?

any idea?

thanks!

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Refresh Problem

2001-03-22 Thread Martin Mauri

Hi gurus!

I'm using Cocoon 1.8.2 over Solaris 2.7 with Apache1.3.19 - Tomcat - Mod_jk
When I run Cocoon in the standalone way over Windows ME, every modification
I do on the files is inmediately refreshed, but I can't do the same when I
run it in the way I said on the top or even in standalone! I cannot get the
changes refreshed!

Any suggestions?

thanks!

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
TE: (011) 4373-7786/7 int: 422
[EMAIL PROTECTED]
www.profesi.com.ar




Re: mod_jserv or mod_jk

2001-03-22 Thread Martin Mauri


Both of them are servlet containers.

The difference is in the version of the servlet specifications. JSERV is a
Servlet 2.0 compliant servlet container while Tomcat is a Servlet 2.2
servlet container. Tomcat is more advanced and efficient than JSERV.
Furthermore, mod_jserv was thought to be a connetor between JSERV and
Apache, when Tomcat first came, a version of mod_jserv was adapted to work
with Tomcat. But it had lot of bugs and wasn't so robust. A brand new module
was built for Tomcat-Apache connectivity and was called mod_jk. I'd suggest
using Apache-Tomcat-mod_jk.

HTH,

Martin

PD: Any mistake in my explanation, please correct!


> What is the best ?
> TOMCAT ou JSERV ?
> mod_jk.so ou mod_jserv ?




ESQL change but not refresh!

2001-03-22 Thread Martin Mauri

Hi gurus!

I'm using Tomcat-Apache-mod_jk in a Solaris 2.7 and Apache 1.3.19 and I've
changed the content of the esql.xml file of the example that comes with
Cocoon, but when I restart both tomcat and apache, and point to the file, I
keep getting the same content of the example, it doesn't refresh at all!
I've also cleaned the cache of my browsers!

any idea?

thanks!

Lic. Martin O. Mauri
Profesion + Auge A.F.J.P
Parana 666 - Cap. Federal
[EMAIL PROTECTED]
www.profesi.com.ar




Re: PLEASE READ LIST ADMINISTRATORS (original subject was . )

2001-03-21 Thread Martin Mauri


Everybody calm down, and be good boys =)


> lets not get vulgar their are children listing?
> 
> Michael Mimo
> Systems Specialist
> Voice: 781-457-1317 
> [EMAIL PROTECTED]
> 
>  
> 
> 
> 
> -Original Message-
> From: Scott Barr [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 20, 2001 8:10 PM
> To: [EMAIL PROTECTED]
> Subject: Re: PLEASE READ LIST ADMINISTRATORS (original subject was . )
> 
> 
> I hope I am misunderstanding your message, Arif.
> 
> Scott
> 
> - Original Message -
> From: Arif Tayebali <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, March 21, 2001 11:08 AM
> Subject: RE: PLEASE READ LIST ADMINISTRATORS (original subject was . )
> 
> 
> > That spam shit is more foul than ur new born eating swine!
> >
> > -Original Message-
> > From: Scott Barr [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 20, 2001 4:40 PM
> > To: [EMAIL PROTECTED]
> > Subject: PLEASE READ LIST ADMINISTRATORS (original subject was . )
> > Importance: High
> >
> >
> > PLEASE READ LIST ADMINISTRATORS
> >
> > Is there anyway you can stomp this garbage?
> > By U.S. laws, this may not be considered spam, but I didn't ask to be
> put
> on
> > this companies mailing list, yet they (spammers in general) seem to
> have
> > targeted yet another public forum for intelligent exchange of ideas.
> >
> > Thanks
> > Scott
> >
> >
> > - Original Message -
> > From: <[EMAIL PROTECTED]>
> > Sent: Tuesday, March 20, 2001 2:33 PM
> > Subject: .
> >
> >
> > >
> > > The Internet's Finest and Most Reliable Bulk Email Provider!
> > >
> > > Since 1996, Tech Data Technologies has provided bulk email service
> to
> > thousands of well-satisfied customers. We offer the most competitive
> prices
> > in the industry, made possible by our high percentage of repeat
> business.
> We
> > have the most advanced, direct email technology, employed by only a
> > knowledgeable few in the world.
> > >
> > > We have over 160 million active email addresses, increasing our list
> at
> > the rate of half a million to one million a month. We will put your
> product
> > or service instantly and directly into the hands of millions of
> prospects!
> > You will have instant, guaranteed results, something no other form of
> > marketing can claim. Our turn around time is a remarkable 24 hours.
> > >
> > > Our email addresses are sorted by country, state, city and target.
> Your
> > marketing campaign will speed with pinpoint accuracy to your desired
> > audience!
> > >
> > > Call us for a free consultation at 323 876 6148  [U.S.A.].
> > >
> > > For a limited time, take advantage of our special -- Three million
> general
> > U.S. emails for just $600 per million! We include, at no cost, a
> bullet
> > proof email address for 30 days, a $400 value!
> > >
> > > BULK EMAIL PRICES
> > >
> > >   750,000$562
> > > 1,200,000$720
> > > 1,600,000$960
> > > 3,000,000$1,500
> > > 3,000,000+ ...PLEASE CALL FOR A QUOTE
> > >
> > >
> > > Best of ALL, Tech Data Services can be used as a 100% TAX WRITE OFF
> for
> > your Business!
> > >
> > >
> > > DON'T WAIT! LET TECH DATA TECHNOLOGIES BE YOUR PARTNER!!
> > >
> > >
> > > Under Bill s.1618 TITLE III passed by the 105th U.S. Congress this
> letter
> > is not considered "spam" as long as we include: 1) contact information
> and,
> > 2) the way to be removed from future mailings (see below).To Remove
> Yourself
> > >From This List: Please email [EMAIL PROTECTED] with the email
> address
> that
> > you would like removed and the word REMOVE in the subject heading.
> > >




Re: welcome-file problem

2001-03-21 Thread Martin Mauri

> On Tue, 20 Mar 2001, Martin Mauri wrote:
>
> > > On Mon, 19 Mar 2001, Martin Mauri wrote:
> > >
> >
> > The URL is: http://myhost:myport/worksheet/
> >
> > and so worksheet is the context name, but the welcome page is
> > worksheet.jsp and it's inside the directory worksheet.
>
> OK.  That seems fine to me.
>
> Now, I'm using mod_jserv, not mod_jk, and I have things like the
> following in my apache/tomcat conf file:
>
> Alias /blah /path/to/tomcat/webapps/blah
> ApJServMount /blah/servlet /blah
>
> which I got based on the sample provided.  I also added
>
> ApJServMount /blah /blah
>
> which wasn't in the sample but which seems to allow me to do some
> things I want.
>
> As I understand it, these ApJServMount's, tell apache (and/or tomcat)
> what the context is for URL's passed to tomcat.  The ApJKMount
> directives you have don't seem to be doing that, they just indicate
> what the protocol is.  I'm wondering if this could be (part of) the
> problem.
>
> Because it seems like the URL you're using wouldn't be matched by
> either of the ApJKMount directives shown below.
>
Dear Milt,

I've done exactly as you told me, but anything happened, could be this a bug
of this version of mod_jk? Wouldn't it be useful to post it to the
developers list?

regards.

Martin




Re: welcome-file problem

2001-03-20 Thread Martin Mauri


> On Mon, 19 Mar 2001, Martin Mauri wrote:
>
> [ ... ]
> > > Here's a guess (an educated one, since I had similar problems :-):
> > > You're not specifying appropriate directives in the tomcat/apache conf
> > > file to tell apache to pass that URL to tomcat.  Hence, apache is
> > > handling that URL (and it's only tomcat knows about the welcome file).
> > > If you're using mod_jserv, these are ApJservMount directives; if
> > > you're using mod_jk, I don't know, but I'd guess they're ApJKMount
> > > directives.  Anyway, look at the documentation for this conf file on
> > > the tomcat web site.
> >
> > Dear Milt, perhaps your theory is right, but take a look at this:
> > I've renamed my file worksheet.html to worksheet.jsp and I've got the
jsp
> > extension redirected to Tomcat.
> > but it doesn't work at all :(
> >
> > any idea?
>
> What is the URL you are trying?  And where is the worksheet.jsp file
> located?  Is worksheet the app/context name?
>
> Those JkMount's may tell apache to forward to tomcat all *.jsp URL's,
> but I'm not sure they're telling apache to forward to tomcat
> everything for that context.  And it is the context for which the
> welcome-file is specified.

The URL is: http://myhost:myport/worksheet/

and so worksheet is the context name, but the welcome page is worksheet.jsp
and it's inside the directory worksheet.

thanks.

Martin

>
>
> > my welcome looks like this:
> >
> > 
> >  worksheet.jsp
> > 
> >
> > and my mod_jk.conf looks like this:
> >
> > #
> > # The following line mounts all JSP files and the /servlet/ uri to
tomcat
> > #
> > JkMount /worksheet/servlet/* ajp12
> > JkMount /worksheet/*.jsp ajp12
>
> Milt Epstein
> Research Programmer
> Software/Systems Development Group
> Computing and Communications Services Office (CCSO)
> University of Illinois at Urbana-Champaign (UIUC)
> [EMAIL PROTECTED]




Re: tomcat-jakarta and Solaris 2.7?

2001-03-20 Thread Martin Mauri

Yes, I am...



> Anybody here using tomcat-jakarta with Solaris 2.7? Thanks
> 
> 
> &&
> C.M. Rahman
> Network Engineer
> CCS Internet
> 13740 Research Blvd. Suite O-4
> Austin, TX 78758
> [EMAIL PROTECTED]




Re: Error 127 /usr/sbin/apxs when building mod-jk

2001-03-19 Thread Martin Mauri


It seems to be a PATH problem, try to add the directory where apxs is placed
in your PATH environment variable.

HTH,

Martin


> The apxs is under /usr/local/apache/bin  or at least $APACE_HOME ?
>
>
> &&
> C.M. Rahman
> Network Engineer
> CCS Internet
> 13740 Research Blvd. Suite O-4
> Austin, TX 78758
> [EMAIL PROTECTED]
> - Original Message -
> From: Bryan Murtha <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 19, 2001 7:36 PM
> Subject: Error 127 /usr/sbin/apxs when building mod-jk
>
>
> > Please help,
> >
> >Does anyone know how to fix this? I am just out of ideas.
> >
> > ../jk/jk_ajp13_worker.c ../jk/jk_lb_worker.c ../jk/jk_sockbuf.c
> > ../jk/jk_map.c ../jk/jk_uri_worker_map.c
> > make: /usr/sbin/apxs: Command not found
> > make: *** [mod_jk.so] Error 127
> >
> > Thanks,
> > Bryan
> >
> > Original Message Follows
> > From: Mike Braden <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> > Subject: RE: reload servlets?
> > Date: Mon, 19 Mar 2001 14:19:57 -0500
> >
> > Make sure that your context (webapp) is set to be reloadable.
> >
> > reloadable="true"
> >
> > Depending on your version of Tomcat, this would be in either the
> > conf/server.xml file or in the conf/apps-???.xml file.
> >
> > Mike.
> >
> > -Original Message-
> > From: Jose Ramon Rodriguez [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, March 19, 2001 1:41 PM
> > To: [EMAIL PROTECTED]
> > Subject: reload servlets?
> >
> >
> > Hi all!
> > I'm a newbie with Tomcat and I'm developing some
> > servlets. So, I'm changing frequently the code of my
> > servlets: change the servlet's code, compile it with
> > javac, and so on...
> >
> > My web.xml file is ok. Tomcat loads it when it's
> > started. There is the structure of my web application.
> >
> > But when I update the code of a servlet, my browser
> > shows the previous one. I have to shutdown Tomcat and
> > startup it again and again every time I change my
> > servlet's codeit's a boring task!!!
> >
> > Although I push the update button in my browser, it
> > doesn't work... :-(
> >
> > Anyone could help me?
> >
> > Thanks in advance.
> > ---
> > Jose Ramon
> >
> > ___
> > Do You Yahoo!?
> > Envía mensajes instantáneos y recibe alertas de correo con
> > Yahoo! Messenger - http://messenger.yahoo.es
> >
> > _
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> >




Re: "Out Of Memory" error

2001-03-19 Thread Martin Mauri

Dear Aleksey,

I've just read the documents you suggested, but as I've never used that
command, I'm afraid I didn't quite understand what and how to increase the
memory heap, any example?

thanks!

Martin

> Dear Martin,
>
> Yes.  Please see "Tomcat - A Minimalistic User's Guide" at
>
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.htm
> l, the "Modify the Default JVM Settings" section.
>
> Yours,
> Aleksey
>
> > -Original Message-
> > From: Martin Mauri [SMTP:[EMAIL PROTECTED]]
> > Sent: Monday, March 19, 2001 9:47 AM
> > To: [EMAIL PROTECTED]
> > Subject: "Out Of Memory" error
> >
> > Hi users!
> >
> > I'm trying to retrieve a set of rows from a Postgres database v7.0.3
with
> > its JDBC driver, but after some minutes I get the "Out Of Memory" error.
> > First I thought it could be a database problem, but when I execute the
> > query manually, it works fine. So I think that the problem is the JVM in
> > which the JDBC driver is running, is there anyway to give it more
memory?
> >
> > thanks!
> >
> > Lic. Martin O. Mauri
> > Profesion + Auge A.F.J.P
> > Parana 666 - Cap. Federal
> > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> > www.profesi.com.ar <http://www.profesi.com.ar>




Table Borders

2001-03-19 Thread Martin Mauri



 
Hi Cocooners:
 
I'm afraid this question have been already done 
once and again, but is there any way to add borders in FOP tables?
 
thanks in advance!
 
 
Lic. Martin O. MauriProfesion + Auge 
A.F.J.PParana 666 - Cap. Federal[EMAIL PROTECTED]www.profesi.com.ar


"Out Of Memory" error

2001-03-19 Thread Martin Mauri



Hi users!
 
I'm trying to retrieve a set of rows from a 
Postgres database v7.0.3 with its JDBC driver, but after some minutes I get the 
"Out Of Memory" error. First I thought it could be a database problem, but when 
I execute the query manually, it works fine. So I think that the problem is the 
JVM in which the JDBC driver is running, is there anyway to give it more 
memory?
 
thanks!
 
Lic. Martin O. MauriProfesion + Auge 
A.F.J.PParana 666 - Cap. Federal[EMAIL PROTECTED]www.profesi.com.ar


"Out Of Memory" error

2001-03-19 Thread Martin Mauri



Hi users!
 
I'm trying to retrieve a set of rows from a 
Postgres database v7.0.3 with its JDBC driver, but after some minutes I get the 
"Out Of Memory" error. First I thought it could be a database problem, but when 
I execute the query manually, it works fine. So I think that the problem is the 
JVM in which the JDBC driver is running, is there anyway to give it more 
memory?
 
thanks!
 
Lic. Martin O. MauriProfesion + Auge 
A.F.J.PParana 666 - Cap. Federal[EMAIL PROTECTED]www.profesi.com.ar


  1   2   >