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

Problem: Servlet Mappings RequestDispatcher

2001-07-11 Thread Philip Weaver
Hello - I'm trying to create servlet mappings for a servlet that I'd like to exist at the TOP LEVEL of my webapp in Tomcat. You'd think that this task wouldn't be a pain in the rear but I'm finding it to be so. If you know how to configure web.xml and a servlet to handle this, please help. I'm

RE: help me with IIS+tomcat

2001-07-11 Thread h . juge
Hi, I have the same problem and i'm stuckany idea ? Thanks, Hervé. -Message d'origine- De: Ðì±ó [SMTP:[EMAIL PROTECTED]] Date: mercredi 11 juillet 2001 07:32 À: [EMAIL PROTECTED] Objet: help me with IIS+tomcat Hi,

Re: help me with IIS+tomcat

2001-07-11 Thread Adam Fowler
Hi guys, I hate to say this - bt this is not because of poor docs. By reading the docs I managed to get tomcat 3.2.2 installed and runing within an hour on win2k+IIS5. I suggest you re-read the IIS-How-to, especially the section after installing the isapi redirect dll. It mentions a green

RE: help me with IIS+tomcat

2001-07-11 Thread Manjunath BHat
Hi, try following, http://www.verysimple.com/scripts/support_tc_iis.html I followed it its working fine with me Good Luck Manjunath From: Chris Thompson [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: help me with IIS+tomcat Date: Wed, 11

URL socket connection to servlet

2001-07-11 Thread Deniz Demir
Hi, I have replaced my apache-jserv server with apache-tomcat. In this case my applet cannot open URL socket connection to my servlet that loads the applet. The code in the applet is as follows: // Get the server URL String urlString = "http://" + getDocumentBase().getHost() +

Application to Servlet communication

2001-07-11 Thread Gregor Kovaè
Hi all! I'm trying to do some application/applet to servlet communication where I want to send an object to servlet. My application code: URL testServlet = new URL(http://localhost:83/testApp/servlet/TestServlet;); URLConnection servletConnection =

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

2001-07-11 Thread G.Nagarajan
Try, http://127.0.0.1:8080/Request/ This will show the list of files in the directory, check if you can see Tuev.gif. Click on it, if the file is ok, it should be displayed -Original Message- From: Algarve, Leila [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 8:41 AM To:

Tomcat memory-leak problem

2001-07-11 Thread BJ
Hi! I'm using apache, tomcat jakarta 3.2.1, jdk1.2.2on a linux 6.2 and a MS SQL server on a Nt4 with sp 6a. Having some trouble with memory-leak. After the server has been running for a couple of days, it has eaten up all 512MB of RAM. It is a server with some customers on and it handles

Re: Question regarding tomcat behavoiur

2001-07-11 Thread Dmitri Colebatch
Hi, I'm not exactly sure what your problem is but may I suggest a different architecture? Why dont you have the fileLoadedByUser put in a queue - and in the init() start a worker thread that just processes the files one by one. You could then accept someone's fax all the time. Get an email

Re: Tomcat memory-leak problem

2001-07-11 Thread Sam Newman
I too have been having some problems with Tomcat + memory. I put it down to me running win98 and win98 not properly being able to address memory over 128MB. I normally have dreamweaver, netbeans and tomcat running, and reguarly run out of memory (I have 384MB Ram). I haven't noticed any

Re: help me with IIS+tomcat

2001-07-11 Thread David Treves
Hello, I tried to follow that link to do exactly what they instruct to do, yet I keep getting these errors every time I access the examples application. Note that I see the requested pages and it operates just fine, but I get the following errors anyway. I would like to add that I cannot see

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

Re: are there servlet aliases

2001-07-11 Thread Andreas Tirok
Hi Anand, thx for your help. I tried this and it works. Chauhan, Anand wrote at Tuesday 10 July 2001 20:29: Andreas: Definitely yes. Check the following snippet of my example web.xml file for details.. and we could call the servlet ServletExample using each of the following mappings:

Tomcat problems on Solaris

