[Biojava-l] (no subject)

Matthew Pocock matthew_pocock at yahoo.co.uk
Sat Jul 26 11:15:36 EDT 2003


Hi Luis,

Have you looked in the logs for any clues? Where are
you putting biojava.jar for your servlet? I tend to
put it in WEB-INF/lib/ along with bytecode.jar and the
others. What version of tomcat is it?

Matthew

 --- "lach at cantv.net" <lach at cantv.net> wrote: 
> Hi friends!
> 
> I'm trying to implement BioJava into a Servlet. I'm
> just proving the
> following code:
> 
> 
>     public static String transcribeDNA(String sec){
>         
>         try {
>             SymbolList dna =
> DNATools.createDNA(sec);
>             SymbolList x = RNATools.transcribe(dna);
>             return x.seqString();
>         }
>         catch (IllegalSymbolException ex) {}
>         catch (IllegalAlphabetException ex){}
>         catch (BioException ex){}
>         return "";
>     }
> 
> And Tomcat generates some errors (like HTTP Status
> 503 or 500) . Errors
> dissapear when I put this code in comment.
> 
> I don't know which could be the problem...
> 
> Can somebody help me?
> 
> Thanks...
> Luis Ch.
> lach at cantv.net			  	
> Venezuela
> 
> _______________________________________________
> Biojava-l mailing list  -  Biojava-l at biojava.org
> http://biojava.org/mailman/listinfo/biojava-l 

________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/


More information about the Biojava-l mailing list