Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create an HTML page that creates a text file in an apache tomcat server?

How can I create a webpage in HTML that creates a text file in an apache tomcat server (Client side)?

Can you give me an example that works?

I've read a lot about Ajax, JS, and SOAP.js.

Thanks in advance.

P.S.: Please, if this question is too broad or fool, help me to find a way to make it a more appropriate question.

like image 800
Kyle Avatar asked Nov 16 '25 18:11

Kyle


1 Answers

You can use PHP to create Text File if the file specified does not exists, and may I know the reason why you're creating text file in the apache server, is it for logging purposes ?

like image 135
Channox Avatar answered Nov 19 '25 08:11

Channox