2001-07-11 Thread Neil Anderson
Hi, I am having problems getting tomcat 3.2.2 to work on a Solaris server with apache 1.3.20. There is a couple of issues that I am not sure if they are related. Any help would be appreciated. The first problem is that tomcat logs the stdout and stderr to the user who starts the service. I have

Sealing violation with Catalina

2001-07-11 Thread Dan - Blue Lotus Software
I have a servlet that needs to invoke the class loader. This, of course, causes a SecurityException due to a sealing violation (trying to invoke arbitrary classes). Well, I've tried changing the Catalina security policy file, catalina.policy, so that it grants the appropriate permissions to the

Precompile JSP with Tomcat

2001-07-11 Thread James Bailey
Hi All, I'm sure this has been ask before but can some one help me. I am working on a webapp which will have many JSP page, when the server is rebooted I don't want the first visitor to each page to have to wait for them to be compiled. Is there any way round this? Many thanks James Bailey

Switch off HTTP Server

2001-07-11 Thread Herzig, David
Dear Tomcat Users I'm using tomcat together with apache. At the moment I can access via Port 80 (Apache) and Port 8080 (Tomcat). Now I just want to answer http-request with apache. How can I switch off the HTTP Server of tomcat? Many thanks Dave

Re: Precompile JSP with Tomcat

2001-07-11 Thread Matt Goodall
Use the jspc utiltity. It's in tomcat's bin directory. Cheers, Matt - Original Message - From: James Bailey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 12:16 PM Subject: Precompile JSP with Tomcat Hi All, I'm sure this has been ask before but can some one

Re: SSL Redirect To Port 80

2001-07-11 Thread Sugata Sen Mazumdar
Dear Jim, I'm Sugata. I do not have any clue regarding yr query and so am sorry that I cannot be of any help.But I'm having a problem since a month and am writing to u since I'm using the same system ( Tomcat 3.2.1 standalone on Windiws 98 ). Here goes : java error in database access i have

RE: help me with IIS+tomcat

2001-07-11 Thread Randy Layman
What makes you think that these are errors? The isapi_redirect.dll is the resource that IIS will request, its in the right directory, and I believe that 200 is the SUCCESS status code. You indicate that the pages are showing up correctly, so what's the problem? You can't see

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

