ASP and JSP with no redirection

2002-02-14 Thread George Shafik
example is implemented on a JSP page then Tomcat/Apache will need to know about IIS such that it passes the processing of myASPObj.Method() to IIS. (no redirection) Many thanks in advance for any feedback. Regards, George Shafik -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

J2EE SDK 1.3.1 and Apache 1.3.12

2002-02-25 Thread George Shafik
, add the path to tomcat_apache.conf file in Apache's httpd.conf file. Many thanks in advance. Regards, George Shafik -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: J2EE SDK 1.3.1 and Apache 1.3.12

2002-02-25 Thread George Shafik
to the |respective port without the port number 8000 or 8080 appearing in the URL |request. Regards, George Shafik - Original Message - From: Jarecsni János [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 8:45 AM Subject: RE: J2EE SDK 1.3.1 and Apache 1.3.12

Re: NIGHTMARE

2002-04-08 Thread George Shafik
for the opportunity :-) Regards, George Shafik Great works are performed, not by strength, but by perseverance; yonder palace was raised by single stones, yet you see its height and spaciousness. He that shall walk with vigour three hours a day, will pass in seven years a space equal

Converting an Applet to gif, jpg to load into servlet

2002-06-03 Thread George Shafik
in the applet like background is lost and we get a gif, jpg file with all the text but a black background. Any thoughts on this subject would be greatly appreciated. Regards, George Shafik

Re: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-12 Thread George Shafik
I encountered something similar with building Tomcat 3.2.4. It appears that it used relative paths to find jar files. Keep in mind these relative paths are based on what you have set the following environment variables to JAKARTA_HOME, JAVA_HOME and ANT_HOME. You will find the CRIMSON.jar and

Concurrent VMs accessing the one Connection Pool

2001-05-31 Thread George Shafik
Hi All, Has anyone implemented a connection pool using more than one VM machine (Tomcat) or put it another way, has anyone been able to get concurrent servlet engines (Tomcat) accessing the one common connection pool ? Any examples using Apache with multiple versions of Tomcat running

Redirection and Load Balancing

2001-08-08 Thread George Shafik
at the Web Server or Servlet Engine level, in our case that's Apache or Tomcat. Its not clear to us where in Apache or Tomcat we can configure things based on page hits or load if its possible to do at all. Many thanks in advance for any help in this area. Regards, George Shafik

Re: Redirection and Load Balancing

2001-08-08 Thread George Shafik
? Can you please e-mail me directly all relevant Apache/Tomcat configuration files that I need to alter in order to use mod_jk in the manner you describe. If this is too difficult cut and past the relevant pieces commenting on where they are from into one file. Regards, George Shafik [EMAIL PROTECTED

Re: Redirection and Load Balancing

2001-08-09 Thread George Shafik
file as a template and mount the contexts you want to balance on the lb worker... JkMount /servlet/* lbworker Apache: append the ModJk.conf file to httpd.conf Paul -Original Message- From: George Shafik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 5:10 PM

Re: JDBC connectivity - java.sql.SQLException: No suitable driver

2001-02-04 Thread George Shafik
Check your "classpath".Make sure that the JDBC jar file specified in your "classpath" is one in the same as that used by the development tool you are using to develop your Java app. Cheers, George - Original Message - From: Dipankar Sinha To: [EMAIL PROTECTED] Cc:

Re: SSL Help

2001-02-05 Thread George Shafik
Hi All, After server months of development we are ready to implement security part of the system and are very confused on how to go about it and hopefully someone in this mailing list has tackled this issue successfully. ... Our systems are: Linux Red Hat 6.2 Apache 1.12.? - Compiled/Built in

Profile tool for Apache/Tomcat

2001-02-27 Thread George Shafik
Hi, We are looking for a profiling tool for Apache/Tomcat and if that is not possible a class library that implements a framework thatwe can incorporate intoour development environment that willaid us in locating possible bottle neck in our code and thustarget these areas for JNI. Greatly

Re: Urgent : Can we restrict access to a directory in tomcat

2003-06-10 Thread George Shafik
Hi Dean, Apologies if I'm missing the point, but why can't you store/retrieve your image from a blob field in your database ? Cheers, George - Original Message - From: Dean Fantham [EMAIL PROTECTED] To: Syed Nayyer Kamran [EMAIL PROTECTED] Cc: Tomcat Users List [EMAIL PROTECTED] Sent:

jk connector Apache 1.3.29 Tomcat 4.1.29 too slow

2003-12-20 Thread George Shafik
Things that I'm using Platform: Linux 9 Apache 1.3.29 - built from source Tomcat 4.1.29 - built from source jakarta-tomcat-connectors-4.1.29 - yep also built from source - built my own mod_jk.so Everything works but its very very very strange - its too slow to load the jsps/servlets on every

Re: LAN Access

2003-12-30 Thread George Shafik
Yep, You need to modify your local host (lives in etc directory - map your machine's name to your local ip address - OS will resolve it and you get to keep your document/context path names consistent) file on all the local machines in order to access your web server in your local area as if your

Re: MOD_JK2 also Fails aaaggggg@###!!!

2004-01-02 Thread George Shafik
Yep, without going into too much detail IT DOESN'T WORK ITS REALLY BROKE. Over the past 4 weeks I've made 8 REAL attempts, spent around 30 hours of my time and short of writing the whole thing myself I went with mod_webapp.so, tomcat-warp.jar for Apache 1.3.29 Tomcat 4.1.29. The build is

Re: MOD_JK2 also Fails aaaggggg@###!!!

2004-01-02 Thread George Shafik
Yep - didn't get past first base - no make file generated! In professional circles we classify this as CRAP - Can't Release Application into Production Config log file is below this e-mail. In the case of a previous e-mail mod_jk works only on each second HTTP request as the session is LOOPING

Fw: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-03 Thread George Shafik
Hi Peter, I'm using Apache 2.0.48, Tomcat 4.1.29, Jakarta-Tomcat-Connectors 4.1.29. I'm hoping the problem it is not the mod_jk2.so module as I went to great trouble in order to generate it on my RH9 Linux Kernal Version 2.4.20-8 platform. I had to recompile apr, apr-util code and only ant native

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-06 Thread George Shafik
Great effort if only to commend you on getting to the end of this e-mail! Kind Regards, George Shafik In completing one discovery we never fail to get an imperfect knowledge of others of which we could have no idea before, so that we cannot solve one doubt without creating several new ones

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-09 Thread George Shafik
* jk2.properties Kind Regards, George Shafik In completing one discovery we never fail to get an imperfect knowledge of others of which we could have no idea before, so that we cannot solve one doubt without creating several new ones. -Joseph Priestly, 1786

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-10 Thread George Shafik
: George Shafik [EMAIL PROTECTED] To: Nikola Milutinovic [EMAIL PROTECTED]; Peter O'Reilly [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Mark Eggers [EMAIL PROTECTED]; [EMAIL

Re: jk2_init() Can't find child xxxx in none of the 1024 scoreboard slots

2004-01-10 Thread George Shafik
for every servlet [uri:/examples/servlet/RequestHeaderExample] info=servlet- see what I mean for every servlet [uri:/examples/servlet/JndiServlet] info=servlet- see what I mean for every servlet ** many many many thanks to all George - Original Message - From: George Shafik [EMAIL

Re: Mapping in workers2.properties

2004-01-10 Thread George Shafik
Users List [EMAIL PROTECTED] Cc: George Shafik [EMAIL PROTECTED] Sent: Sunday, January 11, 2004 6:16 AM Subject: Mapping in workers2.properties There are actually several ways to map between Apache and Tomcat via mod_jk2. The first is using workers2.properties. If you've compiled with -pcre

Re: Redhat9 / mod_jk2 builds from source

2004-01-15 Thread George Shafik
Hi Mark, Oscar, and anyone interested: I found the following always works: ./configure --enable-module=all --enabled-shared=max make make install I think I've could the eXtrem functionality - I call is Xapache while drinking lots of Pepsi :-) enjoy, George - Original Message - From:

Re: Redhat9 / mod_jk2 builds from source

2004-01-15 Thread George Shafik
Opps typo ./configure --enable-module=all --enabled-shared=max should be ./configure --enable-module=all --enable-shared=max - Original Message - From: George Shafik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 8:35 PM Subject: Re

Re: Redhat9 / mod_jk2 builds from source

2004-01-17 Thread George Shafik
ssl.conf files right - can you e-mail any that work Cheers, George - Original Message - From: George Shafik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 8:39 PM Subject: Re: Redhat9 / mod_jk2 builds from source Opps typo ./configure