RE: newbie

2002-07-10 Thread Turner, John
Which port is your tomcat server running on? Do you have any sort of firewall or network address translation going on? John Turner [EMAIL PROTECTED] -Original Message- From: Brian Wolf [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 3:45 PM To: [EMAIL PROTECTED] Subject: new

Re: newbie

2002-07-10 Thread Yu Ye Zhou
You might have a firewall in your computer that prevents you from remote access. I have this problem before. I reconfigure my firewall and solve this problem. Are you sure the ip address of your computer is correct also? Yu Ye Zhou --- Brian Wolf <[EMAIL PROTECTED]> wrote: > Hi, > > I am tryi

RE: newbie

2002-07-10 Thread John Rishea
Brian, I got to your default tomcat page just fine by using http://209.23.8.113:8080/index.html. Tomcat, by default, listens on that port. __ John Rishea Avaya Inc. -Original Message- From: Brian Wolf [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 1:45 PM To:

Re: newbie

2002-07-10 Thread Brian Wolf
Thanks all, thanks John! - Original Message - From: "John Rishea" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 3:56 PM Subject: RE: newbie > Brian, > I got to your default tomcat page just fi

RE: newbie

2002-07-11 Thread Durham David Cntr 805CSS/SCBE
Did you read http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html -Original Message- From: Brian Wolf [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 1:15 PM To: Tomcat Users List Subject: newbie Hi, Was wondering about classpath's for servlets?Location: /example

Re: newbie

2001-04-18 Thread Anne Dirkse
Congratulations -- Looks like you set it up correctly. The lag that you notice the first time you visit a jsp is normal. What is happening is that JSP is being compiled into a servlet (which is what JSPs do) That will only happen the first time you access the JSP (unless you modify the source.) An

Re: newbie

2001-04-18 Thread Chris Nolte
This happens to me with my servlets--some of the time they take up to 30 seconds to load the first time. Is this normal behavior also? - Original Message - From: Anne Dirkse <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 6:40 PM Subject

Re: newbie

2001-04-18 Thread eric chacon
This is normal behavior-- The first time, it compiles your JSP into a servlet, and after that, the servlet's loaded and ready to go. When you have a production site running, you might want to call all JSPs once every time you deploy so your users won't have to wait the first time... Cheers,

RE: newbie

2001-04-18 Thread William Kaufman
st request? -- Bill K. > -Original Message- > From: Chris Nolte [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 6:47 PM > To: [EMAIL PROTECTED] > Subject: Re: newbie > > > This happens to me with my servlets--some of the time > t

Re: newbie

2001-04-18 Thread Jeff Kilbride
--jeff - Original Message - From: "Chris Nolte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 6:46 PM Subject: Re: newbie > This happens to me with my servlets--some of the time > they take up to 30 seconds to load the first time.

Re: newbie

2001-04-19 Thread Sam Newman
. Afterwards session access for everyone will see no delay. It would be nice if you could get tomcat to do this at startup sam - Original Message - From: "Chris Nolte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 2:46 AM Subject: Re: newbie

Re: newbie

2001-04-19 Thread Jim Willeke
Is there a way to "preload" the servlets on startup? -jim eric chacon wrote: > This is normal behavior-- > > The first time, it compiles your JSP into a servlet, and after that, > the servlet's loaded and ready to go. > > When you have a production site running, you might want to call all >

RE: newbie

2001-04-19 Thread Saurabh Shukla
refer archives. -Original Message- From: Jim Willeke [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 5:22 PM To: [EMAIL PROTECTED] Subject: Re: newbie Is there a way to "preload" the servlets on startup? -jim eric chacon wrote: > This is normal behavior-- &

Re: newbie

2001-04-19 Thread Sam Newman
There is a tag you can put (in web.xml?) which will cal the init method of a servlet on startup. Can't remeber whee I saw this though sam - Original Message - From: "Jim Willeke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 1

RE: newbie

2001-04-19 Thread William Kaufman
2 AM > To: [EMAIL PROTECTED] > Subject: Re: newbie > > > Is there a way to "preload" the servlets on startup? > -jim > > eric chacon wrote: > > > This is normal behavior-- > > > > The first time, it compiles your JSP into a servlet, and > a

RE: Newbie ... :)

2002-02-15 Thread Loïc Lefèvre
Hi, Can you describe a little more than 'intranet' what you would like to know? -Message d'origine- De : dark.wizzard [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 15 février 2002 14:37 À : TomCat List Objet : Newbie ... :) Hi everyone ! Please, anybody knows a site or tutorial what des

Re: Newbie ... :)

2002-02-15 Thread Robert Keddie
intranetjournal.com -- To unsubscribe: For additional commands: Troubles with the list:

Re: Newbie

2003-08-27 Thread John Turner
Without more specific information, my guess is you don't have a JkMount for "/examples" in your SSL VirtualHost for "localhost". John Tran, Khiem (NIH/CIT) wrote: Hi, I am a newbie to Apache Tomcat. I got the instruction of the following URL. http://myweb.cableone.net/kdubuisson/Install.PDF I

RE: newbie

2003-09-17 Thread Shapira, Yoav
Howdy, Very strange indeed ;) What hardware issues did you run into? What JDK are you using? I suggest you start with a clean standalone tomcat install: keep apache and mod_jk out of the picture for now, just get tomcat working fine by itself. Yoav Shapira Millennium ChemInformatics >-Or

RE: newbie

2003-09-17 Thread Dan McCullough
I will do that. Not really sure if they were hardware issues, but that is where the fingers stopped pointing when I looked at everything involved. The early issues with this install was that downloads would seem to get corrupted when being installed on the box. j2sdk I installed 23 times befor

RE: Newbie

2000-12-04 Thread Josh Knowles
Read the tomcat-IIS document under the documents section -Original Message- From: Waqas Pitafi [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 12:31 AM To: [EMAIL PROTECTED] Subject: Newbie Hi, I am a newbie to Tomcat. I want to use it for developing JSP and Java Servlets.

RE: Newbie questions

2002-08-15 Thread Shapira, Yoav
Hi, I assume your servlet is called Form1? >http://localhost:8080/jimbo/Form1";> >Also, do I need any special apache modules for tomcat? You need a connector installed between them e.g. mod_jk or mod_webapp. Check out the docs at, for example, http://jakarta.apache.org/tomcat/tomcat-4.0-doc/co

RE: Newbie questions

2002-08-15 Thread Turner, John
Did you add a Context entry in server.xml for jimbo? Basically, wherever you see entries in server.xml for "examples", you need to do the same thing for "jimbo", then restart tomcat. You can also put your servlet into the examples directory, with the example servlets, and see if you can call it

RE: Newbie questions

2002-08-15 Thread Saravanan Bellan
3 PM > To: Tomcat Users List > Subject: RE: Newbie questions > > > > Can you show a complete example please? > Thanks > /Jim > Saravanan Bellan wrote:Servlets should have their mapping > defined in WEB-INF/web.xml > > > > -Original Message-

RE: Newbie questions

2002-08-16 Thread Jim Marnell
pdev/web.xml.txt Also look at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html for other information. > -Original Message- > From: Jim Marnell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 12:23 PM > To: Tomcat Users List > Subject: R

RE: Newbie questions

2002-08-16 Thread Saravanan Bellan
Just Right click on the link and do a 'Save as' and save it on your hard disk. You may then open it in your favourite text editor. > -Original Message- > From: Jim Marnell [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 5:58 AM > To: Tomcat Users List

Re: newbie Q

2002-11-19 Thread Kwok Peng Tuck
yes, each webapp has its own web.xml, you can use that among other things to define your servlets, taglibs, resource-refs. unjared classes go into /WEB-INF/classes directory, jars go into /WEB-INF/lib How long a web.xml can be depends on how many things you wish to put in there. I think the tomc

Re: newbie Q

2002-11-19 Thread Enok Strine
I see. So the directories you talk of are not yet present, presumably I create them at my leisure? What about ROOT? Why when I create webapps/mydir/myfile.jsp and load it into the browser is it not accessible? (404) Must I define a WEB-INF for each app under webapps? What must it contain? T

RE: newbie Q

2002-11-19 Thread Turner, John
10:01 PM Subject: Re: newbie Q I see. So the directories you talk of are not yet present, presumably I create them at my leisure? What about ROOT? Why when I create webapps/mydir/myfile.jsp and load it into the browser is it not accessible? (404) Must I define a WEB-INF for each app

Re: newbie Q

2002-11-19 Thread Kwok Peng Tuck
Generally the structure is like this (for a webapp) : $WEB_APPDIR/WEB-INF/ And we pack everything into a war file. So for deployment I generally stuff the war file into the webapps directory. Upon restart or stop & start, the app will be delopyed with a directory name from the war file name. A

Re: newbie Q

2002-11-19 Thread Enok Strine
OK, I have webapps/mydir/ and webapps/ROOT/WEB-INF/ which contains web.xml. Can I not define a 'global' WEB-INF? ie something like: webapps/WEB-INF that applies to all applications? Thus all my apps may be accesible such as webapps/mydir1/, webapps/mydir2/ etc? "so add one for yourself in ser

Re: newbie Q

2002-11-19 Thread Kwok Peng Tuck
server.xml is used by tomcat as its configuration file for tomcat, so it isn't in any webapp. it is in $CATALINA_HOME /conf The tomcat docs do describe what elements can be put in the server.xml and in what order, have a look at it for more details. Or just create your own war file. Enok Strin

Re: newbie Q

2002-11-19 Thread Enok Strine
"The tomcat docs do describe what elements can be put in the server.xml and in what order, have a look at it for more details. Or just create your own war file." Hi, You have lost me with WAR files. Perhaps it is better that I "add a context" in server.xml. I know not how to do this however. I

Re: newbie Q

2002-11-19 Thread Kwok Peng Tuck
Even if you don't understand what the docs describe (and I don't understand all of it myself), the server.xml itself has examples. Just take a look into it. Enok Strine wrote: "The tomcat docs do describe what elements can be put in the server.xml and in what order, have a look at it for more d

Re: newbie Q

2002-11-19 Thread Enok Strine
I have opened it - honest! It's all Dutch to me (foreign). I saw: - pathname conf/tomcat-users.xml which is possibly the nearest thing to what may be a 'context' to a directory ie a path (obviously not this particular instance but something like). How may I add a 'context' to server.x

Re: newbie Q

2002-11-19 Thread Frans.Stofberg
app is located... if it is in the webapps dir. you can add it like this: if is someware else do it like this "Enok Strine" <[EMAIL PROTECTED]> 11/20/02 08:35 AM Please respond to "Tomcat Users List" To: [EMAIL PROTECTED] cc: S

Re: newbie Q

2002-11-19 Thread Kwok Peng Tuck
Ok, stop panicking. Just take your text editor and look for the phrase ' I have opened it - honest! It's all Dutch to me (foreign). I saw: - pathname conf/tomcat-users.xml which is possibly the nearest thing to what may be a 'context' to a directory ie a path (obviously not this particul

RE: newbie Q

2002-11-20 Thread Turner, John
That's web.xml, not server.xml. Server.xml DEFINITELY has SEVERAL blocks of tags CLEARLY labeled "Context". John > -Original Message- > From: Enok Strine [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 1:35 AM > To: [EMAIL PROTECTED] > S

RE: newbie Q

2002-11-20 Thread Price, Erik
2002 10:05 PM > To: 'Enok Strine '; '[EMAIL PROTECTED] ' > Subject: RE: newbie Q > > > > More than likely, your questions are answered in the > documentation. Perhaps > things like the Application Developer's Guide would help: > > h

Re: newbie Q

2002-11-20 Thread Carsten Ziegert
ebapp there.) If anyone can help me with this, that'd be much appreciated (CC me as I am a digester), thank you. Erik -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 10:05 PM To: 'Enok Strine '; '[EMAIL PROTECTED

RE: newbie Q

2002-11-20 Thread Turner, John
27;s entries for the /examples directory/app as an example. John > -Original Message- > From: Price, Erik [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 11:01 AM > To: Turner, John; Enok Strine ; [EMAIL PROTECTED] > Subject: RE: newbie Q > > > No, I

RE: newbie Q

2002-11-20 Thread Price, Erik
advantage of if I do it this way... Erik > -Original Message- > From: Carsten Ziegert [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 11:28 AM > To: Tomcat Users List > Subject: Re: newbie Q > > > It is sufficient to create the directory co

RE: newbie Q

2002-11-20 Thread Price, Erik
lable online somewhere? Erik > -Original Message- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 11:35 AM > To: Price, Erik; [EMAIL PROTECTED] > Subject: RE: newbie Q > > > > It's here: > > http://jakarta.apac

RE: newbie Q

2002-11-20 Thread Turner, John
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html John > -Original Message- > From: Price, Erik [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 2:32 PM > To: Turner, John; [EMAIL PROTECTED] > Subject: RE: newbie Q > > > Hi John, &

RE: newbie Q

2002-11-20 Thread Price, Erik
- > From: Turner, John [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 2:47 PM > To: Price, Erik; [EMAIL PROTECTED] > Subject: RE: newbie Q > > > > Most of the stuff in server.xml is explanation/documentation > and optional. > > Minimum C

RE: newbie Q

2002-11-20 Thread Turner, John
[EMAIL PROTECTED] > Subject: RE: newbie Q > > > Whoops. I have the 4.0 docs on my host's server. That is > what I was looking at. There are a lot more docs on the site > you linked to. Are most of these applicable to 4.0, or is > this for the most part 4.1 re

RE: newbie Q

2002-11-20 Thread Enok Strine
This seems to have generated some conversation (orginal postee) Can someone tell then, if one can configure your apps to run under webapps...what is the purpose of webapps/ROOT? Thanks E. _ The new MSN 8: advanced junk mail prot

Re: newbie Q

2002-11-20 Thread Kwok Peng Tuck
That's the context for the webapp ROOT . If you point your browser to your tomcat server like , http://localhost:8080/ ; That's the page that gets served to you. And there should be context for that webapp in server.xml as well. ps. There is only one server.xml, and it is located in $CATALINA_HOME

RE: newbie Q

2002-11-21 Thread Price, Erik
> -Original Message- > From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 7:59 PM > To: Tomcat Users List > Subject: Re: newbie Q > > > That's the context for the webapp ROOT . If you point your browser to >

Re: Newbie Problems

2002-11-25 Thread Andoni
What do the error messages say? I.e.: can you paste them into a message (and maybe your server.xml also) then we could tell you what each one means. Andoni. - Original Message - From: "Bob Tilley" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, November 2

RE: Newbie Problems

2002-11-25 Thread Bob Tilley
aracter." Then more errors cascade from the one above. Here is the relevant line from the server.xml file: # Tomcat 4 Webapp Warp ... Any ideas? -Original Message- From: Andoni [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 1:18 PM To: Tomcat Users List Sub

RE: Newbie Problems

2002-11-25 Thread p niemandt
e errors cascade from the one above. Here is the relevant line from > the server.xml file: > > # Tomcat 4 Webapp Warp > > ... > > > Any ideas? > > -Original Message- > From: Andoni [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 1:1

Re: newbie . catalina.out

2002-11-25 Thread Craig R. McClanahan
On Mon, 25 Nov 2002, mc wrote: > Date: Mon, 25 Nov 2002 14:12:51 -0500 > From: mc <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: newbie . catalina.out > > Hi > > Is it possible to redirect system.out elsewhere than in

Re: newbie question

2002-11-28 Thread Andoni
If you are only going to serve html, jpg, gif, css, etc. pages. (i.e. static text files) then you should not be using tomcat at all. Instead you should use Apache web server. Only use Tomcat if you want to run Java based Web-applications. If for some reason you MUST you Tomcat then put the file

RE: Newbie help

2002-06-08 Thread Dennis van den Berg
One important difference would be that tomcat does not implement an EJB-container. Dennis. -Original Message- From: Srinivas N. Battula [mailto:[EMAIL PROTECTED]]On Behalf Of sbattul Sent: zaterdag 8 juni 2002 0:39 To: [EMAIL PROTECTED] Subject: Newbie help Hi all, Can any one tel

RE: Newbie question

2002-07-17 Thread Turner, John
You might also need to set CATALINA_HOME to the directory where you installed tomcat. Try the examples URL: http://localhost:8080/examples or http://localhost:8080/examples/ There should be logs in CATALINA_HOME/logs. John Turner [EMAIL PROTECTED] -Original Message- From: Eldridge, Mi

RE: Newbie question

2002-07-17 Thread Eldridge, Michael
chive. Thanks Michael Eldridge Team Leader E-Business Services Graphic Arts Center Indianapolis 317-388-5487 -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 9:44 AM To: 'Tomcat Users List' Subject: RE: Newbie question You might a

RE: Newbie question

2002-07-17 Thread Turner, John
e, Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 11:12 AM To: 'Tomcat Users List' Subject: RE: Newbie question Thank you John, I have no examples folder, and as far as I can tell, I have no Catalina_home/logs. Now I'm wondering if I downloaded the wrong file, or miss

RE: Newbie question

2002-07-17 Thread Eldridge, Michael
AM To: 'Tomcat Users List' Subject: RE: Newbie question Hmmm...I didn't realize we were talking about 3.3.x. It's been awhile since I had to setup a tomcat 3.x instance, I'm not even sure it looks for CATALINA_HOME. Is there a reason you chose 3.x over 4? I'm not advoc

RE: Newbie question

2001-04-13 Thread Henry San
Check your "mod_jk.conf-auto" and make sure you "Include" that file in your http.conf file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 10:53 AM To: [EMAIL PROTECTED] Subject: Newbie question Hi, I have installed tomcat on my redh

RE: Newbie question

2001-04-13 Thread Wick, Daniel
Are all your JSP files located in the webapps directory & all the html pages in the docs directory? If not you need to configure your server.xml to include your additional directories. Hope that may help you. Die$el > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED

RE: Newbie Help

2001-06-07 Thread Randy Layman
They left out a step. Somewhere around step 5 you need to set the environment variable JAVA_HOME (and I would suggest setting TOMCAT_HOME so that the shell script doesn't have to guess). You can do this at the same place where they recommend setting the PATH with the following two comma

Re: Newbie Contexts

2001-06-09 Thread Charles Baker
You might want to take a look in the configuration file $TOMCAT_HOME/conf/server.xml at the sections that define the contexts. The path is sort of from the docroot of your websererver like "/admin" if you want to access the admin context as "http://your.domain.com/admin";, the documentation says i

Re: Newbie Contexts

2001-06-10 Thread Krishna Kant T
hi there, u can set up new contexts by adding new directories within webapps. each dir could be a context/app and could have dirs for jsp , images , web-inf, etc. ~krishnakant Mark Senefsky wrote: > Greetings all... > > OK I think the solution to my previous email "Newbie Help (the sequel)" is

Re: Newbie Contexts

2001-06-10 Thread Mark Senefsky
complished? Can I establish a context that points to a directory outside the tomcat directory? Thanks, Mark > From: Krishna Kant T <[EMAIL PROTECTED]> > Organization: ComPulse Systems > Reply-To: [EMAIL PROTECTED] > Date: Mon, 10 Jun 2002 17:43:17 +0530 > To: [EMAIL PROTECTED]

Re: Newbie Contexts

2001-06-10 Thread Nitin Borwankar
location as in docBase.. Nitin Borwankar. > > Thanks, > Mark > > > From: Krishna Kant T <[EMAIL PROTECTED]> > > Organization: ComPulse Systems > > Reply-To: [EMAIL PROTECTED] > > Date: Mon, 10 Jun 2002 17:43:17 +0530 > > To: [EMAIL PROTECTED] >

Re: Newbie Contexts

2001-06-10 Thread Mark Senefsky
quot; > I restarted tomcat and I get the same 404 error when I try to load the jsp. Thanks, Mark > From: Nitin Borwankar <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Sun, 10 Jun 2001 18:22:17 -0700 > To: [EMAIL PROTECTED] > Subject: Re: Newbie Contexts

RE: newbie Servlet

2001-09-25 Thread Martin van den Bemt
You have to use compiled classes. Mvgr, Martin > -Original Message- > From: Isak Rickyanto [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 23, 2001 3:21 PM > To: Tomcat User Group > Subject: newbie Servlet > > > Sorry it is newbie.. > > I have myservlet.java > and i place in > to

Re: newbie Servlet

2001-09-25 Thread Dmitri Colebatch
yes you do have to compile your servlets. jsps are the only thing that tomcat will compile for you. cheers dim On Sun, 23 Sep 2001, Isak Rickyanto wrote: > Sorry it is newbie.. > > I have myservlet.java > and i place in > tomcat/webapps/myapp/web-inf/classes > and i had modified web.xml in

Re: Newbie-Installation

2001-11-03 Thread Charles Webber
Check out the web for mod_jk. Here's a link to the jakarta site that may help. http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html It's easier than you think to integrate Tomcat with Apache. In your httpd.conf, include a line like: Include $TOMCAT_HOME/conf/mod_jk.conf-auto Make su

Re: Newbie question

2002-04-10 Thread yilmaz
Hi Javier! Servlets should be under webapps/yourcontext/WEB-INF/classes/ directory. yourcontext can be anyone like, ROOT, examples,etc. One more thing do not forget to append /servlet/ to your url. Just to be more helpful for a new comer : say you put your HelloWorld servlet under /webapps/ROOT/W

Re: Newbie question

2002-04-10 Thread Javier A. Leyba
On 11/04/2002 at 0:18 yilmaz wrote: >Hi Javier! >Servlets should be under webapps/yourcontext/WEB-INF/classes/ directory. >yourcontext can be anyone like, ROOT, examples,etc. >One more thing do not forget to append /servlet/ to your url. >Just to be more helpful for a new comer : >say you put yo

Re: Newbie question

2002-04-10 Thread Javier A. Leyba
On 11/04/2002 at 0:18 yilmaz wrote: >Hi Javier! >Servlets should be under webapps/yourcontext/WEB-INF/classes/ directory. >yourcontext can be anyone like, ROOT, examples,etc. >One more thing do not forget to append /servlet/ to your url. >Just to be more helpful for a new comer : >say you put yo

RE: Newbie question

2002-04-10 Thread Ricky Leung
> >I've tried but it didn't work. > >I've made a new directory called classes under /Program Files/Apache Tomcat >>>4.0/webapps/ROOT/WEB-INF and I copied my HelloWorldExample.class to this directory. > >From my browser I tried http://localhost:8080/servlet/HelloWorldExample and I received a >"The

Re: Newbie question

2002-04-11 Thread yilmaz
age - From: "Javier A. Leyba" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 1:09 AM Subject: Re: Newbie question On 11/04/2002 at 0:18 yilmaz wrote: >Hi Javier! >Servlets should be under webapps/yourcontext/WE

Re: Newbie question

2002-04-12 Thread Javier
On 11/04/2002 at 20:16 yilmaz wrote: >Hi Javier, >I am not very sure what mistake are you doing, >but to find out if your tomcat is up and installation is okey, >try using default examples servlets >http://localhost:8080/examples/ > >try any of them, and if they are okey, >tell me if you can acce

Re: Newbie question

2002-04-12 Thread yilmaz
directory. Am i right ? Cheers :) - Original Message - From: "Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 5:32 PM Subject: Re: Newbie question On 11/04/2002 at 20:16 yilmaz wrote: >Hi Javier, >I

Re: Newbie question

2002-04-12 Thread Javier
On 12/04/2002 at 17:51 yilmaz wrote: >Hi Javier, >don't be so undeterminant, >There are a lot of Gurus here which can help you. >But you shouldn't be like the guy a few days ago. >then you will be alone. Hi Thanks, I'm still fighting ! :) >For your problem, i guess you didn't restart your to

RE: Newbie question

2002-04-12 Thread Ricky Leung
you also need to copy your web.xml in WEB-INF to ROOT/WEB-INF -Original Message- From: Javier [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 5:33 AM To: Tomcat Users List Subject: Re: Newbie question On 11/04/2002 at 20:16 yilmaz wrote: >Hi Javier, >I am not very sur

RE: Newbie question

2002-04-24 Thread Subir Sengupta
Which version of Tomcat? You should be able to test Tomcat, in standalone mode by typing in localhost:8080 in your browser. The Tomcat page should come up. Are you not seeing this? Look at RUNNING.txt in your Tomcat directory, it explains how to setup and test Tomcat. Hope this helps. Subir

Re: Newbie question

2002-04-24 Thread Andre
--- Original Message - From: "Subir Sengupta" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 3:58 PM Subject: RE: Newbie question > Which version of Tomcat? > > You should be able to test Tomcat,

RE: Newbie question

2002-04-24 Thread Subir Sengupta
n't come up, then you know what the problem is. Good luck, Subir -Original Message- From: Andre [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 1:14 PM To: Tomcat Users List Subject: Re: Newbie question It's Tomcat/4.0.3, and no I can't see anything on http://serv

Re: Newbie question

2002-04-24 Thread Oki DZ
On 04/25 03:14 Andre wrote: > It's Tomcat/4.0.3, and no I can't see anything on http://server:8005. > (that's where my server.xml is configured). I think if you are in the beginning of running Tomcat, it would be nice to left everything as the default (ie: don't touch server.xml); you can do it

Re: newbie question

2001-07-03 Thread Steven Turoff
I'm assuming you are running Tomcat on the default port, which is 8080. Start Tomcat and Apache and then go to: http://localhost:8080 Steve At 08:05 AM 07/03/2001, you wrote: >hi all! >i am new with tomcat... >having installed tomcat 3.2.2 and apache 1.3.11 on my NT 4.0... >how will

Re: newbie question

2001-07-03 Thread Vinay Menon
http://localhost - Apache homepage   http://localhost:8080  - Tomcat homepage   If both display then Apache is working and Tomcat is working.   Loads of mails about how to set up Tomcat with Apache. Pls read the archives or check out the Tomcat site.   Vinay - Original Message -

Re: newbie question

2001-07-03 Thread Minglong Wu
t;/Code/Chap03/Chat.jsp" into /Chap03/Chat.jsp  and path="/Code/Chap03" into /Chap03. All work fine. Why is it?   mwu     - Original Message - From: Vinay Menon To: [EMAIL PROTECTED] ; Sumit Ranjan Sent: Tuesday, July 03, 2001 7:58 AM Subject: Re:

RE: Newbie question

2001-09-03 Thread Peter Shankey
try http://yourhostname:8080/ if using with apache and you have gone through the setup http://yourhostname/examples/ "Mark Gargan" <[EMAIL PROTECTED]> wrote: >Hi folks, >I've just recently started using Tomcat and so far it's been giving me >a bit of hassle. At first it couldn't find a class

Re: Newbie question

2001-09-03 Thread asheesh
try http://localhost:8080/ or http://127.0.0.1:8080/ or http://yourmachineIP:8080/ cheers asheesh - Original Message - From: Mark Gargan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 5:49 PM Subject: Newbie question > Hi folks, > I've just recently

Re: Newbie question

2001-09-04 Thread MindTerm
Dear Mark, I have this problem before, and it is sovled. However, I don't recall my memory what's the problem. Maybe it cause by setting in server.xml . Please have a look. M.T. --- Mark Gargan <[EMAIL PROTECTED]> wrote: > Hi folks, > I've just recently started using Tomcat and so > far

RE: newbie question

2001-09-05 Thread David DELGRANCHE
Hi, There is no manipulation to do to your servlets if you want to migrate from JServ to Tomcat. Tomcat is just a application server. You need to install Tomcat and configure Apache to work with it by default. After, just create a directory for your servlets and put them there!

Re: newbie question

2001-09-05 Thread Roland Carlsson
Hi! Perhaps if you have put all non gui-stuff in beans you can fairly easy write wrappers to these beans and then you only have to rewrite the calls to the beans to the new ejb instead of the old bean. If you have written "scriptlets" then you have to rewrite. But you should first think if you

RE: newbie question

2001-09-05 Thread echaiguer abderrahim
David, I did that and just copied across all my servlets from /opt/jserv to ../webapps/servlets Either I try to execute them from the dev port 8080 or webserser 80 nothing make I have a error Not Found (404) What am I missing ? Thanks Abde At 04:37 PM 9/5/2001 +0200, David DELGRANCHE wrote:

Re: newbie question

2001-09-05 Thread Craig R. McClanahan
On Wed, 5 Sep 2001, echaiguer abderrahim wrote: > Date: Wed, 05 Sep 2001 15:32:28 +0200 > From: echaiguer abderrahim <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: newbie question > > > > Hi , > > I just decided to move to the J2EE architecture. I was previ

Re: newbie question

2001-09-06 Thread echaiguer abderrahim
Hi Craig I benefit you answer that mail to mention that I really find the doc for Tomcat confusing and really easy to follow. Compare to Jserv this is just a massive task you know. Jumping to the Tomacat world is full time job that why I have to postpone my migration. Just a constructive com

Re: newbie question

2001-09-06 Thread Craig R. McClanahan
On Thu, 6 Sep 2001, echaiguer abderrahim wrote: > Date: Thu, 06 Sep 2001 18:01:24 +0200 > From: echaiguer abderrahim <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Cc: echaiguer abderrahim <[EMAIL PROTECTED]> > Subject: Re: newbie

Re: Newbie question

2001-09-06 Thread Jonathan Eric Miller
If you are using Tomcat 4, check out the following link. You don't actually need to build Tomcat from the source code (if that's what you are trying to do) in order to get SSL to work. It's just a matter of running a keytool command and then uncommenting a few lines of code in server.xml. This als

RE: Newbie question

2002-01-05 Thread Suzanne Reiner 8423
If you want to have "SecretInformation" available on the web to certain users, try using realms to authenticate users. You could also use a Remote Address or Remote Host filter to restrict access to only specific I/P addresses or hosts. All of these tactics require changes to the server.xml file

Re: Newbie question

2002-01-05 Thread Amine AMAR
hi, if you need not have external access to your secretinfo directory, put it in the WEB-INF directory. There, the webserver will not service it. Amine - Original Message - From: "Manu Kumar" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Saturday, January 05, 2

Re: Newbie resources

2002-02-27 Thread Sriram Narayanan
2/27/02 11:03:19 PM, Ken Martin <[EMAIL PROTECTED]> wrote: >What resources would you recommend for a web and coding savvy >user to get up to speed on using and configuring Tomcat. I'm >strong in HTML and JSP coding, but weak in Unix. Using Mac OS X. > 1. Read the documentation. There's really a

Re: Newbie resources

2002-02-27 Thread Ken Martin
On Wednesday, February 27, 2002, at 12:57 PM, Sriram Narayanan wrote: > 1. Read the documentation. There's really a whole lot of > information given... I do read the docs, but (not meaning to step on toes here) their not always clear to those who may not know the terminology. For example... I

  1   2   3   4   5   6   7   8   >