2001-07-11 Thread Randy Layman
Its not a bug, the Servlet spec requires case sensitivity, so its a feature. Windows NT Explorer thinks its smarter than your files and therefore displays all files with the first letter capitalized and the rest lower case, regardless of their actual names (this is in 2000

RE: Tomcat memory-leak problem

2001-07-11 Thread Randy Layman
It isn't Tomcat, and it isn't Tomcat on windows that is causing your problem. I have a server, running NT 4 and has been running it for close to 2 months under moderate load, and haven't had any memory leaks. I would look at your web applications and find the place where you are holding

Re: Switch off HTTP Server

2001-07-11 Thread Selva Prakash
Hi David, Comment out the HTTP Connector in Server.xml. !--Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler value=org.apache.tomcat.service.http.HttpConnectionHandler/ Parameter name=port

Re: Application to Servlet communication

2001-07-11 Thread Fernando_Salazar
A number of folks recently posted similar questions ... I think things work better when you specify application/x-java-serialized-object as the content type of the data you are writing. In the code below, you're using application/x-www-form-urlencoded, which definitely would not help. -

Apache Tomcat

2001-07-11 Thread Herzig, David
Dear Tomcat users I have the two following problems -I have configured apache to use tomcat as servlet/jsp engine. when I access the shop pages through apache (port 80) sometimes the url (either the one displayed in location field of browser or only one of the frames) gets changed from the ip

RE: Application to Servlet communication

2001-07-11 Thread Saurabh Shukla
Please add InputStream in = servletConnection.getInputStream(); after you have closed your output stream. It will work. HTH, Shuklix -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 5:26 PM To: [EMAIL PROTECTED] Subject: Re:

Re: help me with IIS+tomcat

2001-07-11 Thread David Treves
I guess everything was just fine, only that I was not aware to the fact that updating the uriworkermap.properties requires to restart the whole www service so that changes will take place... Thanks for your help! David. - Original Message - From: Randy Layman [EMAIL PROTECTED] To:

RE: Configuring apache/tomcat with mod_jk on different hosts

2001-07-11 Thread Saurabh Shukla
This probably is a BUG with tomcat. It should not return 404, coz' the servlet is there. You will get the same message even if u call the servlet from normal java code and not applet. URL url = new URL(http://whatever.com/servlet/SomeServlet;) URLConnection huc =

. Help needed.

2001-07-11 Thread Drinkwater Glen
I am using tomcat 4.0 beta 5 on win NT and the problem is that when i make a change to a jsp page tomcat doesnt pick it up, i have tried to refresh the browser, shut down the start up again and nothing happens. The only thing i can do is resave the JSP as another name, which is really annoying.

Problems when importing a SSL certificate

2001-07-11 Thread Antonio Terceiro
Hi, I´ve got the Tomcat/SSL Howto from the jakarta Project webpage. In the last step of Importing SSL certificates, i´ve got some trouble. The output of the command keytool -import -v -trustcacerts -alias tomcat -file CERT.pem was this: Enter keystore password: changeit keytool error:

RE: Application to Servlet communication

2001-07-11 Thread Gregor Kovaè
THANK YOU ! You are the best!! At 17:46 11.7.01 +0530, you wrote: Please add InputStream in = servletConnection.getInputStream(); after you have closed your output stream. It will work. HTH, Shuklix -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

. Reloading JSP's

2001-07-11 Thread Drinkwater Glen
I am using tomcat 4.0 beta 5 on win NT and the problem is that when i make a change to a jsp page tomcat doesnt pick it up, i have tried to refresh the browser, shut down the start up again and nothing happens. The only thing i can do is resave the JSP as another name, which is really annoying.

NT Service Problem for startup-servlet

2001-07-11 Thread abdur raheem
Hi all, I make tomcat as NT service. Its working. but i created a startup servlet and also made changes in web.xml according to that. but when i started thru net service the startup servlet is not loaded, at the same i start Tomcat thru startup the startup-servlet is working and i am getting

RE: pre-compilation of JSP

2001-07-11 Thread Randy Layman
This is fragment from a message posted by Sopie several weeks ago that I've kept because it answers this very question: I am using the options: -uriroot /$TOMCAT_HOME/webapps/AppName -d /$TOMCAT_HOME/webapps/AppName/WEB-INF/classes to set the

RE: . Reloading JSP's

2001-07-11 Thread Michael Wentzel
I am using tomcat 4.0 beta 5 on win NT and the problem is that when i make a change to a jsp page tomcat doesnt pick it up, i have tried to refresh the browser, shut down the start up again and nothing happens. The only thing i can do is resave the JSP as another name, which is really

RE: Tomcat memory-leak problem

2001-07-11 Thread William Kaufman
Then i would like to know if there is a program to clean up objects. Like a garbage collection on the system. Of course there is: it's Java. The JDK will garbage-collect released objects. The problem is, you aren't releasing them. You need to figure out _why_ you're caching them: is it on

System.out is getting me nuts

2001-07-11 Thread Michael Bierenfeld
Hi, just switched over from jserv to jomcat. tomcat (3.2.2) is running and by using mod_jk.so (build from source) integrated into apache. So far so good. We have alot of own classes that are perfoming some debugging output to stderr and stdout. The documentation is talking about

Re: . Reloading JSP's

2001-07-11 Thread Matt Goodall
I think this is a known bug on win32 only. I can't remember where I read about it though, probably this mailing list. Try a nightly build instead. Cheers, Matt - Original Message - From: Michael Wentzel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 2:25 PM

RE: Tomcat problems on Solaris

2001-07-11 Thread William Kaufman
Tomcat terminates when the user who starts tomcat logs off the server. man nohup. -- Bill K. -Original Message- From: Neil Anderson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:57 AM To: [EMAIL PROTECTED] Subject: Tomcat

Tomcat 4.0b5 keeps shutting down

2001-07-11 Thread Jakarta Jakarta
I am running Tomcat 4.0b5 in standalone mode on a Sun Solaris 8 system, running the latest patches and the currest Sun Java 1.3.1. Tomcat starts up ok, and will run for the better part of a day of testing, however the next morning, when I get up, the system is down again. Not sure if it's

mapping question

2001-07-11 Thread Feng Xia
Hi there, I am trying to make servlet mapping working for my apache+tomcat on Solaris 8. I need to map some time /myfile.html to a servlet com.corp.servlet.LightWeightUiServlet. I add the following tags to $TOMCAT_HOME/conf/web.xml. servlet servlet-name myservlet

RE: . Reloading JSP's

2001-07-11 Thread Deacon Marcus
Hi, Check if it's really Tomcat's fault. By default html send to browser is cacheable, so when you reload you get the old one from local cache. Try response.setHeader(pragma,no-cache) and response.setHeader(cache-control,no-store) at the top of your .jsps, that will/should prevent browsers and

java/linux/tomcat configuration problem

2001-07-11 Thread DA Schaupner
I installed jdk 1.3.1 on my linux box to support tomcat, and set the PATH variable accordingly. However, now the instances of my server don't start up and java hangs. (The TOP command shows that java is consuming 97% of my CPU!!!). Has anybody seen this behaviour before? If so, what is the

Re: mapping question

2001-07-11 Thread Feng Xia
My apache is 1.3.14. My tomcat is 3.2.2. Feng Xia wrote: Hi there, I am trying to make servlet mapping working for my apache+tomcat on Solaris 8. I need to map some time /myfile.html to a servlet com.corp.servlet.LightWeightUiServlet. I add the following tags to $TOMCAT_HOME/conf/web.xml.

Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-11 Thread Renato Weiner
Hi all, I'm rolling out a successful Tomcat instalation in a shared environment ( it's a great software ! ). But I have a concern. I created a servlet that loops forever ( a very stupid one, by the way). When I executed it, itallocates a Tomcat thread and it just runs forever. If I try to kill it

