AW: [NEWBIE] Static html pages do not show image files

2001-07-11 Thread Algarve, Leila
This is the scr of the img tag: td WIDTH=198img SRC=Tuev.gif BORDER=0 height=203 width=198/td This url works: http://127.0.0.1:8080/Request/index.htm This url does not work (Error 404 - File not found): http://127.0.0.1:8080/Request/Tuev.gif Both files exists and they are in the same

AW: [NEWBIE] Static html pages do not show image files

2001-07-11 Thread Algarve, Leila
Thank everyone for the help and tips. I found the problem and I am posting the solution for the archive. I had to change the html page from: img SRC=Tuev.gif BORDER=0 height=203 width=198 to: img SRC=TUEV.GIF BORDER=0 height=203 width=198 The name of the file is Tuev.gif but I have to write

[NEWBIE] Static html pages do not show image files

2001-07-10 Thread Algarve, Leila
Hi!!! I am running Tomcat 4.0b5 standalone in Windows NT 4.0. I've created a new web-application in $tomcathome$\webapps without creating a war file (I am at the early stage of development), with one html static page and one servlet. I can access the html page and the servlet without problem but

AW: Get Me Out Of This

2001-07-06 Thread Algarve, Leila
Just send an email to this address: [EMAIL PROTECTED] If you subscribes the digest list, send an email to: [EMAIL PROTECTED] Leila

AW: Servlet and Multiple Instances

2001-01-08 Thread Algarve, Leila
Check if your servlet class implements SingleThreadModel, in this case one instance of the servlet will be able to handle just one request. Leila -Ursprngliche Nachricht- Von: Cam DeBuck [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 8. Januar 2001 07:12 An: [EMAIL PROTECTED] Betreff:

AW: IDE

2000-12-22 Thread Algarve, Leila
I suppose that you intalled Tomcat at c:\tomcat. I am not using Jbuilder4 but I got Tomcat running with Visual Cafe. I had to add all the Tomcat libraries to my project, set the main class to org.apache.tomcat.startup.Tomcat and put in the program arguments "-home c:\tomcat". I based in this