Re: Eclipse/Tomcat/jdbc

2019-02-09 Thread Arjuna Bandara
Jerry,

Are you running Maven project?

Could you send error msg?

Regards,

Arjuna

On Sat, 9 Feb 2019 9:46 pm Jerry Malcolm,  wrote:

> Any idea what could cause 'jdbc' to not be found when running eclipse,
> but it is found when running outside eclipse?
>
> I have a fully functional Tomcat 9.0 running fine with Windows
> services.  But when I define a Tomcat 9.0 server in Eclipse and start it
> up, the first time I need to access a datasource jdbc/abcxyz it fails
> saying jdbc can't be found.  I figure I'm doing something wrong in the
> config.  But I've tried clearing out eclipse and starting over many times.
>
> Suggestions?
>
> Thx.
>
> Jerry
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


RE: [ANN] New committer: Woonsan Ko

2018-12-19 Thread Arjuna Bandara
Congratulations. 

-
Arjuna

From: Mark Thomas
Sent: Wednesday, December 19, 2018 03:26 PM
To: Tomcat Developers List; Tomcat Users List
Subject: [ANN] New committer: Woonsan Ko

On behalf of the Tomcat committers I am pleased to announce that
Woonsan Ko (woonsan) has been voted in as a new Tomcat committer.

Please join me in welcoming him.

Kind regards,

Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




Re: OT: Java Textbook?

2018-11-30 Thread Arjuna Bandara
Dear Jerry,

According to my personal preference I am a big fan of Head first book
series ("head first java"). Here you can find good examples for teaching.

Moreover I can suggest " effective java" and "Java in nutshell" books.

Regards
Arjuna

On Fri, 30 Nov 2018 10:04 pm Jerry Malcolm,  wrote:

> Completely off-topic.  But I figure this is the perfect group to ask
> this question to.  I will be teaching a university level intro to Java
> programming (for non-programming majors) in the spring semester.  I am
> looking for a good textbook to use.   I've been out of academia for
> years.  So I'm not up to date on available java textbooks.   If you are
> aware of a good textbook, please let me know.  You can reply here.  Or
> just PM me at the address above (please put 'textbook' in the subject
> line if you PM me).
>
> Thanks.
>
> Jerry (ProfJerry.com)
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: Tomcat not scanning WEB-INF/Tmp

2018-11-30 Thread Arjuna Bandara
Hello,

Hope you are looking for a similar answer like this..
https://stackoverflow.com/questions/1489665/is-it-possible-to-turn-off-taglib-scanning-in-tomcat


Regards
Arjuna

On Fri, 30 Nov 2018 3:37 pm ,  wrote:

>
>
> Hi,
>
> I have a problem in the start phase of Apache
> Tomcat/7.0.90
> Inside the folder WEB-INF I have a subfolder called Tmp
> (application/WEB-INF/Tmp) where sometimes I put a lot of files and
> folders (more then 100.000) and after 24h I clean this folder.
> But if in
> the meantime I need to restart the application, the restart time
> increases a lot (more then 1h) because it scans this Tmp folder
> Do you
> know a way to prevent the Tomcat from scanning the WEB-INF/Tmp
> folder?
>
> Thanks
>
>
>
> Con OpenStar hai Giga, SMS e i minuti che vuoi da 4,99€ al mese, per
> sempre. Cambi gratis quando e come vuoi e in più hai 10€ di credito omaggio
> e 6 mesi di INFINTY! http://tisca.li/myopen
>
>


Re: http status 404 - not found

2018-11-17 Thread Arjuna Bandara
Hi,

Can you explain more about the issue and update problem with the console
output?

Was the maven building successful? Try run clean build with ' clean build
-e'. You may have full stack trace.

-
Arjuna


On Sun, 18 Nov 2018 9:31 am Karen Goh,  wrote:

> Hello Tomcat user group,
>
> I hope that this question is valid cos I googled and many related issue
> like this pointed to server problem.
>
> Tomcat version : 8.5.24
> IDE : Eclipse Oxygen
> OS : Windows 10
>
> Basically, I have created a maven structured web app and after right-click
> my tutorRegister page, and the form submitted, http status 404 appeared.
>
> This is what appeared in my browser :
>
>  /webApp-hi5/$%7BpageContext.request.contextPath%7D/addTutor
>
> I have checked my past project and there was no problem in getting the
> form submitted but when I made the project into maven type, I am getting
> the above error.
>
>  action="${pageContext.request.contextPath}/addTutor"
>
> Here's my pom.xml ;
>
> 4.0.0
>
> com.hi5Supreme.web
> webApp-hi5
> 0.0.1-SNAPSHOT
> war
>
> webApp-hi5 Maven Webapp
> 
>
> UTF-8
> 1.8
> 1.8
> 
>
>
> 
> webApp-hi5
> 
> 
>   src/main/webapp
> 
> 
> 
> 
> 
>
> maven-clean-plugin
> 3.0.0
> 
> 
> 
>
> maven-resources-plugin
> 3.0.2
> 
> 
>
> maven-compiler-plugin
> 3.7.0
> 
> 
>
> maven-surefire-plugin
> 2.20.1
> 
> 
>
> maven-war-plugin
> 3.2.0
> 
> webApp-hi5
> 
> 
> 
>
> maven-install-plugin
> 2.5.2
> 
> 
>
> maven-deploy-plugin
> 2.8.2
> 
> 
> 
> 
> 
> 
> javax.servlet.jsp
> javax.servlet.jsp-api
> 2.3.1
> provided
> 
> 
> javax.servlet
> jsp-api
> 2.0
> 
> 
> jstl
> jstl
> provided
> 1.2
> 
> 
> 
> org.lazyluke
> log4jdbc-remix
> 0.2.7
> 
> 
> mysql
> mysql-connector-java
> 8.0.12
> provided
> 
> 
> javax.servlet
> javax.servlet-api
> 3.1.0
> provided
> 
> 
> junit
> junit
> 4.11
> test
> 
> 
> 
>
> Hope someone can let me know how if I have missed out anything.
>
> Tks.
>
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: Translation help wanted

2018-11-13 Thread Arjuna Bandara
Hi Mark,

I've visited your website,but could not found my native language 'Sinhala'.
If your system capable of adding new languages please let me know.

Regards
Arjuna

On Mon, 12 Nov 2018 5:19 pm Mark Thomas,  wrote:

> All,
>
> Apache Tomcat includes some translations for error messages and parts of
> the user interface - primarily the Manager web application. We would
> like to improve the coverage and quality of these translations.
> Accordingly, the Tomcat project has been set up on POEditor, a web-based
> service for managing the translation of resource files.
>
> The aim is that anyone who wants to contribute to the translations (it
> could be anything from fixing a typo in an existing translation to
> adding support for a new language) can create an account and contribute.
>
> If you would like to contribute in this way then the
> The Tomcat project can be found here:
>
> https://poeditor.com/join/project/NUTIjDWzrl
>
> Anyone should be able to join up as a contributor. If you are
> interested, please sign up and start contributing.
>
> Note: All contributions will be taken as being made under the terms of
> the Apache License version 2.
>
> I'm aiming to export the translations on a regular basis to the Tomcat
> source code. How regularly will depend on the rate of new/updated
> translations but as a minimum, I'm aiming to get any updates into the
> next Tomcat 9 release.
>
> If you have any difficulties or questions, please ask here.
>
> Thanks,
>
> Mark
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>