Last-Modified header set in servlet responds as installation date of Apache.

2001-07-11 Thread Manolito Snell
Hi all, When calling a servlet in Tomcat via Apache, the Last-Modified header is always set to the same time. The time set is EXACTLY the same as the installation date of Apache (coincident?). While calling the servlet directly in Tomcat, the Last-Modified header is set as done in the

Re: Application to Servlet communication

2001-07-11 Thread Venkatesh Srinivasan
What is the significance of adding the line ? InputStream in = servletConnection.getInputStream(); What difference does it makes? Venky Gregor Kovaè wrote: THANK YOU ! You are the best!! At 17:46 11.7.01 +0530, you wrote: Please add InputStream in =

There is no disk in the drive!

2001-07-11 Thread Frank Lawlor
When I run my web application using Tomcat as a service under windows 2000 (Tomcat 3.1.1) I'm running into a strange message. My app runs an eternal .cmd file to populate some directories. One of the lines in the cmd file is xcopy InitialProject\*.* Projects\%1 /E This works fine when

Re: Problems when importing a SSL certificate

2001-07-11 Thread Tim O'Neil
Assuming your using Tomcat standalone, make sure your key store pass word and your key pass word are the same. Yes, which means you can store one key in your keystore. I ran into this little hitch myself. I wasn't able to get tomcat standalone to work ssl any way though. If you do let me know how

recursive JkMount

2001-07-11 Thread David Bishop
I have some users that I'm adding mount points for, and have made the following additions: to server.xml: Context path=/bcameron docBase=/home/bcameron/public_html crossContext=false debug=3 reloadable=true /Context and to tomcat.apache: Alias /bcameron/

mod_jk.log messages

2001-07-11 Thread Fran Fabrizio
I asked this last week and did not receive a reply, but I am unable to find documentation on these errors. Can anyone help? [jk_ajp13_worker.c (325)]: Error ajp13_process_callback - write failed [jk_ajp13_worker.c (325)]: Error ajp13_process_callback - write failed [jk_ajp13_worker.c (325)]:

RE: Tomcat 4.0b5 keeps shutting down

2001-07-11 Thread Vladimir Grishchenko
doesn't look like a tomcat problem. VM bug? -Original Message- From: Jakarta Jakarta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 7:32 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.0b5 keeps shutting down I am running Tomcat 4.0b5 in standalone mode on a Sun Solaris 8 system,

Error in Tomcat/Apache, help!

2001-07-11 Thread Bryan Coon
Hi, Kind of a repost, I never heard anything back from the original post... I cannot get Apache and Tomcat to work together with servlets... static pages are fine, but I get an internal server error when I try to access one of the examples/servlets/ servlets. The error message from mod_jk.log

RE: . Reloading JSP's

2001-07-11 Thread Michael Wentzel
Try response.setHeader(pragma,no-cache) and response.setHeader(cache-control,no-store) at the top of your .jsps, that will/should prevent browsers and proxies from caching. This would not be a preferred production solution to the problem unless it is absolutely necessary since this is

Re: java-linux-tomcat configuration problem

2001-07-11 Thread Adam Fowler
Hi, Can you include a copy of ps x command output and top please? Also, who's jdk ru using? Sun's or blackdown? This sounds very strange as I upgraded on mandrake fine. You might wanna recheck the path variable and make sure that the new java is at the beginning of the path var, else if u

Re: Tomcat problems on Solaris

2001-07-11 Thread Adam Fowler
Hi, Doesn't look like mod_jk is built / configured correctly. Try re-building it (check http://willow.cc.edu/adminguide for builds) Adam. On Wednesday 11 July 2001 10:56, you wrote: Hi, I am having problems getting tomcat 3.2.2 to work on a Solaris server with apache 1.3.20. There is a

Re: java-linux-tomcat configuration problem

2001-07-11 Thread Andrew Robson
What linux distribution do you have? Redhat 7.1? andrew On Wed, 11 Jul 2001, you wrote: I installed jdk 1.3.1 on my linux box to support tomcat, and set the PATH variable accordingly. However, now the instances of my server don't start up and java hangs. (The TOP command shows that java

Re: There is no disk in the drive!

2001-07-11 Thread Adam Fowler
Hi, It could be trying to get a lock on a used file. No idea how to fix it though 8o) Adam. On Wednesday 11 July 2001 15:16, you wrote: When I run my web application using Tomcat as a service under windows 2000 (Tomcat 3.1.1) I'm running into a strange message. My app runs an eternal

Embedding Tomcat3.2.1 in my application : Repeat message! : pl help!!!

2001-07-11 Thread Sankaranarayanan Ganapathy
Hi All, Has anybody embedded tomcat 3.2.1 in their application successfully? The code EmbededTomcat.java that ships with 3.2.1 doesnt seem to be working correctly (and there doesnt seem to be a stop method as well). I tried using their other class org.apache.tomcat.startup.Tomcat. I have 2

Unable to open http://localhost/examples/

2001-07-11 Thread Greg Kearney
Setup NT 4.0 SP5, IIS. I've checked everything several times, following the iss how-to directions, but I'm unable to find my problem. Web server running, yes Regedit entries made and checked for spelling errors, yes Virtual directory jakarta set to allow execute, pointing to

Re: Problem running 3.2

2001-07-11 Thread Renato Weiner
This is not the ideal, but try this: ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.1-1.so.2 It worked for me. Renato. William Dunning [EMAIL PROTECTED] wrote: I've installed Jakarta Tomcat 3.2.2 and the Sun JDK 1.3.1 on an Intel box running Debian Linux (latest

Help with using getRequestURL()

2001-07-11 Thread Tia Haenni
Is anyone familiar with the method getRequestURL() of the HttpServeltRequest interface? I am trying to use it, but the compiler object to the method. By the way, this method is previously of javax.servlet.http.HttpUtils, which has been deprecated. Thanks in advance, Tia

RE: . Reloading JSP's

2001-07-11 Thread Deacon Marcus
Hi, -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 5:31 PM To: '[EMAIL PROTECTED]' Subject: RE: . Reloading JSP's Try response.setHeader(pragma,no-cache) and response.setHeader(cache-control,no-store) at the top of your

Problem: Servlet Mappings RequestDispatcher

2001-07-11 Thread Frank Lawlor
Re problem B. I found that after some re-directions Tomat ContextManager seemed to be messing up the context path (see Please explain this Context). You can tell if this is happening by having the ContextManager log its mappings: ContextManager debug=1 workDir=work showDebugInfo=true in

Help with using getRequestURL()

2001-07-11 Thread Tia Haenni
Is anyone familiar with the method getRequestURL() of the HttpServeltRequest interface? I am trying to use it, but the compiler object to the method. By the way, this method is previously of javax.servlet.http.HttpUtils, which has been deprecated. Thanks in advance, Tia

RE: Tomcat problems on Solaris

2001-07-11 Thread Brawner, Jerry J
I'm looking for some builds for the mod_jk for HP-UX. The link below is not bringing up the page. Do we have another location to look at? thanks -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 12:41 PM To: [EMAIL PROTECTED] Subject: Re:

Re: There is no disk in the drive!

2001-07-11 Thread Tim O'Neil
At 10:48 AM 7/11/2001, you wrote: Hi, It could be trying to get a lock on a used file. No idea how to fix it though 8o) Whatever it is it's a pretty poor design flaw. Sometimes these programs get over it if you simply put a disk in the drive. Or if you know what file its looking for create an

Mail Delivery Status Notification

2001-07-11 Thread Postmaster
MAIL ESSENTIALS SENDER NOTIFICATION The following message: TO: [EMAIL PROTECTED] FROM:[EMAIL PROTECTED] DATE: Wed, 11 Jul 2001 09:56:25 -0700 Subject: Embedding Tomcat3.2.1 in my application : Repeat message! : pl help!!! has been quarantined by Mail Essentials for the following

RE: There is no disk in the drive!

2001-07-11 Thread Jay Burgess
See below for article Q102418 from the Microsoft Knowledge Base (http://search.support.microsoft.com/kb/). Maybe you've got a drive in your PATH that XCOPY is having trouble with? One guess is that it's using the System Account when running from Tomcat as a service, but your account when

JVM coredump when accessing admin page

2001-07-11 Thread jeromio
I had an unrelated networking issue that caused me to have to reboot my (RH6.2 Linux) server this AM - but that's the only thing that's changed since yesterday. Yesterday, I couldn't get the admin page to accept my admin username and password. Today, it took them (no change to the tomcat-user

pageContext.forward()

2001-07-11 Thread Liming Xu
Hi all, recently, I changed serveral pages of my site and removed all the response.sendRedirect() with pageContext.forward()the problem is that now some of the pages are not working anymore, even if the pages themselves have no pageContext.forward(), somehow the pageContext.forward() on some

Embeded Tomcat help

2001-07-11 Thread Dunnigan, Tom
Can anyone help me with EmbededTomcat. I have tried to implement it according to the comments in the source code to no avail. I have scoured the archives, but I di not find any solutions. Your assistance would be appreciated. Thanks, Thomas Dunnigan Leveraged Technology Inc. Solutions

Re: Unable to open http://localhost/examples/

2001-07-11 Thread Adam Fowler
Hi, There's one (at least) of the config files - think I may be workers.properties - that needs to be changed for a windoze machine - it has / instead of \. Have a look through them and make sure. Also make sure you have a default context set up. Adam.

RE: There is no disk in the drive!

2001-07-11 Thread Darrell Porter
1.) Open the folder on your hard drive (InitialProject). 2.) Right click your mouse in the folder. 3.) Select New Text Document 4.) Name the Document swa (no extension) 5.) If prompted to change the filename extension click YES If this works, let me know. thanks Darrell Porter Operations

Simple startup question.

2001-07-11 Thread D. Straumfjord
All: Linux 7.1 Redhat, tomcat 3.2.2. Question: With the ajp13 working correctly tomcat should start from within the S85httpd start script and shutdown accordingly ? D.

Images don't display

2001-07-11 Thread Greg Kearney
Hi all, The site loads with at browser but the images don't show. The images are stored off Marketing in Images. When I load this from localhost:8080/Marketing/index.jsp it works, but not from localhost/Marketing/index.jsp. Any ideas? Thanks for the look. Greg

Re: . Reloading JSP's

2001-07-11 Thread Bill Pfeiffer
Just confirming that this is a known bug with the win32 version. I believe using a recent nightly build fixes this problem. Bill Pfeiffer - Original Message - From: Drinkwater Glen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 8:32 AM Subject: . Reloading JSP's

RE: pre-compilation of JSP

2001-07-11 Thread Saritha Pula
hi Thanks for ur input .. Command should be the following jspc -webxml c:\web.xml -webapp %tomcat_home%\webapps\AppName test.jsp I shouls give file name following webapp directory ,should not include in path like -webapp %tomcat_home%\webapps\AppName\test.jsp Now I am able to compile my jsp

foriegn characters turn to ? in database

2001-07-11 Thread Bryan Murtha
Hey All, We are accepting form submissions from users all over the world. The foriegn characters end up in Sybase looking like a ?. Does someone know how to deal with this? Regards, Bryan Original Message Follows From: Stefanos Karasavvidis [EMAIL PROTECTED] Reply-To: [EMAIL

RE: Problem: Servlet Mappings RequestDispatcher

2001-07-11 Thread Saritha Pula
ContextManager debug=1 workDir=work showDebugInfo=true workDir is directory created in tomcat_home where all intermediate files will be place for example like java files generated from JSP .. context tag in server.xml is to create our own web application directories.. Hope this info. helps u

compilation

2001-07-11 Thread David Herder
Does anyone know of the configuration file that I will have to edit to allow for the compilation of jsp's automatically when sent to Tomcat I know there is one setting that is defaulted to false but I can't remember which config file that it's in. I had changed this setting so that someone

Re: can run tomcat on linux servlets but not jsp's

2001-07-11 Thread Boris Niyazov
You should not put your webapps classes in the system classpath. Tomcat startup script builds classpath dynamically based on content of $TOMCAT_HOME/lib, etc. Unset you CLASSPATH and try to start tomcat. Should help. - Boris Hi: I am trying to run

RE: Help with using getRequestURL()

2001-07-11 Thread William Kaufman
Assuming you mean the getRequestURI() (not URL) method of HttpServletRequest (not Servelt),... What exactly is the compiler complaining about? What's the error it's producing? -- Bill K. -Original Message- From: Tia Haenni [mailto:[EMAIL

Re: Tomcat memory-leak problem

2001-07-11 Thread Boris Niyazov
You should probably look at your code for possible memoey leaks: not closed db objects (statements, result sets, connections) not closed file descriptors, etc. - Boris Hi! I'm using apache, tomcat jakarta 3.2.1, jdk1.2.2 on a linux 6.2 and a MS SQL

Re: Tomcat problems on Solaris

2001-07-11 Thread Adam Fowler
Hi, Well the page seems to be working. You can try http://users.aber.ac.uk/tomcat/tomcat-3.2/ though 8o) Haven't got any for HP-UX. The build instructions are all pretty standard though. I'll check to see if they are up, if not then I'll e-mail you when they are. OK? If in the meantime you

RE: . Help needed.

2001-07-11 Thread Jann VanOver
There was a bug in one of the Tomcat 4 betas that caused this problem. It MAY have been the same beta 5 you're using. Check if there's a more recent version. -Original Message- From: Drinkwater Glen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 5:25 AM To: '[EMAIL

Re: Problem

2001-07-11 Thread Alberto Torna Jr.
Ensure Tomcat can run from a command prompt IE tomcat start. Ensure all variables and classpaths are the same in your tomcat environment (tomcat env) will show theclasspaths for that instance of tomcat. Those classpaths must be in wrapper.properties From: "molu molu" <[EMAIL PROTECTED]>

ad!!!

2001-07-11 Thread crabcorn
__ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Re: NT Service Problem for startup-servlet

2001-07-11 Thread Alberto Torna Jr.
Compare the classpaths. Use Tomcat -env to view the complete classpath in that instance. Then modify the wrapper.properties and ensure all classpaths are correct. From: "abdur raheem" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: NT Service Problem for

Re: Hi Pete, help regarding running Tomcat with SSL

2001-07-11 Thread Alberto Torna Jr.
Please excuse the error Manjunath Pete, I see you're running IIS and not Apache. From: "Manjunath BHat" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Hi Pete, help regarding running Tomcat with SSL Date: Tue, 10 Jul 2001 16:17:32 +0530 Hi Pete, U've

RE: Installation of mod_jk.so at AIX 433

2001-07-11 Thread John Bazeley
Are you using gcc or C for AIX / VisualAge? I'm using visualage 5.0, and needed to hack apxs thus: my $CFG_CFLAGS= q( -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -qcpluscmt -qnogenpcomp -qnousepcomp -DMOD_SSL=207101 -DMOD_PERL -DUSE_PERL_SSI -D_ALL_SOURCE

IIS and Tomcat 3.3

2001-07-11 Thread Ruairi
I have setup Tomcat to work with Apache and it is fine. I try to use IIS and it does not work. Does anyone have any suggestion? (The Registry entriesare 100% correct!) I have read the How-To many times trying to figure out where I am wrong. I have looked at the logs for any meaning. As far

Changing the Page Executor Extension

2001-07-11 Thread philmaker
Have any of you had success *changing* the '*.jsp' servlet mapping to something else? I have tried to change it to a different extension using servlet-mapping or I've tried adding a second mapping. Nothing that I try will allow Tomcat to compile the file with an extension other than '.jsp' Is

Re: Simple startup question.

2001-07-11 Thread Adam Fowler
No. Best to edit the script and add hooks to a tomcat script in /etc/rc.d/init.d I have one somewhere on http://willow.cc.edu/adminguide Its in the mod_jk files section, called a mandrake startup script but should work ok with redhat - just make sure the directories are correct. Hope that

Allowing users to set their own servlets up.

2001-07-11 Thread Chuck Cochems
I work for an ISP, which has many virtual customers. We make a point of letting people set up their own stuff whenever possible. So I want to know this. Is there a way to configure Tomcat and Apache such that all virtualhosts have their own webapps directory, so end users can set up jsp and

RE: Help with using getRequestURL()

2001-07-11 Thread Tia Haenni
Ok, so typing is not my string point, I meant HttpServletRequest, there is a method getRequestURL()-not URI that attempts to reconstruct the entire URL. The complaint was: test5.java:66: cannot resolve symbol symbol : method getRequestURL () location: interface

Re: Installation of mod_jk.so at AIX 433

2001-07-11 Thread Adam Fowler
Hi, I'm currently mirroring mod_jk binary builds for all OS's. Could you send me ur AIX file with a description of the platform it is used for? E.g. AIX ver.., processor architecture, tomcat ver, apache ver etc. Thanks! Adam. Adam Fowler Help Desk Live Project Information Services

RE: Installation of mod_jk.so at AIX 433

2001-07-11 Thread Tim O'Neil
At 03:37 PM 7/11/2001, you wrote: Are you using gcc or C for AIX / VisualAge? I'm using visualage 5.0, and needed to hack apxs thus: my $CFG_CFLAGS= q( -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -qcpluscmt -qnogenpcomp -qnousepcomp -DMOD_SSL=207101

I can only access servelets by IP address outside of webapps.

2001-07-11 Thread Chuck Cochems
I'm using mod_Jk with the latest apache and tomcat 3.2.2 Whenever I add a virtualhost, I can only reference the JSP by IP address. if I try by th domain name, I get the dreaded error 404 (/jsp/page.jsp + NULL ) stuff. I've triple checked DNS, and tried placing entries for the domains as well as

  1   2   >