Re: Please help me sir

2005-06-27 Thread Jaroslav Záruba
Hello Asit

Could it be that you write for Java 1.5 whilst your Tomcat somehow
"expects" Java 1.3?
Try this link:
http://blog.taragana.com/index.php/archive/how-to-run-javac-15-or-beyond-compiler-for-jsp-compilation-in-tomcat-55-with-generics-enabled-and-other-15-only-features/1/

hope it helps
have a nice day
  J.Zaruba

On 6/27/05, Asit Basak <[EMAIL PROTECTED]> wrote:
> Sir
> 
> I have installed Jdk1.5.0 in windows 2000 server.
> After that I have installed Apache Tomcat/5.0.29.
> I have deployed all of my JSPs in Root directory
> and all of my beans in classes.
> 
> Now after starting of the Tomcat server.
> when I want to see the paged in IE6,
> It is giving errors
>   " javac: target release 1.3 conflicts with default source release 1.5 ".
> Now sir please tell me what can I I do for this purpose.
> Thanking you in anticipation.
> 
> Regards
> Asit Basak
> email - [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]



context path/URL only from request?

2005-04-02 Thread Jaroslav Záruba
Hello

I've been looking for a way how to obtain ServletContext pah/URL
without a request; eventually I've found thius reply in the Tomcat
mail-archive claiming it is not possible:
http://www.servlets.com/archive/servlet/ReadMsg?msgId=69529&listName=tomcat-user

It was 5yrs ago and I wonder whether it is still true (or whether Sun
has considered this to be a "missing feature")?
(If it is still true I'd guess it's because of keeping
server-dependant stuff from webapp code. Is that right?)

Regards
  Jaroslav Záruba
  Czech Republic

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