Accessing a class file under WEB-INF/classes from JSP

2007-05-23 Thread Rajiv M
Seems like with JDK 1.4, Sun has enforced classes belonging to the default package from being imported in JSP. Is the only way to resolve the problem is to include classes under a package and then import the package in JSP? Or is there some way in Tomcat which can cause JSP to access the class

Re: Accessing a class file under WEB-INF/classes from JSP

2007-05-23 Thread Rajiv M
No. This will again give class cannot be resolved to type error On 5/23/07, Robert Soeding [EMAIL PROTECTED] wrote: Does [EMAIL PROTECTED] import=YourClass% work? Rajiv M wrote: Seems like with JDK 1.4, Sun has enforced classes belonging to the default package from being imported in JSP

Re: Accessing a class file under WEB-INF/classes from JSP

2007-05-23 Thread Rajiv M
think Sun discontinued it. anw -Original Message- From: Robert Soeding [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 12:51 PM To: Tomcat Users List Subject: Re: Accessing a class file under WEB-INF/classes from JSP Does [EMAIL PROTECTED] import=YourClass% work? Rajiv M

HTTP compression

2007-04-27 Thread Rajiv M
hello, Does Tomcat support HTTP compression. If yes, is there a way to enable/disable this feature Rajiv - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: HTTP compression

2007-04-27 Thread Rajiv M
Message- From: Rajiv M [mailto:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 5:10 PM To: Tomcat Users List Subject: HTTP compression hello, Does Tomcat support HTTP compression. If yes, is there a way to enable/disable this feature Rajiv

Re: nsapi_redirector.so

2007-04-13 Thread Rajiv M
I have tried couple of tests with jsp and servlet redirection to Tomcat. jsp(s) work fine. Having a problem with servlets. To begin with, here is my obj.conf settings: NameTrans fn=pfx2dir from=/try dir=/usr/jakarta-tomcat-5.5.0/webapps ... NameTrans fn=assign-name from=/try/servlets-examples/*

Re: nsapi_redirector.so

2007-04-13 Thread Rajiv M
Cheers! - To start a new topic, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: nsapi_redirector.so

2007-04-12 Thread Rajiv M
Apologies for my ignorance. The server is up! I will try more tests with the tomcat connector redirection now. Thanks a trillion Rajiv - To start a new topic, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: nsapi_redirector.so

2007-04-12 Thread Rajiv M
Now I tried to follow the below URL: http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html And modified the obj.conf to add these lines: NameTrans fn=pfx2dir from=/examples dir=/usr/jakarta-tomcat-5.5.0/webapps/jsp-examples NameTrans fn=assign-name from=/examples/jsp/*.jsp

Re: nsapi_redirector.so

2007-04-12 Thread Rajiv M
Ignore this mail. I sorted out the problem. Path configuration issues within obj.conf. Thanks a lot Rainer. BTW, Can the .so you supplied be used in production Thanks Rajiv On 4/12/07, Rajiv M [EMAIL PROTECTED] wrote: Now I tried to follow the below URL: http://tomcat.apache.org/connectors

Re: nsapi_redirector.so

2007-04-11 Thread Rajiv M
hi Rainer, Thank you for the libraries!! I picked nsapi_redirector.so_sjsws61_sp7_64 for tests on my Solaris 10 setup. Upgraded the Sun Web server to 6.1 SP7. Made the necessary configuration for Tomcat connector and started Tomcat. On launching Sun Web Server, now, I receive:

Re: nsapi_redirector.so

2007-04-11 Thread Rajiv M
Did the changes. Server still shows error on startup: [https-sun210dev2.in.ibm.com]: failure: CORE3170: Configuration initialization failed: Error running init function jk_init: unknown error nsapi.log indicates: [Thu Apr 12 03:16:31 2007] [1639:0001] [debug] do_shm_open::jk_shm.c (374):

Re: nsapi_redirector.so

2007-04-11 Thread Rajiv M
I was following the steps in the below URL: http://tomcat.apache.org/connectors-doc/webserver_howto/nes.html Now, when I see the jk binaries for Solaris: http://apache.siamwebhosting.com/tomcat/tomcat-connectors/jk/binaries/solaris/jk-1.2.21/ there are

nsapi_redirector.so

2007-04-10 Thread Rajiv M
Hello, Where can I download a pre-built nsapi_redirector.so (AJP13) for Solaris SPARC 10. Is it available in Apache downloads or archives. I was unable to build the library for various reasons. And one I obtained from internet causes SunOne server to error out at launch: