Re: Debugging servlets !!!

2002-09-26 Thread Toni . Kielo
On 2002-09-27 "Mohan,Gautam" wrote: > Hi , > >    normally if any java program has to be debugged we use options java -Xdebug -Xnoagent > -Xrunjdwp:transport=dt_socket,address=,server=y,suspend=y HelloWorld > > and then if using JBuilder we can attach to the program at port and

RE: How to write a servlet that handle request for .xml documents

2002-09-26 Thread Nicholas Orr
Hi, What exactly are you trying to do?? Nicholas Orr -Original Message- From: Aaron Chan [mailto:[EMAIL PROTECTED]] Sent: Friday, 27 September 2002 4:34 PM To: 'Tomcat Users List' Subject: RE: How to write a servlet that handle request for .xml documents Hi, thanks for ur reply. I al

AW: How to write a servlet that handle request for .xml documents

2002-09-26 Thread Ralph Einfeldt
Wether doGet() or doPost() is called depends on the kind of request that is sent to tomcat, not on the file type. If tomcat receives a GET-request doGet() is called, if tomcat receives a POST-request doPost() is called. If the client is a browser, all href, src attributes and forms with method

Re: Inquiries...

2002-09-26 Thread Kwok Peng Tuck
You need some text editor to write your jsp(s), A jdbc driver for your db of choice. And some patience. Glinn Cortez wrote: >Hi, I'm new in using Tomcat 4.0. I have installed Tomcat in my PC. I >have also already installed JDK in my PC. What are things I need for me >to start using Tomcat by ru

RE: How to write a servlet that handle request for .xml documents

2002-09-26 Thread Aaron Chan
Hi, thanks for ur reply. I already know how to write basic servlet, just that I am not sure when the tomcat redirect the request of .xml file to the servlet, which method inside the servlet gets to handle it? doGet or doPost? I even tried service() but can't do it. Also how can I get the requested

RE: Tomcat 4.0.2, Apache 1.3.24, mod_jk, OpenBSDP 3.1 <- eratic behaviour

2002-09-26 Thread danox
Thanks for your response. here is my mod_jk.conf file. looks to me like the log directives are ok: ## Auto generated on Mon Sep 23 13:17:20 EST 2002## LoadModule jk_module libexec/mod_jk.so JkWorkersFile "/usr/local/jakarta-tomcat-4.0.2/conf/jk/workers.properties" JkLogFile

Re: How to write a servlet that handle request for .xml documents

2002-09-26 Thread Andreas Probst
> Hi, I have setup the web.xml to direct request to .xml to my servlet > > However, I do not know how to write the servlet inorder to have it > perform jobs I want it to do. Anyone know of any guides on writing it or > know how to write it? Thanks in advance. The sun site has a tutorial. Search

Re: URGENT sign java applet

2002-09-26 Thread Andreas Probst
> how to sign java applet read pathTo/j2sdk1.4.0/docs/guide/security/SecurityToolsSummary.html Summary: - Put classes into jar - sign jar Andreas -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: how to integrate tomcat with apache

2002-09-26 Thread micael
Tried to help, but discovered neither url worked. At 12:53 AM 9/27/2002 -0500, you wrote: >On Thu, 26 Sep 2002, Anup Ray wrote: > > > I did not get any response. so I am reposting it. Please help me: > > Anup > > I am a newbie in tomcat. I installed tomcat in Solaris and configured it at > > por

RE: how to integrate tomcat with apache

2002-09-26 Thread Milt Epstein
On Thu, 26 Sep 2002, Anup Ray wrote: > I did not get any response. so I am reposting it. Please help me: > Anup > I am a newbie in tomcat. I installed tomcat in Solaris and configured it at > port 8090. Now I want to integrate it with apache ssl web server working > with port 443 in the same serv

Re: Inquiries...

2002-09-26 Thread danox
you have everything that you need to start using tomcat on your pc. any database that has a jdbc driver is compatible with tomcat. the web is your friend. you will find allot of information there. Glinn Cortez wrote: >Hi, I'm new in using Tomcat 4.0. I have installed Tomcat in my PC. I >have al

Re: .m3u files and .mp3 audio format question.

2002-09-26 Thread danox
can you explain where all this is supposed to happen? I am guessing it goes like this: you have apache hosting some mp3 files, and m3u files and displays links directly to these files on a web page. web client clicks on link to an m3u file. m3u is downloaded and launched by browser, loads up

Inquiries...

2002-09-26 Thread Glinn Cortez
Hi, I'm new in using Tomcat 4.0. I have installed Tomcat in my PC. I have also already installed JDK in my PC. What are things I need for me to start using Tomcat by running .jsp files? What are some database server that are compatible with Tomcat. Please help me sort out these things. Thank you

How to write a servlet that handle request for .xml documents

2002-09-26 Thread Aaron Chan
Hi, I have setup the web.xml to direct request to .xml to my servlet However, I do not know how to write the servlet inorder to have it perform jobs I want it to do. Anyone know of any guides on writing it or know how to write it? Thanks in advance. -- To unsubscribe, e-mail:

.m3u files and .mp3 audio format question.

2002-09-26 Thread Nani Jon
Hi all: I have integrated jboss_tomcat bundle with apache 2. Everybody is talking to one another and I am able to access JSPs, Servlets, EJBs, etc. The problem I am having is that I want to be able to creat a playlist for a bunch of .mp3 files which the user selects and then be able to play i

Debugging servlets !!!

2002-09-26 Thread Mohan,Gautam
  Hi ,     normally if any java program has to be debugged we use options java -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=,server=y,suspend=y HelloWorld   and then if using JBuilder we can attach to the program at port and start debugging or with jdb we us

Re: Apache 2.0.40, SSL and Linux

2002-09-26 Thread Kent Perrier
On Thu, Sep 26, 2002 at 06:45:43PM -0600, Matt Raible wrote: > Platform: Red Hat 7.3 > > I'm trying to setup SSL for Apache on Linux and I can't seem to get it > working properly. The following line in httpd.conf gives me the > impression that the mod_ssl is already installed: > > > Includ

Re: understanding jkmount

2002-09-26 Thread Matthew Hannigan
Found the problem. One of the files was language versioned. ( .html.en) mod_negotiation got it before mod_jk I've been reading up on module order. It's quite ... interesting :-( I might have rebuild apache and make some built-in modules dynamic. Regards, -Matt -- To unsubscribe, e-ma

Re: Running XML-parsing servlets on Tomcat, using JAXP ?

2002-09-26 Thread Soefara Redzuan
Sorry for the very very late follow up to my problem. Eventually solved it. I later found out it was a clash with the XML-RPC libraries which I forgot were also in WEB-INF/lib. I think it's a bug in the Apache XML-RPC libs as somebody else experienced the same problem. So, I've got JAXP working

Configuring for muli-user

2002-09-26 Thread Glen Eustace
Has someone got a server.xml for supporting multiple users, possibly using the UserConfig listener that I have a look at. I have recently installed tomcat4.1 and can not get it to run. At the moment, I get INFO: Initializing Coyote HTTP/1.1 on port 8080 Starting service Tomcat-Standalone Apache T

Re: Tomcat 4.1.12 memory leak

2002-09-26 Thread Glenn Nielsen
The easiest way to track JVM garbage collection is to start java with the "-verbose:gc" arg. This enables GC data output to stdout. Regards, Glenn Raj Saini wrote: > I am experiencing the same problem with tomcat 4.0.3. I have my JVM memory > setting as -Xms=32 -Xmx=384 and running the tomcat

Re: DBCP pool always increasing

2002-09-26 Thread Glenn Nielsen
I checked the catalina code and you are correct. My mistake. I use DBCP with it configured for RemoveAbandoned using MySQL. And it works for me. The config below and the code snippet looks ok. I would suspect it has something to do with the JDBC driver. Perhaps you should try the same code an

Apache 2.0.40, SSL and Linux

2002-09-26 Thread Matt Raible
Platform: Red Hat 7.3 I'm trying to setup SSL for Apache on Linux and I can't seem to get it working properly. The following line in httpd.conf gives me the impression that the mod_ssl is already installed: Include conf/ssl.conf Do I have to add LoadModule ...?? If so, how do I get/crea

Re: javax error

2002-09-26 Thread Tim Funk
Look for a file called testing_jsp.java. This is the java file created by your JSP by tomcat. Line 62 will give you more insight to the error. The java file should be buried somewhere under $CATALINA_HOME/work. Use a find command to locate the file. Atif Shahab wrote: > hope this helps > > --

URGENT sign java applet

2002-09-26 Thread Galbayar
how to sign java applet -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Tomcat 4.1.12 memory leak

2002-09-26 Thread Robert L Sowders
That's funny, I'm using the exact configuration you were using, "Win2K Advanced server with Apache 2.0.40/Tomcat 4.1.10" only with a heavy duty ArcIMS app and I've not seen this. On the contrary, it's been just the opposite for us. The same app under Apache 1.3.26/Tomcat 3.3.1, was eating al

Tomcat 4.1.12 + JK2 does not display html pages for /example webapp or any

2002-09-26 Thread Robert L Sowders
After a fresh install of 4.1.12 and mod_jk2 on W2k, Tomcat will not display html pages. Tomcat stand-alone works fine on port 8080. When viewing the /examples, tomcat delivers the expected directory listing. Clicking on either of the directories results in a page not found error. This is

RE: javax error

2002-09-26 Thread Atif Shahab
hope this helps - HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: javax/servlet/ServletRequest

CGI in Tomcat

2002-09-26 Thread zsx
Hello, when run a cgi this installed in Tomcat 4.0.3 on Solaris show bugs in browser. Help resolve this problem Thanks -- To unsubscribe, e-mail: For additional commands, e-mail:

Help with CGIs in Tomcat

2002-09-26 Thread zsx
Hi, when run a cgi installed in tomcat with next set up appers this error: the url http://localhost/appwebcgi/cgi-bin/entrada ELF Ð49 4 (44 Ô!¸!¸!¸!¸éé"€"€° /usr/lib/ld.so.15L6.FE5D1H/J9C7KI38$ +=G'0"4!*2&-:,@(%) A;B#Ôèô

Tomcat CPU Usage slowly increases over time

2002-09-26 Thread Brandon Cruz
Does anyone know why the CPU Utilization slowly increases as time goes on. Tomcat 3.2.4 running on Linux RedHat 7.1. When tomcat first starts, the CPU% is very small, as each day goes on, the percentage rises and rises, very slowly. I have noticed that the memory usage slowly increases over time

Container StandardContext[/EGPS] has not been started?

2002-09-26 Thread Bill Blackmon
This error is occuring when I try to load my web app. I've never seen it before. It only occurs on my hosts machine. StandardContext[/EGPS]: Exception during cleanup after start failed LifecycleException: Container StandardContext[/EGPS] has not been started at org.apache.catalina.core.Container

JDBC Connnection Pool for Oracle

2002-09-26 Thread Zeeshan
Hello :) I am using Tomcat 4.0.4 with JDK1.4 I am getting the followig exception while creating the DataSource: "javax.naming.NamingException: Cannot create resource instance" Following is my code, server.xml and web.xml entries. I will really appreciate if anyone can help me out here. Thanx in

webapp.so building problem -- apxs unworkable

2002-09-26 Thread haixi liu
Hello, I am having this problem when trying to build webapp.so for my tomcat4.1.12 to work with apache 1.3.26. I downloaded connector package at http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/src/jakarta-tomcat-connectors-4.1.12-src.tar.gz After untar the file, I went into

Re: Form Authentiation Problem - NM

2002-09-26 Thread Rob Lake
Found in httpd.conf: JkMount /manage/*.jsp ajp13 Changed to: JkMount /manage/* ajp13 We needed to pass to Tomcat on * since Tomcat needed to URL rewrite from / -> login.jsp - *.jsp did not match. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: tomcat generates the long file names...

2002-09-26 Thread Nagarjuna Rao Chakka
Hi Dan, Thank you for the reply. I have noticed that 4.1.10 generates the file names by putting 0002d, 0002f etc. Here is one example, tree_0002dcontrol_0002dtest_jsp.class Nagarjuna Rao Chakka -Original Message- From: Dan Lipofsky [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26

Re: how to integrate tomcat with apache

2002-09-26 Thread Rick Fincher
Hi Anup, You'll have to post the error message so we can see exactly what happened. Was the error in Apache or Tomcat? Presumably it was in Apache. Anything in the logs? What versions of Apache and Tomcat are you using? What version of JDK? The URL's you give below are not valid, so we can't

Re: tomcat generates the long file names...

2002-09-26 Thread Dan Lipofsky
> The file name, which the tomcat (JSP Servlet) is trying to create is too > long to be saved on Win-2000, so, I think, it is unable to create the file. > Is there any way that we can configure the Tomcat to not to generate the > very long file names such as putting _0002e, _00025f etc., If we ca

RE: how to integrate tomcat with apache

2002-09-26 Thread Anup Ray
I did not get any response. so I am reposting it. Please help me: Anup I am a newbie in tomcat. I installed tomcat in Solaris and configured it at port 8090. Now I want to integrate it with apache ssl web server working with port 443 in the same server and get a spellcheck application working. N

tomcat generates the long file names...

2002-09-26 Thread Nagarjuna Rao Chakka
Hi, I have subdirectories for my web application which has jsps. Some of the jsps include other jsps. But try to access a jsp, the server cannot create a file and says Included servlet error: 500 Location: /afl/afl/update/j_coord_add.jsp Error Location: /afl/afl/update/../../j_custom_view_edit.

RE: Two nics, two ips, one Tomcat instance

2002-09-26 Thread Januski, Ken
Thanks Reynir, that worked beautifully. Ken -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 6:11 AM To: Tomcat Users List Subject: RE: Two nics, two ips, one Tomcat instance yes..that's it.. an example would be like this : 213.

Re: Help Urgently needed, Security problem

2002-09-26 Thread Rick Fincher
Hi Ed, You have a couple of problems. First, you left out the user data constraint transport guarantee tag that forces Tomcat to use HTTPS. A security constraint has to have 3 things: 1- the web resource collection describing what to protect, 2- the authorization constraint describing who gets

Re: Starting problems

2002-09-26 Thread Brad Plies
Check the /log directory? You might need to make some changes in /conf/server.xml and /conf/web.xml. --- Sebastien Col <[EMAIL PROTECTED]> wrote: > Hello, > I just installed Tomcat 4.1.12 following all the > installation = > instructions. I am running Windows 2000 SP3, with > jdk1.4.1 and ant1.5.

RE: Urgent, no website until Apache 2.0.42 works with Tomcat 4.1.12

2002-09-26 Thread Turner, John
Sorry, I'm lost, too. I'm not clear anymore what you're trying to do. If you have a URL with 8080 in it, Apache isn't even involved. John > -Original Message- > From: David Wynter [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 3:52 PM > To: Tomcat Users List > Subjec

Content-Length with mod_deflate and mod_jk (and mod_jk2)

2002-09-26 Thread Colin Bendell
How do I get the Content-Length to be returned with using mod_jk and mod_deflate? Using mod_proxy and mod_deflate this was not a problem. However, I need to use the jk/jk2 connector for various other reasons but I also need the content-length returned to the client. I am running Apache 2.0.42 an

Starting problems

2002-09-26 Thread Sebastien Col
Hello, I just installed Tomcat 4.1.12 following all the installation = instructions. I am running Windows 2000 SP3, with jdk1.4.1 and ant1.5. When I start Tomcat using both startup.bat and Startup icon in the start = menu, I can see the CMD window, and then I see what looks like an = exception tra

RE: Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Adam Greene
Do you have actual compiled DLLs that I could have that match my configuration?? I really need them and like I said, no access to C/C++ compiler. -Original Message- From: Turner, John Sent: Thursday, September 26, 2002 1:42 PM To: 'Tomcat Users List' Subject: RE: Trying to find a jk2 or

Actually Class Loader in 4.1.12 is really broken (or else something like that)

2002-09-26 Thread Adam Greene
I just installed Tomcat 4.1.12 (fresh install in a new directory) and copied all the necessary libraries into common/lib and copied a couple of projects into it, setup the contexts, etc. But when I try to run the project (which worked in 4.0.4) it keeps complaining that it cannot find (ClassNotFo

RE: Urgent, no website until Apache 2.0.42 works with Tomcat 4.1.12

2002-09-26 Thread David Wynter
The error below was caused by the line "JkMount /*/servlet/" I had added to my httpd.conf. Now for http://www.roamware.com:8080/rwsite/servlet/rwsite/templates/index.vm all I get is the line "..[error] [client] File does not exist: /usr/local/apache2/htdocs/rwsite" Why is Apache looking in th

Re: upgrade into a jsp:include problem

2002-09-26 Thread Brad Plies
The lack of existing out.write() calls suggests to me that the JspRuntimeLibrary.include() is supposed to do it. Probably why 'out' is given to .include() as an argument. But why is a runtime library needed if the content is static? Should be compiled once and that's it. API of the JspRuntim

RE: Urgent, no website until Apache 2.0.42 works with Tomcat 4.1.12

2002-09-26 Thread David Wynter
Futher progress , but it has stopped. I can now see http://www.roamware.com:8080/index.jsp but I get a 500 error when it tries to resolve http://www.roamware.com:8080/rwsite/servlet/rwsite/templates/index.vm which is my Turbine servlet application. I have set th eTomcat Root Context as follows:

Help Urgently needed, Security problem

2002-09-26 Thread ed banfa
Hi , How is everyone doing, hope ok. I have this problem with trying to use Basic authentication with my web app. I have Tomcat 4.1.10 up and running on win 2000 machine using j2sdk1.4. Tomcat is listening on port 8443 for SSL connnections. I would like the browser to display a login box to t

Tomcat 4.1.12 + JDK 1.4.1 + ISAPI.dll + IIS + WinNT 4.0 SP6

2002-09-26 Thread John Naldoza
Hi Guys, Does anybody know any issues that may exist with the following set-up Tomcat 4.1.12 + JDK 1.4.1 + ISAPI.dll + IIS + WinNT 4.0 SP6 But I keep getting the following: [Fri Sep 27 02:21:32 2002] [jk_isapi_plugin.c (657)]: HttpFilterProc started [Fri Sep 27 02:21:32 2002] [jk_isapi_plu

Re: upgrade into a jsp:include problem

2002-09-26 Thread Tom Sherrod
Don't stop now...I think we're onto something that I hope others can benefit from. I may have misspoke about the java file looking correct. Here's what I see: JspRuntimeLibrary.include(request, response, _welcomeIntro, out, true); No out.blahblah...or nothing around it even similiar to wha

Re: tomcat 4.1.10 error in opening zip file, cannot start, help?

2002-09-26 Thread Dennis Muhlestein
I had the same problem because I had a jar file that was actually a symlink to a jar file. Problem was the target of the sym link was deleted. On Thu, 2002-09-26 at 12:49, Paul Tomsic wrote: > When I try to start tomcat, > the start looks like it worked, but it doesn't. > In the catalina.out fi

Re: tomcat 4.1.10 error in opening zip file, cannot start, help?

2002-09-26 Thread Brad Plies
I've had the same problem with some .jar files before. The problem, in my case, was that I downloaded those files via a web-browser (Netscape) which for some reason corrupts them sometimes. I recommend re-acquiring the .zip file via ftp if you have not tried that already. In fact that backtrace

Re: War not being deployed automatically

2002-09-26 Thread Rick Fincher
Hi Robert, Saw your server.xml in this one. The following link to the Tomcat docs has info you might find useful. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html Rick - Original Message - From: <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Thu

Re: upgrade into a jsp:include problem

2002-09-26 Thread Brad Plies
My last stab would be to ask if inside the resulting .java file, how the included .html file looks? Has it been correctly broken down into all the out.blahblah(...) statements? Is that block of java inside a /* block comment? Is the first line of the converted HTML an HTML comment angle-bang-da

Re: War not being deployed automatically

2002-09-26 Thread Rick Fincher
Hi Robert, Make sure that autoDeploy, liveDeploy, and unpackWARs have not been set to false in the Host container configuration in server.xml. Your e-mail said your server.xml was attached, but it wasn't in my mail. Rick - Original Message - From: <[EMAIL PROTECTED]> To: "'Tomcat Users

tomcat 4.1.10 error in opening zip file, cannot start, help?

2002-09-26 Thread Paul Tomsic
When I try to start tomcat, the start looks like it worked, but it doesn't. In the catalina.out file I'm getting: (thoughts?) java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:112) a

Re: upgrade into a jsp:include problem

2002-09-26 Thread Tom Sherrod
String _welcomeIntro ="../includes/intro.html"; Just a snippet from the jsp, but that's how it's used. As for recompiled, that's one thing I've learned with jrun and tomcat, wipe out work to get a clean slate going. Yes, java and class had the same datestamp, after starting tomcat. Thanks fo

Re: HTTP status 500 on a SOAP call

2002-09-26 Thread Alphonsus
> you've got a NullPointerException at line 35 of RPCRouterServlet. Have a > look at javadoc or java source for that class. Your request is probably not > passing some parameter the servlet requires (as a best guess). Tomcat > returns an html error report and the soap client is expecting a respo

Re: upgrade into a jsp:include problem

2002-09-26 Thread Brad Plies
What is the type of content you are including? .jsp, .html, .java? Mine still work after the upgrade, but they are all .jsp includes. Still, you are right, includes shouldn't stop working unless of course, how they were being used was a bug :). Have you had the 'parent' jsp (the one with the i

Re: Symlinks

2002-09-26 Thread Dan Lipofsky
> i must have broke something in my 4.1.10 build, because I was able to > use symlinks without a problem I downloaded the 4.1.10 binaries and symlinks didn't work. They were off by default in 4.1.12 but worked after I made the appropriate modifications. I never tired building it myself. - Dan

Socket timeout tomcat 3.3.1

2002-09-26 Thread Rafael Angarita
Is it possible to set a timeout to the sockets opened between http processes and tomcat? (tomcat 3.3.1 using ajp13) I want to force the disconection from apache if the request is answered to slowly by tomcat. Thanks in advance -- Rafael Angarita Administrador de Sistemas Telc

RE: Jsp source disclosure patch for legacy type 1 architectures

2002-09-26 Thread Brad Plies
Good eye! > On the other hand, the thing you posted to jguru has > the opposite > problem. You'll need to add a second servlet > mapping to the source > disclosure blocker for > /servlet/org.apache.catalina.servlets.DefaultServlet/ __ Do you Yahoo

RE: Urgent, no website until Apache 2.0.42 works with Tomcat 4.1.12

2002-09-26 Thread David Wynter
Ok, getting there. Now I have Tomcat running and deploying the jars in my servlet, a very good sign. I used to put a redirect in the HEAD of the Apache home page, but better would be to direct all /servlet/* URI's to Tomcat. Which section of the http.conf file do you do that? How do you make the

RE: JSP compile in debug mode

2002-09-26 Thread Larry Isaacs
Look at the documentation in conf/web.xml for "classdebuginfo" init parameter, found just above: ... jsp ... Cheers, Larry > -Original Message- > From: Christophe Marchand [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 1:24 PM > To: Tomca

RE: Jsp source disclosure patch for legacy type 1 architectures

2002-09-26 Thread Tim Moore
> Your solution looks good too, and yes, one would need > to be able to catalog all their /servlet/ uses, make > servlet mapping entries in the web.xml, then change > all > code that uses those servlets to use the mapped name > instead. Well what I was suggesting was to map them to the same name

RE: HTTP status 500 on a SOAP call

2002-09-26 Thread jon wingfield
you've got a NullPointerException at line 35 of RPCRouterServlet. Have a look at javadoc or java source for that class. Your request is probably not passing some parameter the servlet requires (as a best guess). Tomcat returns an html error report and the soap client is expecting a response with a

RE: Urgent, no website until Apache 2.0.42 works with Tomcat 4.1.12

2002-09-26 Thread David Wynter
Hi, I had run that and for /native2 and it all worked fine. Not sure about the step they called "dsp" though, not in your instructions. I moved copied the missing jni_md.h file into the same directory as the jni.h file and then ran ant from the /jk/native directory and it finished OK. Then I cd

HTTP status 500 on a SOAP call

2002-09-26 Thread Alphonsus
Hi guys, I'm sort of new to Java Environment and doing my best to catch up. Things were going pretty well until I got stuck with this problem: I registered a service and when I call it I get back the message below. I've checked the router using the browser and it gives me the answer t

RE: javax error

2002-09-26 Thread Tim Moore
I can't really tell what the error is from that snippet. Can you post the whole stack trace? -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 > -Original Message- > From: Atif Shahab [

upgrade into a jsp:include problem

2002-09-26 Thread Tom Sherrod
Just started putting some applications in tomcat 4.0.4. Things are working nicely. I see the notice about upgrading, and since things are just jsp, nothing complicated, I decide to give 4.1.12 a try. Same configs, same machine, same applications, etc... jsp:include calls stop working across the

RE: Running tomcat as service

2002-09-26 Thread Greg Trasuk
Hi: I had a similar problem using the serial communications extensions, which include a native DLL file. Inititally it ran fine under the command line, but not as a service. Here's what I found out: When you run Tomcat as a service (at least as installed with the Windows instal

how to integrate tomcat with apache

2002-09-26 Thread Anup Ray
I am a newbie in tomcat. I installed tomcat in Solaris and configured it at port 8090. Now I want to integrate it with apache ssl web server working with port 443 in the same server and get a spellcheck application working. Now with tomcat spellcheck is working as you see here: http://u10-3:8090

RE: Still stuck with embedded tomcat (Chris Weaver, Craig?)

2002-09-26 Thread Chris Halverson
Still no response and no luck, are there insoluble issues here that no one is willing to elucidate? Chris H -Original Message- From: Chris Halverson Sent: Monday, September 23, 2002 12:41 PM To: Tomcat Users List Subject: RE: Still stuck with embedded tomcat (Chris Weaver, Craig?) Still

Re: j_security_check weirdness

2002-09-26 Thread Vincent Stoessel
Cool, was there a solution that you discovered? [EMAIL PROTECTED] wrote: > I have. > > Bao-Ha Dam Bui > [EMAIL PROTECTED] > St. Jude Medical, Inc > 651.765.1018 > > > > * > This communication may contain information that is proprietary, privileged, > confidential

JSP compile in debug mode

2002-09-26 Thread Christophe Marchand
Where do I configure that Jasper should compile JSP in debug mode ? I use Tomcat 3.2.3 and I will use the latest 4.x in a near future. Thanks a lot -- Christophe Marchand [EMAIL PROTECTED] -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: building connectors for 4.1.12

2002-09-26 Thread Thad Humphries
Got it! Gosh, how I love the bleeding edge! I had to upgrade automake from 1.4 to 1.7, which necessitate upgrading autoconf from 2.53 to 2.54. *That* finally allowed jk/buildconf.sh to run without error and thus creating a jk/configure that would run. At last! A jk/native/apache-2.0/mod_jk.so

RE: Urgent, no website until Apache 2.0.42 works with Tomcat 4.1.12

2002-09-26 Thread Turner, John
You want the buildconf.sh files in jk/native. Run them, if all is well they will create a file called "configure" in the same directory, then you run ./configure --with-various-options-here. John > -Original Message- > From: David Wynter [mailto:[EMAIL PROTECTED]] > Sent: Thursday, Se

RE: j_security_check weirdness

2002-09-26 Thread BBui
I have. Bao-Ha Dam Bui [EMAIL PROTECTED] St. Jude Medical, Inc 651.765.1018 * This communication may contain information that is proprietary, privileged, confidential or legally exempt from disclosure. If you are not a named addressee, you are notified that you a

RE: Urgent, no website until Apache 2.0.42 works with Tomcat 4.1.12

2002-09-26 Thread David Wynter
Hi, I am running as root when I run "apachectl start". I thought this was new with 4.1 so should work. I posted another mail about how to start Tomcat automatically in the right sequence with apache 2.0.42. There is no buildconf.sh in /jk. The ones I had run where in /jk/native and /jk/native2.

RE: Symlinks

2002-09-26 Thread Turner, John
Don't take my word for it, I'm just a sys-admin. I could easily be wrong...there was just a bunch of traffic last week on the issue, and it was apparently related to 4.1.10. I didn't pay much attention, as it didn't effect me. John > -Original Message- > From: Denny Chambers [mailto:

Re: Symlinks

2002-09-26 Thread Denny Chambers
i must have broke something in my 4.1.10 build, because I was able to use symlinks without a problem Turner, John wrote: >Not sure, I haven't jumped to 4.1.10+ yet except for miscellaneous testing. > > >The symlink issue was discussed in a fair amount of detail within the last >week on this lis

RE: Symlinks

2002-09-26 Thread Turner, John
Not sure, I haven't jumped to 4.1.10+ yet except for miscellaneous testing. The symlink issue was discussed in a fair amount of detail within the last week on this list, as it apparently caught some people by surprise (those who needed symlinks ended up with broken apps when moving to 4.1.10).

RE: Symlinks

2002-09-26 Thread Sexton, George
cd find . -type f -exec grep -Hie symlink "{}" \; -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: 26 September, 2002 10:40 AM To: Tomcat Users List Subject: Re: Symlinks Where is this turned off at? The server I tested against was 4.1.10, but I did change the s

j_security_check weirdness

2002-09-26 Thread Vincent Stoessel
Hello, I am running struts on tomcat 4.1.10 (Invoker disabled) on redhat 7.3 jdk 1.4 I am using Realm and Form based Athentication for my app. Every so often enough to be really annoying, I end up at a blank page after submitting the login form. I get a completely blank page with a url of http://

RE: Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Turner, John
Not quite. mod_jk2.dll is JK2. mod_jk.dll is JK. Conceivably, there can be Apache 1 and Apache 2 versions of both, for 4 total files. John > -Original Message- > From: Nani Jon [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 12:41 PM > To: Tomcat Users List; [EMAIL PR

Re: Symlinks

2002-09-26 Thread Denny Chambers
Where is this turned off at? The server I tested against was 4.1.10, but I did change the server.xml file, so if it is in there I guess I could have messed it up. Also, I did not start the server with a -security option, does that matter? Thanks, Denny Turner, John wrote: >Symlinks are off b

Re: Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Nani Jon
Adam: If I am not mistaken, mod_jk2.dll is for Apache 2. For versions lower than 2, you need to use mod_jk.dll for windows machines. Hope this helps. Cheers, Nanijon. Adam Greene wrote:I do not have a C/C++ Compiler and would like help locating a compiled version of the DLL and possibly any he

Trying to find a jk2 or equiv for Apache 1.3.* on Win32

2002-09-26 Thread Adam Greene
I do not have a C/C++ Compiler and would like help locating a compiled version of the DLL and possibly any help setting up the scenario following (I tried reading the help, but I'm still not sure). What I have is : Apache 4.1.12 Apache HTTP 1.3.26 JDK 1.4.0 Running on Windows 2000 SP 3 What I

RE: Symlinks

2002-09-26 Thread Turner, John
Symlinks are off by default in 4.1.10 and higher. Check the online release notes for more information. John > -Original Message- > From: Denny Chambers [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 12:30 PM > To: Tomcat Users List > Subject: Symlinks > > > Hi All,

service tomcat4 start script still valid with 4.1.12?

2002-09-26 Thread David Wynter
Hi, I have been using "apachectl start" while trying to get Apache and Tomcat4.1.12 to play together. But when I get that sorted does the tomcat4 script I used with Tomcat 4.0.4 in /etc/init.d still work for 4.1.12? What I what is for it to start before Apache 2.0.42 starts and when shutting dow

Symlinks

2002-09-26 Thread Denny Chambers
Hi All, Is there any way to tell Tomcat to not follow symlinks? If not how can I protect my server against malicious symlinks? Is the java.io.FilePermissions smart enough to figure these out? For example if I give read access only to directory "foo" through the java.io.FilePermissions, bu

RE: War not being deployed automatically

2002-09-26 Thread rhanson
My server.xml is attached. I checked the list FAQ, but it was empty, so I hope attachments get through. Thanks. Rob On 24 Sep 2002 at 11:24, Nicholas Orr wrote: Send reply to: "Tomcat Users List" From: Nicholas Orr To: "'Tomcat Users List'" Subject: RE: War not being deployed automatically Date

Re: can javascript execute a servlet?

2002-09-26 Thread Raj Saini
Yes, you can call a servlet from the javascript but only in Mozilla 1.x (And mozilla based browser) and IE6. You can use the XMLHttpRequest object to make HTTP calls. Please refer the http://www.mozilla.org/xmlextras/ Raj - Original Message - From: "Ralph Einfeldt" <[EMAIL PROTECTED]> To:

Re: Tomcat Admin tool Setup

2002-09-26 Thread Raj Saini
Hi, Tomcat should run for you outof box. You dont need to make any changes to run the examples. There is no tomcat4.conf in the conf directory. And which java pages you are including in that direcotry? Raj Saini - Original Message - From: "Medha Parthasarathy Iyengar" <[EMAIL PROTECTED]

RE: Black Magic User List

2002-09-26 Thread Nicholas Orr
Just click on the link below that says: "To unsubscribe, e-mail: " Or send a blank email to [EMAIL PROTECTED] Easy. Nicholas Orr -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 24 September 2002 5:57 PM To: [EMAIL PROTECTE

Tomcat Admin tool Setup

2002-09-26 Thread Medha Parthasarathy Iyengar
Hi, I am learner java and tomcat. I have installed tomcat 4.1.10 and java jdk1.4.1. I have changed the tomcat4.conf in /var/tomcat4/conf/tomcat4.conf to include the correct page of java. On my brower, the system comes and stop here http://localhost:8080/index.jsp When i try to click on Tomcat Admi

  1   2   3   >