Re: TiniHttpServer

Shawn Silverman <[email protected]>
Newsgroups gmane.comp.hardware.microcontrollers.tini
Message-ID <[email protected]>
> dependency.classpath=C:\tini1_02d\tini1.02d\bin

I believe the problem is in your build.properties file.  Try using "\\"  
instead of single backslashes.  The reason is that Java properties  
files allow escapes.  The '\' character has a special function.  For  
example "\t" means TAB, and "\r" means carriage return.  The "\\" means  
backslash.  I always encourage the use of forward slashes ('/') because  
Ant accepts both.

> set  
> CLASSPATH=%CLASSPATH%;C: 
> \tini1_02d\tini1.02d\bin\tini\BuildDependency.class

I recommend not setting the CLASSPATH environment variable at all.  The  
build.properties file should provide enough information to Ant.

> PS : does a cgi server Exist for TINI, or an other way to use dynamics  
> server pages ?

Servlets are the Java equivalent to CGI.  Check out  
http://tynamo.qindesign.com/ for a fast servlet container for the TINI.  
  TiniHttpServer can also do servlets, but the program hasn't been  
updated for several years.  Note that I will be updating Tynamo within  
about a week, so watch the site.

Regards,
	-Shawn

_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.