reinstalled SDK - NT Service doesn't start

2004-11-05 Thread David Aleksanyan
Hello guys,
After reinstalling the SDK.
Tomcat 4.1.28 works from console but the NT doesn't start
Do you guys know how to fix this?

I'm suspecting that some config files are pointing to the old SDK install.
Or maybe some registry value?

Thanks,

David



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



Re: reinstalled SDK - NT Service doesn't start

2004-11-05 Thread David Aleksanyan
The Tomcat config app has been long gone.
Is there any way to do it without the interface?

- Original Message - 
From: Ben Souther [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, November 05, 2004 4:14 PM
Subject: Re: reinstalled SDK - NT Service doesn't start


 From the tomcat config screen, click the Java tab and update the path to
 your jvm.


 On Fri, 2004-11-05 at 16:01, David Aleksanyan wrote:
  Hello guys,
  After reinstalling the SDK.
  Tomcat 4.1.28 works from console but the NT doesn't start
  Do you guys know how to fix this?
 
  I'm suspecting that some config files are pointing to the old SDK
install.
  Or maybe some registry value?
 
  Thanks,
 
  David
 
 
 
  -
  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]



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



Re: reinstalled SDK - NT Service doesn't start

2004-11-05 Thread David Aleksanyan
We've done that.
It seems to not work.
This is a production environment so I'm not in a position to do something
drastic.


- Original Message - 
From: Larry Meadors [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 05, 2004 4:37 PM
Subject: Re: reinstalled SDK - NT Service doesn't start


 Search the registry for your old sdk path. When you find it, replace it
 with the new one. Repeat as necessary.

  [EMAIL PROTECTED] 11/05/04 2:24 PM 
 The Tomcat config app has been long gone.
 Is there any way to do it without the interface?

 - Original Message - 
 From: Ben Souther [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]
 Sent: Friday, November 05, 2004 4:14 PM
 Subject: Re: reinstalled SDK - NT Service doesn't start


  From the tomcat config screen, click the Java tab and update the path
 to
  your jvm.
 
 
  On Fri, 2004-11-05 at 16:01, David Aleksanyan wrote:
   Hello guys,
   After reinstalling the SDK.
   Tomcat 4.1.28 works from console but the NT doesn't start
   Do you guys know how to fix this?
  
   I'm suspecting that some config files are pointing to the old SDK
 install.
   Or maybe some registry value?
  
   Thanks,
  
   David
  
  
  
  
 -
   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]
 
 

 -
 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]



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



XSLT parser alternatives

2004-10-08 Thread David Aleksanyan
Hi everyone,

I'm relatively new to Tomcat and am looking for some direction to solve a
performance issue.

We have an app that does XSLT transformation after creating the XML in the
JSP.
Right now we're using XALAN for XSLT transform with Tomcat and it's terribly
slow.

I've searched the net and it seems to me that the only thing available is
open source is XT which is I think not supported any more. I couldn't find a
sample to make a transformation and see if it's any better.

After further research I found out that if I could precompile the XSL
stylesheets with XSLTc then I would notice improvement.
But again I wasn't able to find any samples on using XALAN for this and
finally decided to ask you.

Did you have any experience with this and could you recommend anything?
maybe another library that accomplishes this or maybe a sample of doing
XSLTc precompilation.

Thanks,


David Aleksanyan

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



Re: tomcat jsp compile with ant

2004-09-07 Thread David Aleksanyan
I figured that this is happenning due to some bug because when I run the ant
again after the error it continues till the next one and then again... :)
Anyway I figured that this post should have been in some other place (e.g.
ant user list).
Thanks for your attention

David

- Original Message - 
From: David Aleksanyan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 03, 2004 11:03 PM
Subject: tomcat jsp compile with ant


 Hi,

 I'm trying to get Ant to compile everything and NOT stop if there is a jsp
 that doesn't compile.

 I've got tomcat 4.1.27 and downloaded the latest (current)Ant
 I have an app with lots of JSPs.

 After I followed the tomcat docs
 http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html
 I am able to initiate the compile of the whole app. The problem is that
some
 of the JSPs don't compile with Null Pointer Exception and I get stuck on
 those..
 Is there a way to set up ant to proceed even though it can't compile
 something?

 Thanks in advance.

 David


 -
 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]



tomcat jsp compile with ant

2004-09-03 Thread David Aleksanyan
Hi,

I'm trying to get Ant to compile everything and NOT stop if there is a jsp
that doesn't compile.

I've got tomcat 4.1.27 and downloaded the latest (current)Ant
I have an app with lots of JSPs.

After I followed the tomcat docs
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html
I am able to initiate the compile of the whole app. The problem is that some
of the JSPs don't compile with Null Pointer Exception and I get stuck on
those..
Is there a way to set up ant to proceed even though it can't compile
something?

Thanks in advance.

David


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



displaying JSP output through servlet

2004-08-15 Thread David Aleksanyan
I'm trying to design an app in a way that all requests will have to go
through a servlet.
e.g. http://localhost:8080/myservlet?somestring

But I want to make use of the JSP technology.
So I'm thinking that I'll have to somehow include the JSP compiled classes
into the servlet. and somehow put the output of the JSP into the response of
the servlet.

My question is - is this possible? and how do I do it?
Any examples would help.

Thanks,

David Aleksanyan

P.S. This is my first post, I hope it is to the point and it hasn't been
answered before, otherwise - please tell me so.

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