Re: tomcat ssl not working

2006-06-01 Thread Mike Sabroff
g the page from loading correctly on the secure port? Rebecca - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabro

Re: Context fails to load with Filter

2006-05-09 Thread Mike Sabroff
Disreguard my previous statement as I am obviously brain deadsorry Mike Sabroff wrote: If this is truly what your web.xml looks like, you are missing the end tag '>' in the following line com.affinity.tasc.filters.AuthenticateFilter Jason Beck wrote: Hello list, I have wri

Re: Context fails to load with Filter

2006-05-09 Thread Mike Sabroff
ajp13 listening on /0.0.0.0:8009 May 9, 2006 11:46:34 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/25 config=null May 9, 2006 11:46:34 AM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource May 9, 2006 11:46:34 AM org.apac

Re: User WEb Applications

2006-05-04 Thread Mike Sabroff
you are using apache on port 80, and using jk, you will have to write a script to add the jk-mount as well Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 Darryl Miles wrote: Robert Frank wrote: I'm trying to set up the standalone server such that users can instal

Re: Tomcat and Sysdeo Eclipse Plugin

2006-04-14 Thread Mike Sabroff
Sounds like a Sysdeo problem not tomcat Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 Asad Habib wrote: Hello. I am experiencing a problem trying to start Tomcat from Eclipse using the Sysdeo Plugin. The error I get is as follows: Exception in thread "

Re: Setting up to use 443

2006-04-13 Thread Mike Sabroff
0200636ave/direct/01/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 92

Re: Help with filter affecting Chinese words in request parameters

2006-04-09 Thread Mike Sabroff
.each of our developers has a local Tomcat running, and it only happens for one or two. But it also happens on our Test (QA) server, such that our testing team always encounters the problem. Is there any particular language or encoding setting that I should be checking? Thanks a lot :D Ro

Re: What is the best way to send back a file as http response?

2006-04-02 Thread Mike Sabroff
ion around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECT

Re: getInputStream() fails intermittently

2006-03-31 Thread Mike Sabroff
e least impact on visitors. I use tomcat 5.5.12 at home, and though the only traffic there is my own private development, I have to do this occationally when things don't work as they should... Ramadhenu, Giridhar (STSD) wrote: Hello Mike Sabroff, Thanks for the information. This seems

Re: Does Tomcat provide support for PHP scripts

2006-03-31 Thread Mike Sabroff
aught operation! - Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568

Re: getInputStream() fails intermittently

2006-03-31 Thread Mike Sabroff
.getInputStream(); } catch (IOException e) { String sMessage = "XML Regular I/O Exception - while getting the input stream from " + url.toString() + " | original message -> " + (e); throw new XMLExceptionIO(sMessage); } Thanks in advance. Giridhar. --

Re: multiple sessions being created with Tomcat Proxy and session is null

2006-03-28 Thread Mike Sabroff
[EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat, Security and RMI

2006-03-28 Thread Mike Sabroff
y .war files. Again, this is a bit unsatisfactory, so I'd rather not do this. How do I set policy against .war files? Thanks for any pointers, Gary -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: InputBuffer and Posting Data

2006-03-27 Thread Mike Sabroff
ut this is not happening. Is there a setting to increase this buffer automatically that I need to set? Alternatively, is there a setting that I need to set that will set the default to a larger value? I have searched and searched and cannot find anything. Thanks, Vikram -- Mike Sabrof

Re: Classloader question

2006-03-24 Thread Mike Sabroff
e.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Classloader question

2006-03-24 Thread Mike Sabroff
um at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568

Re: Undeploy

2006-03-10 Thread Mike Sabroff
wrote: I don't see answer in your sentence. What I need to use removeinstead of undeploy? This is a bug, this is limitation, what is it, that undeploy doesn't work for Tomcat 4x although documentation said that undeploy is used for ndeploying applications? -Original Message

Re: TRACE messages

2006-03-10 Thread Mike Sabroff
ug version and in my haste, i used the wrong one. No wonder no one else ever saw this problem! I must be the dumbest guy in the world since I am the only one who ever had this happen. Thanks, and I hope I didn't waste anybody's time Mike Mike Sabroff wrote: Just in case someone el

Re: Undeploy

2006-03-10 Thread Mike Sabroff
ease tell me if this fixed and for what version in Tomcat4x? Thanks in advance, Juri. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web

Re: TRACE messages

2006-03-09 Thread Mike Sabroff
: "); break; case TRACE: msgBuf.append("TRACE: "); break; } So..whoever said it was something in my webapps was right. Mike Sabroff wrote: I am not sure if

Re: Tomcat just died on our Production Server

2006-03-09 Thread Mike Sabroff
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: TRACE messages

2006-03-09 Thread Mike Sabroff
actually not using log4j, just thought it might be a way to redefine what I log. thx Antonio Petrelli wrote: Mike Sabroff ha scritto: I am not sure if this is a Tomcat issue or a MySql issue. I get these trace messages in catalina.out: Wed Mar 08 07:48:48 CST 2006 TRACE: about 800 to 1000

Re: TRACE messages

2006-03-09 Thread Mike Sabroff
does not do this. --David Mike Sabroff wrote: I am not sure if this is a Tomcat issue or a MySql issue. I get these trace messages in catalina.out: Wed Mar 08 07:48:48 CST 2006 TRACE: about 800 to 1000 lines of them, each time I connect to the database. I have googled and searched but can

Re: Disappointed

2006-03-09 Thread Mike Sabroff
ines too. But my skills are far beyond yours, so I just throwed in the link :-) Frank Leon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services

Disappointed

2006-03-09 Thread Mike Sabroff
those days that I just couldn't hold it back anymore? WASSUP??? Mike -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

TRACE messages

2006-03-08 Thread Mike Sabroff
maybe to use log4j. I have several versions of Tomcat 4.x / 5.x and it happens in all cases I don't really think it is a Tomcat issue, but was hoping someone else has experienced the problem and could lead me in the right direction. Any help would be appreciated. Thanks, Mike -- Mike Sa

Trace messages when connecting to the database (MySql)

2006-03-08 Thread Mike Sabroff
maybe to use log4j. Any help would be appreciated. Tanks, Mike -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can TOMCAT cache the file in element?

2006-03-06 Thread Mike Sabroff
owed" in context container. Does the attribute work for element? Thanks in advance. Thx, Xuekun - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Serv

Re: Linux JNI ClassLoad

2006-03-03 Thread Mike Sabroff
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cannot create JDBC driver of class '' for connect URL 'null'

2006-03-01 Thread Mike Sabroff
.sql.DriverManager.getDriver(Unknown Source) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:773) ... 21 more -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jdbc tomcat

2006-03-01 Thread Mike Sabroff
text(); DataSource ds = (DataSource)initCtx.lookup("java:comp/env/jdbc/WroxTC5"); Connection conn = ds.getConnection(); Statement stmt = conn.createStatement(); ResultSet rset = stmt.executeQuery("select * from test;"); %> whi

Re: Problem with jar files in Tomcat 5.X

2006-02-28 Thread Mike Sabroff
-- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.5 Possible Context Question

2006-02-28 Thread Mike Sabroff
I saw the response from chuckif the invoker servlet is a security risk, and only the mappings need to be done, then that is the way you should do it. Mike Sabroff wrote: Do you have the servlet definitions and mappings in the web.xml for the apps? Also remember (i think) seeing something

Re: Tomcat 5.5 Possible Context Question

2006-02-28 Thread Mike Sabroff
someone ran into this same thing? Is a context entry required somewhere in order to fire up servlets? Thanks, -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: JNDI Datasource Problem

2006-02-19 Thread Mike Sabroff
> maxIdle >>> 30 >>> >>> >>> >>> >>> maxWait >>> 1 >>> >>> >>> >>> >>> username >>> javauser >>> >>> >>> password >>> pilks2 >>> >>> >>> >>> >>> >>> >>> driverClassName >>> com.mysql.jdbc.Driver >>&

Re: context error

2006-02-14 Thread Mike Sabroff
HOME, tomcat > will work well with the Context. > > $CATALINA_HOME/bin/ > shared/ > server/ > > $CATALINA_BASE/bin/ > conf/ > webapps/ > logs/ > work/ > > Context is as following: > > > Best Regards. > jacky > -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: App will work on localhost but blank on client PC.

2006-02-14 Thread Mike Sabroff
pt to make sure the redirects from IIS are there, which they are. Beyond that, they barely even mention Tomcat, so does anyone have an idea what may be wrong? -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 -

Re: java.lang.Object cannot be resolved

2006-02-12 Thread Mike Sabroff
----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Robots cannot read JSP?

2006-02-11 Thread Mike Sabroff
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Deve

Re: problems with iso-8859-2 characters sending with GET method

2006-02-10 Thread Mike Sabroff
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Getting directory in which app is deployed

2006-02-10 Thread Mike Sabroff
ur application to). TIA Wojciech Ciesielski Software Mind | Where Quality Meets the Future mailto:[EMAIL PROTECTED] tel./fax: +48-12 6145170 http://www.softwaremind.pl -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 ---

Re: Tomcat out of memory

2006-02-10 Thread Mike Sabroff
ride? Get pricing, reviews, & more on new and used cars. -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with Tomcat and Java versions

2006-02-10 Thread Mike Sabroff
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Let?cia ?lvares Barbalho [EMAIL PROTECTED] -- Thanks and best regards, Anoop -- Let?cia ?lvares Barbalho [EMAIL PROTECTED] -

Re: Help me

2006-02-09 Thread Mike Sabroff
%> <%@ page import="org.apache.commons.fileupload.FileItem"%> <%@ page import="java.util.List"%> <%@ page import="java.util.Iterator"%> <%@ page import="java.io.File"%> sO PLEASE HELP ME TO GET IT WORK.IS THIS ERROR IS DUE TO CLASS PATH.IF YES T

Re: Problem with setting up an SSL secure page

2006-02-08 Thread Mike Sabroff
yone can help me I would be extremely grateful. Many thanks Mark Whitby [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Tomcat + Linux Server + Jasper Reports problem

2006-02-08 Thread Mike Sabroff
6/bin Since it's working fine in the netbeans embedded tomcat and not in my linux server tomcat, I suppose the problem is in tomcat configuration. Both tomcat's are in the same computer. Any help is appreciated Thanks -- Let�cia �lvares Barbalho [EMAIL PROTECTED] -- Let�cia

Re: Basic modjk + ssl + tomcat question

2006-02-08 Thread Mike Sabroff
aints ;-). Any advice welcome :) cheers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubsc

Re: Can we stop tomcat using System.exit(int)

2006-02-07 Thread Mike Sabroff
all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipr

Re: tomcat/linux no xserver problem

2006-02-06 Thread Mike Sabroff
r" at http://www.mailserve.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 -

Re: Port 8443 won't become active (UNCLASSIFIED)

2006-02-03 Thread Mike Sabroff
t to IbmX509??? Please advise! Thanks! jeff -----Original Message- From: Mike Sabroff [mailto:[EMAIL PROTECTED] Sent: Friday, February 03, 2006 11:43 AM To: Tomcat Users List Subject: Re: Port 8443 won't become active (UNCLASSIFIED) JAVA_HOME/jre/lib/security/java.security:ssl.K

Re: Port 8443 won't become active (UNCLASSIFIED)

2006-02-03 Thread Mike Sabroff
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Classification: UNCLASSIFIED Caveats: NONE ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-83

Re: Strange problem with tomcat Please help

2006-02-03 Thread Mike Sabroff
al/j2sdk1.4.2_10/bin /java - Djava.util.logging.manager =3Dorg.apache.juli.ClassLoaderLogManage I checked out catalina.out, but that didnt not contain any errors for "No route to host". Please help thanks -Rsh -- Mike Sabroff Web Services Deve

Re: Tomcat 4.1.31 & IBM JDK & JSSE crash

2006-02-02 Thread Mike Sabroff
is my mistake ?? Regards Philippe - Root Cause - java.security.NoSuchAlgorithmException: Class com.ibm.jsse.bd configured for SSL Context not a SSLContext at com.sun.net.ssl.SunJSSE_b.a(DashoA12275) Philippe COUAS Responsable D�veloppement INFODEV S.A. -- Mike Sabroff Web Ser

Re: How to identify version of a running Tomcat and similar trivia

2006-02-01 Thread Mike Sabroff
il: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: can't send email from tomcat using javamail api

2006-02-01 Thread Mike Sabroff
reason or anotherpossibly authentication, or very possibly a network issue (this is very likely) Mike Sabroff wrote: it is the smtp server that is rejecting the connection.do you need to authenticate to your smtp server? Matthew Evans wrote: I don't think so. The webapp is curr

Re: can't send email from tomcat using javamail api

2006-02-01 Thread Mike Sabroff
be, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.5.9 + JDK 1.4.2 + Freebsd 5.3

2006-01-31 Thread Mike Sabroff
wrote: Hi Mike Thank you. But what is difference in using startup.sh and catalina.sh start. The startup.sh simply calls catalina.sh with start . - Regards Vinu Mike Sabroff wrote: and shutdown.sh Vinu Varghese wrote: Hi, I am running Tomcat 5.5.9 with JDK 1.4.2 on freebsd 5.3. I use the &#x

Re: Tomcat 5.5.9 + JDK 1.4.2 + Freebsd 5.3

2006-01-31 Thread Mike Sabroff
x27;catalina.sh stop' , still there exists some java processes that doesn't get killed. Why is this so ? - Regards Vinu -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-ma

Re: Tomcat 5.5.9 + JDK 1.4.2 + Freebsd 5.3

2006-01-31 Thread Mike Sabroff
x27;catalina.sh stop' , still there exists some java processes that doesn't get killed. Why is this so ? - Regards Vinu -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-ma

Re: APR Connector Shutdown Problem

2006-01-26 Thread Mike Sabroff
or additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How do I stop tomcat when the port is in use

2006-01-26 Thread Mike Sabroff
sometimes screws up the shutdown.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 92

Re: Problem in tomcat configuration...

2006-01-26 Thread Mike Sabroff
o i used the command with openssl included. is this correct ot this is the cause for the problem. By the way Tomcat is working fine individually . but due to the error apache is not starting. if i comment the line apache also works fine . Thanks in anticipation Bharat Soni +91-9826098373

Re: mod_jk / 503 Error

2006-01-26 Thread Mike Sabroff
; append="true" forwardAll="false" jkWorker="ajp13" workersConfig="/home/usr/tomcat/conf/workers.properties" modJk="/dh/apache/template/libexec/mod_jk.so" />

Re: https difficulties w/ Tomcat5

2006-01-25 Thread Mike Sabroff
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: mod_jk with httpd & tomcat

2006-01-24 Thread Mike Sabroff
trying to rebuild mod_jk (to no avail) in hopes that would work, but keep getting this error: could not find /usr/local/apache2/bin/apxs configure: error: You must specify a valid --with-apxs path Of course it is the right path. G. Mike Sabroff <[EMAIL PROTECTED]> wrote: I had the

Re: (newb) Tomcat servlet mapping problem

2006-01-23 Thread Mike Sabroff
configured in the webapp descriptor. Georg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 -

Re: mod_jk with httpd & tomcat

2006-01-23 Thread Mike Sabroff
rver version: Apache/2.0.55 Server built: Jan 23 2006 13:17:34 Please advise as to what info would be helpful in determining the root cause. Thanks for your help, Greg - What are the most popular cars? Find out at Yahoo! Autos --

Re: tomcat 5 and cgi execution

2006-01-18 Thread Mike Sabroff
share%2Forg%2Fapache%2Fcatalina%2Fservlets%2FCGIServlet.java&rev=366305&r1=302487&r2=366305&diff_format=h Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Please help, i have to be missing something very simple

2006-01-06 Thread Mike Sabroff
Looks more like libawt.so has an unsatisfied link to libXp.so.6 this is a security exeption first so maybe libXp.so.6 is in a protected area somehow...either through java's sandbox or some stupid windows permissions thing Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568

RE: Please help, i have to be missing something very simple

2006-01-06 Thread Mike Sabroff
Do you have a package statement in your servlet? You should Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 3:24 PM To: users@tomcat.apache.org Subject: Please help, i

RE: Tomcat 5.0 HTTP 404 with hello.class

2006-01-03 Thread Mike Sabroff
Try changing you mapping slightly ... this is how I do it and it works Hello /hello/* Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 -Original Message- From: White-Home.com [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 8:57 PM To

Re: Java databases as alternative to MySQL on OS X Server? (OT)

2005-11-30 Thread Mike Sabroff
tional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 - To u

RE: JSPs on Tomcat

2005-11-21 Thread Mike Sabroff
And make sure that the imported classes are part of some package Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 12:55 PM To: Tomcat Users List Subject: Re: JSPs on Tomcat

RE: JSP compilation

2005-11-21 Thread Mike Sabroff
Try putting your class file in WEB-INF/lib/classes Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 -Original Message- From: Milan Tomic [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 11:42 AM To: 'Tomcat Users List' Subject: RE: JSP compilation

RE: JSP Compilation, Jasper class loading, and log4j issues

2005-10-18 Thread Mike Sabroff
Looks like maybe some directory permissions changed or some system changed not allowing access to what Jasper needs Mike Sabroff Web Services Developer [EMAIL PROTECTED] 920-568-8379 -Original Message- From: David Rickard [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 12:03