systemcalls via Tomcat

2005-05-24 Thread Christian Stalp
Hello out there, I try to create a Tomcat-servlet, which enables me to call a process on my host. This is my attempt: [code] import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class Testservlet1 extends HttpServlet { public void doGet ( HttpServletRequest req

Re: tomcat slowness on 2.6

2004-07-28 Thread Keith T. Garner
On Wed, Jul 28, 2004 at 03:43:17, Nathan Bryant said: > * Try booting the FC1 kernel on FC2, and see if that is faster. That > will at least verify that the problem is probably isolated to the kernel. > * Try LD_ASSUME_KERNEL=2.4.10 LD_ASSUME_KERNEL did the trick! Thanks for the assist! I total

tomcat slowness on 2.6

2004-07-28 Thread Keith T. Garner
I've got a webapp setup with Tomcat 5.0.27 on RH9 and the exact same setup on FC2. On both machines its the same version of Java from sun (1.4.2_05.) However, on the FC2 box, I'm seeing 1/7 of the performance that the rh9 box gives. I really can't figure out what is causing the i

Re: tomcat slowness on 2.6

2004-07-28 Thread Nathan Bryant
* Try booting the FC1 kernel on FC2, and see if that is faster. That will at least verify that the problem is probably isolated to the kernel. * Try LD_ASSUME_KERNEL=2.4.10 Keith T. Garner wrote: I've got a webapp setup with Tomcat 5.0.27 on RH9 and the exact same setup on FC2. On both mac

Re: Asking for IIS Tomcat

2002-06-13 Thread panos
You can have IIS running on a windows box and Tomcat on a Linux one. For details you better try google... Hope it helps. -- Original Message --- From: Terry Lincoln <[EMAIL PROTECTED]> To: "Marulam Sinaga" <[EMAIL PROTECTED]>, "'Java-Linu

Re: Asking for IIS Tomcat

2002-06-12 Thread Terry Lincoln
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 10 June 2002 06:47 am, Marulam Sinaga wrote: > Dear anybody, > > I do not know how to configure The tomcat with IIS (Microsoft > Internet Information Server) to work together. May be you have an > answer for this s

Asking for IIS Tomcat

2002-06-10 Thread Marulam Sinaga
Dear anybody, I do not know how to configure The tomcat with IIS (Microsoft Internet Information Server) to work together. May be you have an answer for this stupied question? Thanks -- To UNSUBSCRIBE, email to [EMAIL

how to configure tomcat in Windows 2000 Advanced Server?

2002-03-17 Thread wei wein
I am lucas. I would like to ask how to configure Tomcat to be used in Windows 2000 Advanced Server?Can Tomcat and JSP works with SQL2000?  Do You Yahoo!? Yahoo! Sports - live college hoops coverage

Configure Tomcat in my cute box.

2002-03-08 Thread Marulam Sinaga
Dear All,     Again i ask you and maybe this is a fool question for you. i hope you understan to my brain. I have installed The Tomcat on my cute box. After i read how to start the tomcat and have message.    it's :     The JAVA_HOME environment variable is not defined What is the w

mysql+,jsp+ tomcat

2002-02-20 Thread MD. Tauhidul Islam
Ihave 2 questions: 1. I'm using tomcat and mysql in my RH7.2 box. I have downloaded the Type 4 JDBC driver from www.worldserver.com/mm.mysql and it is in a compressed jar file (mm.mysql-2.0.6.1.jar). Now can anyone tell me how to configure the mm driver in Tomcat for use with JSPs?? 2

Re: webapp-module - Apache + Tomcat

2001-12-28 Thread Cynthia Jeness
(Atlanta Java Users Group) site. Cynthia Jeness Luiz Henrique Moraes wrote: > I am using Apache 1.3.20 and Tomcat 4.0.1 with webapp-module-1.0-tc40 > it. > > I developed one servlet to carry through upload of pictures. > > A problem in the connector exists and I do n

webapp-module - Apache + Tomcat

2001-12-28 Thread Luiz Henrique Moraes
I am using Apache 1.3.20 and Tomcat 4.0.1 with webapp-module-1.0-tc40 it. I developed one servlet to carry through upload of pictures. A problem in the connector exists and I do not obtain to carry through upload of binary archive. Some idea to resolve the problem? Regards

Re: Tomcat

2001-09-24 Thread veflov
http://jakarta.apache.org LHM> Hi, any have a tutorial for to install the Tomcat ( Servler / Jsp ) with LHM> the Apache ? LHM> Regards, LHM> Henrique -- Best regards, Vladimirmailto:[EMA

Re: Tomcat

2001-09-24 Thread ed phillips
Luiz Henrique Moraes wrote: > > Hi, any have a tutorial for to install the Tomcat ( Servler / Jsp ) with > the Apache ? > > Regards, > Henrique > > -- > To UNSUBSCRIBE, email to [EMAIL

Re: Tomcat

2001-09-24 Thread Homayoun Yousefi'zadeh
Henrique, Tomcat documentation can be found at http://jakarta.apache.org/tomcat/ http://jakarta.apache.org/tomcat/tomcat-3.2-doc/index.html http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html The last page contains instructions on how to install Tomcat 3.2 (release build is

Tomcat

2001-09-24 Thread Luiz Henrique Moraes
Hi, any have a tutorial for to install the Tomcat ( Servler / Jsp ) with the Apache ? Regards, Henrique -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Tomcat x blackdown

2001-09-24 Thread Luiz Henrique Moraes
Hi people, I am will develop my first project with java for web and need of help with: Which the advantage of the Blackdown for the Tomcat? How to install the Blackdown in the Apache? Regards and I am sorry for my english, Henrique ( Brazil

Re: Session en Tomcat

2001-05-31 Thread Diego Pons
> Rajendra Kumar Komandur wrote: > > Please Send Mails in Engilsh You too :-) -- Diego Pons Pharos Consulting LLC [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Session en Tomcat

2001-05-31 Thread Diego Pons
> las cookies que contienen esta información en la máquina del cliente. > Espero que alguien pueda ayudarme. > Desde ya muchas gracias > PAblo Depende de qué servidor uses. Para Tomcat, consultá la documentación en http://jakarta.apache.org (el que yo uso). En general, los cookies

RE: Session en Tomcat

2001-05-31 Thread Rajendra Kumar Komandur
Title: RE: Session en Tomcat Please Send Mails in Engilsh Komandur Rajendra Kumar Sr.Software Engineer Silverline Wireless Practice > Phone: 3240189 Extn. 4621 > HotLine 732-362-5828 -Original Message- From: Pablo Trujillo [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31,

Session en Tomcat

2001-05-31 Thread Pablo Trujillo
Buenos días amigos, Estoy necesitando su ayuda con respecta a Java y en particular con las Servlet. Necesito información sobre como trabajan las servlet con las sesiones, necesito saber como se asigna el Id para cada sesión y donde se almacenan las cookies que contienen esta información en la máqu

Re: JDK 1.3, Tomcat 3.2.1, and CLASSPATH settings....

2001-04-08 Thread Walter G. da Cruz
Jerry: 1. JAVA_HOME should be /usr/java/jdk1.3.0_02 instead of /usr/java/jdk1.3.0_02/jre. 2. When you untar jakarta-tomcat, there is a docs document that tell you how to install tomcat. 3. The jakarta-tomcat-3.2.1/bin contains a startup.sh file that calls tomcat.sh. There is a line in tomcat.sh

Re: JDK 1.3, Tomcat 3.2.1, and CLASSPATH settings....

2001-04-06 Thread Nathan Meyers
i, Apr 06, 2001 at 01:18:59PM -0700, Jerry Asher wrote: > Two days ago, I installed JDK 1.3.0_02. Yesterday I installed Tomcat 3.2.1. > > I tried JSPs and they failed. I found a Tomcat FAQ that suggested I needed > to add tools.jar to my CLASSPATH. > > So, I added > > J

JDK 1.3, Tomcat 3.2.1, and CLASSPATH settings....

2001-04-06 Thread Jerry Asher
Two days ago, I installed JDK 1.3.0_02. Yesterday I installed Tomcat 3.2.1. I tried JSPs and they failed. I found a Tomcat FAQ that suggested I needed to add tools.jar to my CLASSPATH. So, I added JAVA_HOME/lib/tools.jar But that didn't work. Investigation on my machine shows

Re: Tomcat + EJB ?

2000-10-06 Thread Peter Schuller
> Does Tomcat suppport EJB ? I could not found any word in Tomcat > documentation saying it have EJB capabilities. > > Anybody have ideas ? Not that I know of. Enhydra (www.enhydra.org) has support for it though in Enhyra 4 - unfortunately still in beta though. 3.0 has no

Re: Tomcat + EJB ?

2000-10-05 Thread Chris Abbey
At 17:39 10/5/00 -0700, Nathan Meyers wrote: >On Thu, Oct 05, 2000 at 11:59:21PM +, Mark Ogden wrote: > > Here's a quick question...Sorry to waste people's time but what are the > > essential differences between JavaBeans and EJB from a practical point of > > view? >They aren't similar in the

Re: Tomcat + EJB ?

2000-10-05 Thread Nathan Meyers
page.ntlworld.com/pogden > > On Thu, 5 Oct 2000, Jesus M. Salvo Jr. wrote: > > > > > > > ...because Tomcat is a Servlet 2.2 + JSP 1.1 engine. > > > > > > > > Mohd Mokhtar wrote: > > > > > > Does Tomcat suppport EJB ? I coul

Re: Tomcat + EJB ?

2000-10-05 Thread Tony Dean
Mohd, Tomcat supports Servlets and JSP. For EJB you need something a bit bigger. You may want to look at Enhydra. Mohd Mokhtar wrote: > > Does Tomcat suppport EJB ? I could not found any word in Tomcat > documentation saying it have EJB capabilities. > > Anybody have ideas ?

Re: Tomcat + EJB ?

2000-10-05 Thread Mark Ogden
. Salvo Jr. wrote: > > > ...because Tomcat is a Servlet 2.2 + JSP 1.1 engine. > > > > Mohd Mokhtar wrote: > > > > Does Tomcat suppport EJB ? I could not found any word in Tomcat > > documentation saying it have EJB capabilities.

Re: Tomcat + EJB ?

2000-10-05 Thread Jesus M. Salvo Jr.
...because Tomcat is a Servlet 2.2 + JSP 1.1 engine. Mohd Mokhtar wrote: > > Does Tomcat suppport EJB ? I could not found any word in Tomcat > documentation saying it have EJB capabilities. > > Anybody have ideas ?

Tomcat + EJB ?

2000-10-04 Thread Mohd Mokhtar
Does Tomcat suppport EJB ? I could not found any word in Tomcat documentation saying it have EJB capabilities. Anybody have ideas ? --= ahYeop =-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs