mod_webapp performace issues... NT4, Apache 1.3.20, Tomcat 4.0.7, JDK 1.3.1

2001-08-17 Thread Shawn Evans
) at org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:19 4) at java.lang.Thread.run(Thread.java:484) Thanks, Shawn

Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Shawn Evans
. Shawn

Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Shawn Evans
9:14 AM Subject: Re: Tomcat port 8080, Apache port 80, jsp? have a look at mod_jk ? Shawn Evans wrote: Here is a simple question... how do I get apache on port 80 to send jsp requests to the Tomcat server and respond back on port 80. The reason why I want to do this is becuase

Re: Tomcat port 8080, Apache port 80, jsp?

2001-08-16 Thread Shawn Evans
fine when I comment out the 5 lines I added above, but I need to get them working in sequence with one another. Shawn - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Shawn Evans [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 1:14 PM Subject: Re

jakarta-tomcat-3.2.3.zip conf files are blank

2001-08-15 Thread Shawn
I put in the conf files I had been using for 3.2.2 and 3.2.3 seems to be working fine. Could that lead to some problems I haven't discovered yet? Shawn

install probs

2001-08-06 Thread Shawn
in C:\TOMCAT\lib in your CLASSPATH. Out of environment space Out of environment space Using CLASSPATH: C:\TOMCAT\classes Out of environment space Starting Tomcat in new window C:\tomcat\bin What can I do short of trying the surely superior RedHat? I've got it cooking on Win2k but 98 blah. Shawn

Java Beans and JSP Question.

2001-07-31 Thread Shawn
the jspBook and tried to modify them but Forte claimed my new method wasn't there. It didn't seem so related to overloading as much as the filesystem. That shut it up though. Shawn I have a standard java bean. The different thing about it is that I usually have two overloaded set methods per

Java Beans and JSP Question

2001-07-31 Thread Shawn
and tried to modify them but Forte claimed my new method wasn't there. It didn't seem so related to overloading as much as the filesystem. That shut it up though. Shawn I have a standard java bean. The different thing about it is that I usually have two overloaded set methods per attribute

[Fwd: Enhydra: Enhydra Enterprise Beta 1 Milestone]

2001-03-30 Thread Shawn McMurdo
FYI, Enhydra Enterprise embeds Tomcat 3.2.1 as it's Servlet and JSP engine. Tomcat is the "best of breed" open source servlet engine with some great developers working on it. Shawn -- Shawn McMurdo mailto:[EMAIL PROTECTED] Lutris Technologieshttp://www.lutris.com E

jspC precompiling jsp pages

2001-03-19 Thread Shawn
I noticed an interesting quirk about jspC that I just wanted to pass along to novices like myself. When using the -webinc file option with windows, Ihad to flip theslashes (must beit's heritage)around for my servlet to be found. For example the xml file that I was given included:

Re: Need help identifying the browser a user is using

2001-03-19 Thread Shawn
I dk if this answers your question but one suggestion I've seen suggests testing for IE first and the netscape afterward. (from JAVAServer pages H.Bergsten) For example... %@ page language="java" contentType="text/html" % html body bgcolor="white" % if

unable to load javabean with jspc

2001-03-19 Thread Shawn
I'm trying to precompile a jsp with a bean so that I can use it like a servlet, but get a "bean can't be loaded error". How can I adjust things so that jspc can find the bean. Note, if I use the exact same packages and files under Forte it works fine and runs. Also, I've gotten some

<    1   2