Re: problem..plz help me out

2002-06-08 Thread Sankar Kondur

OK. lets work on this.

1. first i made some changes inthe server.xml
I removed the whole   tag that you
added and added the 'sachar' context just above the
manager context.

2. remove the servlet tags fromt he web.xml and invoke
the servlet with the class name. lets see if it will
work.

http://puneet:80/sachar/servlet/HelloWorldExample

try this out and tell me. I have attached the
server.xml. use it.




=
-
NCStudio - A better alternative to desktop IDEs
http://www.ncstudio.com
-

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com









  

  
  
























	




  
  

  
  

  

  

  

  

  

  

  
  
 	





	
	



	







	 	






	
  

	
  
  
		  
  
  
  
  
usersa
password
driverClassName
  org.hsql.jdbcDriver
driverName
  jdbc:HypersonicSQL:database
  
  
  

  mail.smtp.host
  localhost

  


  




  

  

  
  






  
  

  
  



  






--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


-g option in jsp->javac

2001-09-13 Thread Sankar Kondur


Hi,

I want the jsp compiler to use -g option when it compiles. in 3.1 I
hardcoded the option in SunJavaCompiler.java

Is there a way to set this option from web.xml. 


thanks,
SK



RE: tomcat 4 beta 7 - reloading doesn't work

2001-09-12 Thread Sankar Kondur

it works in rc1.

-Original Message-
From: paul [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 12, 2001 1:34 PM
To: [EMAIL PROTECTED]
Subject: Re: tomcat 4 beta 7 - reloading doesn't work


yes, I posted almost the same message but gave up and download rc1 today

still investingating whether it works with rc1

paul

- Original Message -
From: "sankar kondur" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 12, 2001 6:29 PM
Subject: tomcat 4 beta 7 - reloading doesn't work


> Hi,
>
> i am using tomcat 4 beta 7. reloading doesn't seem to
> work at all.
>
> i did the following
>
> 1. used reloadable="true"
> 2. put the classes in WEB-INF/classes
> 3. i also tried putting the classes in a jar in
> WEB-INF/lib instead of WEB-INF/classes
>
> it doesn't seem to work.
> anyone experienced this problem.
>
> thanks,
> SK
>
>
> =
>
>
> __
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
Messenger
> http://im.yahoo.com
>




tomcat 4 beta 7 - reloading doesn't work

2001-09-12 Thread sankar kondur

Hi,

i am using tomcat 4 beta 7. reloading doesn't seem to
work at all.

i did the following

1. used reloadable="true"
2. put the classes in WEB-INF/classes
3. i also tried putting the classes in a jar in
WEB-INF/lib instead of WEB-INF/classes

it doesn't seem to work. 
anyone experienced this problem.

thanks,
SK


=


__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com



Supressing directory contents listing in tomcat 4.0

2001-09-05 Thread sankar kondur

Has anyone figured how to suppress directory contents
listing in Tomcat 4.0

Checked the code, looks like it shouldn't list
directory contents at all, but doesn't work.

thanks,
SK

=


__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com



Reloading modified included JSP files

2001-05-28 Thread Sankar Kondur


Hi,

I read an old post that said the problem of "not reloading a modified inlude
file unless the outer file was also modified" was going to be fixed in 3.x 

I tested this problem in 
 - 3.3 milestone 3 
 - 3.3 dev
 - 4.0 dev

but it doesn't seem to have been fixed.

Just wanted to know if it has been fixed. 


thanks,
Shankar







Tomcat 4.0 - Multiple hosts in a Domain

2001-03-24 Thread sankar kondur

Hi,

Has anyone done this using tomcat.

I have a single machine with ip address 24.3.111.12 . 
I have 2 domains www.xyz.com and www.abc.com pointing
to it.
I want multiple hosts like host1.xyz.com,
host2.xyz.com, etc to point to 24.3.111.12 and to
different directories on this machine.
Is it possible to do this using Tomcat 4.0

thanks,
Shankar


=
The value of the wise men is exponentially proportional to the number of idiots around 
them. Long live the idiots.

__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/



JSP file line number

2001-03-16 Thread Sankar Kondur


when a compilation or exception occurs, tomcat doesn't say on which line
number of the JSP file the error occurred. JRun does it.
is there some way we can configure tomcat to show the line number in the JSP
file instead of the java file.

thanks,
SK