Re: deployment into Tomcat question?

2002-03-26 Thread Ashwani Kalra
day, March 26, 2002 4:49 PM To: [EMAIL PROTECTED] Subject: deployment into Tomcat question? Hi all, I want to compress (make a *.war file) my project for easy deployment. I can run with putting the necessary files in the exact folders(classes into WEB-INF/classes , jsp's /root/jsp etc...)

Re: deployment into Tomcat question?

2002-03-26 Thread Vikramjit Singh
, March 26, 2002 3:19 AM To: [EMAIL PROTECTED] Subject: deployment into Tomcat question? Hi all, I want to compress (make a *.war file) my project for easy deployment. I can run with putting the necessary files in the exact folders(classes into WEB-INF/classes , jsp's /root/jsp etc...) However

deployment into Tomcat question?

2002-03-26 Thread OZGUR KISIR
Hi all, I want to compress (make a *.war file) my project for easy deployment. I can run with putting the necessary files in the exact folders(classes into WEB-INF/classes , jsp's /root/jsp etc...) However , how can I convert my application into a 'myapp.war' file? Ozgur =

Tomcat Question

2002-03-04 Thread Randy San Miguel
Hi, We are developing a JSP application running on Tomcat4.0 and we intend to establish a dial-up connection while Tomcat is running on the same PC. Is it possible? we are currently having a difficult time in tracing the problem and will appreciate any help from you guys. thanks, -- --

Tomcat question

2001-12-12 Thread Arkady Kasianski
The documentation says "When Tomcat starts up it will automatically create a configuration file for Apache in Tomcat_home/conf/tomcat_apache.conf"- this wasn't created.  Any ideas why?  Is there a specific way to start up Tomcat other than calling startup.bat?  

Re: OFF-Topic-Tomcat question

2001-02-14 Thread Joseph Ottinger
gt; reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: OFF-Topic-Tomcat question >Date: Wed, 14 Feb 2001 10:37:33 -0800 > >Hi, > >I have a small question regarding tomcat. I noticed when ever I make some >change in the bean and compile it. When I try to acc

Re: OFF-Topic-Tomcat question

2001-02-14 Thread Dawei Jiang
ge on java files Dawei -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Anna Spångberg Sent: Wednesday, February 14, 2001 1:13 PM To: [EMAIL PROTECTED] Subject: SV: OFF-Topic-Tomcat question Hi, I hav

Re: OFF-Topic-Tomcat question

2001-02-14 Thread Dawei Jiang
-Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Jitu Sarwate (CFIS) Sent: Wednesday, February 14, 2001 12:38 PM To: [EMAIL PROTECTED] Subject: OFF-Topic-Tomcat question Hi, I have a small question

SV: OFF-Topic-Tomcat question

2001-02-14 Thread Anna Spångberg
: den 14 februari 2001 19:38 Till: [EMAIL PROTECTED] Ämne: OFF-Topic-Tomcat question Hi, I have a small question regarding tomcat. I noticed when ever I make some change in the bean and compile it. When I try to access the bean through my jsp page I get error. But when I restart the tomcat it works

Re: OFF-Topic-Tomcat question

2001-02-14 Thread Dennis Leary
Yes, Tomcat does not automaticaly recompile beans, just jsp pages. >>> "Jitu Sarwate (CFIS)" <[EMAIL PROTECTED]> 02/14/01 01:37PM >>> Hi, I have a small question regarding tomcat. I noticed when ever I make some change in the bean and compile it. When I try to access the bean through my jsp p

OFF-Topic-Tomcat question

2001-02-14 Thread Jitu Sarwate (CFIS)
Hi, I have a small question regarding tomcat. I noticed when ever I make some change in the bean and compile it. When I try to access the bean through my jsp page I get error. But when I restart the tomcat it works fine. Is it a normal behiavior. Thanks for all your help. -jitu

Re: Tomcat question ?

2001-01-07 Thread nanda rudraraju
>Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Tomcat question ? >Date: Sat, 6 Jan 2001 13:24:40 +0530 > >Dear friends, > >Thank you very to all of you and specially na

Re: Tomcat question ?

2001-01-05 Thread hiteshonline
AM >To: [EMAIL PROTECTED] >Subject: Re: Tomcat question ? > > >hi JAY SHRI KRISHANA, > place the compiled servlet file in WEB-INF\classes folder and try calling >the servlet. > if it is a problem with compiling set the classpath to servlet.jar file. > >nanda kishore

Re: Tomcat question ?

2001-01-05 Thread Straight, Christian
Also... don't forget to restart the Tomcat server after setting the CLASSPATH. christian -Original Message- From: nanda rudraraju [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 2:29 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat question ? hi JAY SHRI KRISHANA, plac

Re: Tomcat question ?

2001-01-05 Thread Luis Javier Beltran
> Is that mean when I access JSP page tomcat compile JSP page using JDK ? > Please, let me know what happen when I access JSP page if you know. Well, not only Tomcat but other application servers need JDK to compile JSPs. I'm not sure if JDK1.1.8, but JDK1.2.x or later provides a jar file named t

Re: Tomcat question ?

2001-01-05 Thread Matt Hankes
t Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of hiteshonline > Sent: Thursday, January 04, 2001 9:50 PM > To: [EMAIL PROTECTED] > Subject: Re: Tomcat question ? > > > Dear friends , > > I have installed tomcat3.2 in which i set path o

Re: Tomcat question ?

2001-01-05 Thread nanda rudraraju
Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Tomcat question ? >Date: Fri, 5 Jan 2001 11:20:27 +0530 > >Dear friends , > >I have installed tomcat3.2 in which i set path of TOMCAT_HOME in >tomcat.bat and set p

Re: Tomcat question ?

2001-01-05 Thread Hyun-Chul KIM
TECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Thursday, January 04, 2001 7:27 AM > >Subject: Tomcat question ? > > > > > >Hi All, > > > >Is TOMCAT 3.2.1 working with only Java Runtime Environment Standard = > >Edition v1.3 ? > > > &

Re: Tomcat question ?

2001-01-04 Thread S. Jyotinarayan
OTECTED]> Sent: Friday, January 05, 2001 11:20 AM Subject: Re: Tomcat question ? > Dear friends , > > I have installed tomcat3.2 in which i set path of TOMCAT_HOME in > tomcat.bat and set path of JAVA_HOME,and i was able to use tomcat for > JSP and html docs,but one problem w

Re: Tomcat question ?

2001-01-04 Thread hiteshonline
t;- Original Message - >From: "Hyun-Chul KIM" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, January 04, 2001 7:27 AM >Subject: Tomcat question ? > > >Hi All, > >Is TOMCAT 3.2.1 working with only Java Runtime Environment Standar

Re: Tomcat question ?

2001-01-04 Thread Matt Hankes
t; From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan > Sent: Thursday, January 04, 2001 4:25 PM > To: [EMAIL PROTECTED] > Subject: Re: Tomcat question ? > > > Luis Javier Beltran wrote: > >

Re: Tomcat question ?

2001-01-04 Thread Craig R. McClanahan
Luis Javier Beltran wrote: > I think you need JDK1.3. Tomcat uses tools.jar (I think) which is not > provided with JRE, to compile your JSP. > Or JDK 1.2.2, or even 1.1.8 (for Tomcat 3.2 only). But the key point is that you need a JDK, not a JRE, to compile the JSP pages. > > Luis Javier > Cr

Re: Tomcat question ?

2001-01-04 Thread Luis Javier Beltran
I think you need JDK1.3. Tomcat uses tools.jar (I think) which is not provided with JRE, to compile your JSP. Luis Javier - Original Message - From: "Hyun-Chul KIM" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 04, 2001 7:27 AM Subject: Tomc

Re: Tomcat question ?

2001-01-04 Thread Panos Konstantinidis
What is the error message? >From: Hyun-Chul KIM <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Tomcat question ? >Date: Thu, 4 Jan 2001 04:27:03 -0800

Tomcat question ?

2001-01-04 Thread Hyun-Chul KIM
Hi All, Is TOMCAT 3.2.1 working with only Java Runtime Environment Standard = Edition v1.3 ? I installed Tomcat 3.2.1 and JRE 1.3 but Tomcat is not working = correctly. I can't run JSP example in Tomcat default home page. I use Windows 2000 server on Intel machine. My environment variables for J

JSP and tomcat question!

2000-10-26 Thread gsong - Geun-Yeong Song
When I update JSP page, I refresh the browser to see the updated page. It works for a while, then it displays the old, the page before few updates, page. Only way to make it display the page updated properly, I have to restart the tomcat. The other problem I'm having is whenever I restart tomca

tomcat question

2000-09-26 Thread mike dell
Hi all, Sorry to send this tomcat question to this group... How to setup sub directories in tomcat, I know how to setup one level directory (in the root level and modify server.xml file). I created a directory called "MyDir" then I tried to create a sub directory "subMyDir"

Tomcat question

2000-08-29 Thread Dennis Huang
Hi: I have a question about Tomcat. Is Tomcat just for development/learning purpose? How good is Tomcat? Has any company use it on production sever? Thanks, Dennis === To unsubscribe: mailto [EMAIL PROTECTED] with body: