Need Help

2003-08-14 Thread Yogesh
Hello,
I was using Tomcat 3.1 on old server and we have shifted to new 
server now.
we were using URL 
http://domain.com:8080/test/servlet/ServletName
to access the user developed servlet files.
We are having Tomcat 4.1 on our new server. So plz send me the 
instructions to configure the above context directly to tomcat 
confi. files for which the docbase is 
/webapps/examples/WEB-INF/classes/.
Regards
Yogesh

___
Meet your old school or college friends from
1 Million + database...
Click here to reunite www.batchmates.com/rediff.asp


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: IIS 5.0 + Tomcat 4.0.6 integration - getting Unable to read worker_file on start

2002-10-15 Thread Kolte,Yogesh

Hi
You might want to refere to this article .It worked for me.
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html

Yogesh

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 15, 2002 10:31 AM
To: [EMAIL PROTECTED]
Subject: IIS 5.0 + Tomcat 4.0.6 integration - getting Unable to read
worker_file on start 


Hi

I have installed Tomcat 4.0.6 on a Windows 2000 machine running IIS 5.0.  I
followed the documentation to install isapi_redirect.dll for integrating
Tomcat 4.0.6 with IIS.  I have checked and rechecked my registry entries
associated and they are correct. When I restarted IIS after adding the
isapi_redirect.dll,  isapi_redirect.dll is not loading (a red down arrow
next to the isapi_redirect.dll in ISAPI_FILTERS tab in the website
properties) and the iis_redirect.log file shows a message
jk_isapi_plugin.c  [jk_isapi_plugin.c (649)]: Unable to read worker_file E:
\Progs\jakarta-tomcat-4.0.6\conf\workers.properties.   Has anyone run into
this problem and have a solution to fix it.

Thanks in advance.

Palamarneri Krishnan


Email: [EMAIL PROTECTED]






This email message and all attachments transmitted with it are for the sole
use of the intended recipient(s) and may contain confidential and
privileged information. Please DO NOT forward this email outside of the
recipient's Company unless expressly authorized to do so herein.  Any
unauthorized review, use, disclosure or distribution is prohibited. If you
are not the intended recipient, please contact the sender by reply email
and destroy all copies of the original message.

Any views expressed in this email message are those of the individual sender
except where the sender specifically states them to be the views of Indus
 International, Inc.




--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Warp.jar

2001-10-23 Thread Yogesh Bhanu

Hi all ,

I am trying to compile mod_webapp as I have to use
EAPI support ..
The problem is mod_webapp compiles and I have a .so but warp.jar never
compiles .
First  Makedefs path was  pointing to /Users/Pier 
I changed that to point to my Makedefs ..
Now it complains  like this ..

yogesh/webapp-module-1.0-tc40/java# make
d . -classpath :${CLASSPATH} \
Constants.java WarpConfigurationHandler.java WarpConnection.java
WarpConnector.java WarpEngine.java WarpHost.java WarpLogger.java
WarpPacket.java WarpRequest.java WarpRequestHandler.java
WarpResponse.java
/bin/sh: d: command not found
make: [warp.jar] Error 127 (ignored)
cf0 warp.jar org/
make: cf0: Command not found
make: [warp.jar] Error 127 (ignored)

any pointers ..
Also can anyone also tell me How can I incorprate Tomcat  into apache as
a Virtual host .

Thanks in advance
yogesh





addendum Warp.jar

2001-10-23 Thread Yogesh Bhanu

Hi all,
I had to hardwire the java stuff in Makedefs and now the
compile does start but does complain about unresolved symbols
anybody has any clue about it ..

home/yogesh/webapp-module-1.0-tc40/java# make
/usr/opt/jdk131/bin/javac  -d . -classpath
/usr/local/www/jakarta/common/lib:/usr/opt/jdk131/jre/lib/:/usr/opt/jdk131/lib:/usr/opt/jdk131:.:${CLASSPATH}
\
Constants.java WarpConfigurationHandler.java WarpConnection.java
WarpConnector.java WarpEngine.java WarpHost.java WarpLogger.java
WarpPacket.java WarpRequest.java WarpRequestHandler.java WarpResponse.java
WarpConfigurationHandler.java:63: cannot resolve symbol
symbol  : class Container
location: package catalina
import org.apache.catalina.Container;
   ^
WarpConfigurationHandler.java:64: cannot resolve symbol
symbol  : class Context
location: package catalina
import org.apache.catalina.Context;
 ...

...


Thanks in advance
yogesh




 Hi all ,

 I am trying to compile mod_webapp as I have to use
 EAPI support ..
 The problem is mod_webapp compiles and I have a .so but warp.jar never
 compiles .
 First  Makedefs path was  pointing to /Users/Pier 
 I changed that to point to my Makedefs ..
 Now it complains  like this ..

 yogesh/webapp-module-1.0-tc40/java# make
 d . -classpath :${CLASSPATH} \
 Constants.java WarpConfigurationHandler.java WarpConnection.java
 WarpConnector.java WarpEngine.java WarpHost.java WarpLogger.java
 WarpPacket.java WarpRequest.java WarpRequestHandler.java
 WarpResponse.java
 /bin/sh: d: command not found
 make: [warp.jar] Error 127 (ignored)
 cf0 warp.jar org/
 make: cf0: Command not found
 make: [warp.jar] Error 127 (ignored)

 any pointers ..
 Also can anyone also tell me How can I incorprate Tomcat  into apache as
 a Virtual host .

 Thanks in advance
 yogesh

--
Whatever you do will be insignificant, but it is very important that you do it.
-- Gandhi






Webapp and Tru64

2001-10-02 Thread Yogesh Bhanu

Hi all,
I 'm not sure If this questions is repeated .
I 'm trying to compile Webapp  in order to use Tomcat 4.x ( This is
release vesrion ) now the problem I 'm facing is .
The make fails at  trying to include stdint.h which naturally is not
there .
The system I'm trying to compile on is Tru64 4.0F and gcc 2.95.2
My configure option is
 ./configure  --enable-java=/usr/opt/java122
--with-tomcat=/scratch/yogesh/jakarta-tomcat-4.0
--with-apxs=/home/w3/apache-1.3.20ea/bin/apxs

I get the following error

/scratch/yogesh/webapp-module-1.0-tc40/apr/include/apr.h:132: stdint.h:
No such file or directory

Any pointers

Thanks in advance
yogesh

--
Whatever you do will be insignificant, but it is very important that you do it.
-- Gandhi






Re: Webapp and Tru64

2001-10-02 Thread Yogesh Bhanu

 Hi Nikolai,
 Well I havent tried it, But on going thru my  linux alpha box  , 
it has stdint.h  well it  is gcc-2.95.4
what do ya say ..??
By the way are you an the alpha Tru64 list also ...

If the binary is going to made available then I might as well wait .

Thanks anyways
yogesh




Extra header data displayed on browserIE

2001-06-15 Thread Yogesh Shah\(JP\)



Hi All,

I am using JDK1.3, IIS-4, Tomcat 3.1 and XSQL 
servlet(from oracle network for simplified sql-xml-xsl transformation) on 
winNT server 4.
This servlet parses the xsql file and outputs html 
format.
 I have also configured the 
Tomcat-IIS through ISAPI-redirector(downloaded from 
jakarta.apache.org).

Now I am using a redirector component in java 
(using servletContext)to redirect the browser from one xsql page to 
another.
The component clears the ServletResponse Buffer and 
the redirects to required URL.
// * Code snap 
**
HttpServletResponse res = 
request.getHttpServletResponse();
Folowing commands
if(!res.isCommitted()) 
 // Checks if the header contents are already written or 
not{res.reset();  
   // remove the buffer 
containts if header is not 
written}else{reportError(rootNode,"Already 
commited");return;}
try 
{res.sendRedirect(strRedirectURL); 
 // redirect torequired URL }catch 
(Exception lEx) 
{reportError(rootNode,lEx.getMessage());}
// *

***PROBLEM **
 This works fine when I view 
pages which are got redirected from above component on tomcat- IE-5/Netscape 
4.7(NS) when accesed tomcat direcly through 8080 port and also works fine when 
the same page is viewed in Netscapethrough IIS (through default port 
80). 
 But I am getting the extra 
header data on browser (on top) in IE when view the same pages through IIS. This 
is the problem occuring only on IE - IIS - Tomcat configuration. The extra data 
may contains header information and some HTML data also.


*** does anybody haves any solution or any idea why 
is so happening.
Please kindly reply if you have any soltion or 
suggetion.

Thanks.

Regards
Yogesh Shah


Extra header data on browser IE

2001-06-15 Thread Yogesh Shah\(JP\)

Hi All,

I am using JDK1.3, IIS-4, Tomcat 3.1 and XSQL servlet(from oracle network
for simplified sql-xml-xsl transformation) on win NT server 4.
This servlet parses the xsql file and outputs html format.
I have also configured the Tomcat-IIS through ISAPI-redirector
(downloaded from jakarta.apache.org).

Now I am using a redirector component in java (using servletContext) to
redirect the browser from one xsql page to another.
The component clears the ServletResponse Buffer and the redirects to
required URL.
// * Code snap **
   HttpServletResponse res = request.getHttpServletResponse();
Folowing commands
  if(!res.isCommitted()) // Checks if the header contents are already
written or not
  {
   res.reset(); // remove the buffer containts if header is
not written
  }else
  {
   reportError(rootNode,Already commited);
   return;
  }

try {
 res.sendRedirect(strRedirectURL);// redirect to required URL
   }catch (Exception lEx) {
 reportError(rootNode,lEx.getMessage());
  }
// *

***PROBLEM **
This works fine when I view pages which are got redirected from above
component on tomcat- IE-5/Netscape 4.7(NS) when accesed tomcat direcly
through 8080 port and also works fine when the same page is viewed in
Netscape through IIS (through default port 80) .
But I am getting the extra header data on browser (on top) in IE when
view the same pages through IIS. This is the problem occuring only on IE -
IIS - Tomcat configuration. The extra data contains header information and
some HTML data also.


*** does anybody haves any solution or any idea why is so happening.
Please kindly reply if you have any soltion or suggetion.

Thanks.

Regards
Yogesh Shah




Apache for JSP

2001-02-19 Thread yogesh tripathi

Dear Sir,
I am Yogesh, project manager in hcc infotech(www.hccinfotech.com), India.
My team doesnt know how to configure Apache to run n test JSP files.
Please help us.
Regds
Yogesh
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Custom error Pages

2001-02-12 Thread Yogesh Agarwal

Hi All:

I have set up tomcat/apache to host my web application. Now I want to throw custom 
error pages for 404/500 errors. I read in the archives that error-code tag in web.xml 
will work. I tried the same but it doesn't work. If somebody has faced the similar 
situation and come up with a solution, please help as early as possible. 

Thanx in advance

Yogesh

_
Tell the world you are a lazyreader. Get your free [EMAIL PROTECTED]
Visit a href="http://freemail.lazyreader.com" target="_top"lazyreader.com/a for 
6MB of email space and an email address with personality!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Tomcat-Apache : Unbale to turn dir listing off.

2001-02-11 Thread Yogesh Agarwal

Hi All:

We are putting up a web site with tomcat and apache. I am facing some problem while 
turning off the dir listing. I have mounted / to tomcat as all the content is jsps. 
Now when I declare default dir index for all the subdirs, it doesn't take it !!

Please help asap. This is urgent.

tia

Yogesh

_
Tell the world you are a lazyreader. Get your free [EMAIL PROTECTED]
Visit a href="http://freemail.lazyreader.com" target="_top"lazyreader.com/a for 
6MB of email space and an email address with personality!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Very Important and Urgent, please help

2001-01-16 Thread Yogesh Bhandarkar



Hello, All

I'm Using tomcat 3.2.1 on Redhat Linux 6.2, with 
apache 1.3.9. Problem here I'm facing is that, I'm not able to execute JSP 
files, when I try execute any JSP, it returns following error. 


Error: 500
Location: /examples/jsp/include/include.jspInternal Servlet 
Error:java.lang.NoSuchMethodError: javax.servlet.ServletException: method getRootCause()Ljava/lang/Throwable; not found
	at org.apache.tomcat.context.ExceptionHandler.doService(DefaultCMSetter.java, Compiled Code)
	at org.apache.tomcat.core.Handler.service(Handler.java, Compiled Code)
	at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java, Compiled Code)
	at org.apache.tomcat.core.ContextManager.handleError(ContextManager.java, Compiled Code)
	at org.apache.tomcat.core.Handler.service(Handler.java, Compiled Code)
	at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java, Compiled Code)
	at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java, Compiled Code)
	at org.apache.tomcat.core.ContextManager.service(ContextManager.java, Compiled Code)
	at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java, Compiled Code)
	at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java, Compiled Code)
	at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java, Compiled Code)
	at java.lang.Thread.run(Thread.java, Compiled Code)In any example it returns the same error. Please let me know the solution.RegardsYogesh Bhandarkar