java – In which container do JAX-RS web services run? –
java – In which container do JAX-RS web services run? – as of understanding java ee application servers have 2 types of containers. namely web container , ejb container. i managed run jax-rs...
View Articlejava – Slow Tomcat Webapp start when lots of files in WEB-INF –
java – Slow Tomcat Webapp start when lots of files in WEB-INF – i’ve got webapp lot of files under web-inf folder (1000s). when starts or restarts takes long time > 10s jar , tld scanning turned...
View Articlejava – javamail attach "noname" from inside Tomcat –
java – javamail attach "noname" from inside Tomcat – i’m trying send email using javamail within web application using tomee. problem when attach file such pdf, file recive named “noname”. don’t...
View Articlejava – Set up redirects with Apache Server for a website running in Tomcat –
java – Set up redirects with Apache Server for a website running in Tomcat – i have centos machine there website dynamic pages running on tomcat (port 8080) , have installed apache server on same...
View Articlejava – JPA rollback not working in Tomcat but working in JBOSS –
java – JPA rollback not working in Tomcat but working in JBOSS – i have created spring(4.0.2) + jpa/hibernate(4.3.4) project. trying test commit , rollback. in service layer while testing rollback,...
View Articlejava – Android/Apache HTTPGET Will not work, but in browser it does –
java – Android/Apache HTTPGET Will not work, but in browser it does – i have simple servlet running on tomcat. implements simple doget() , works when phone call web browser like: however, i’m trying...
View Articlejava – How to set default URL and default name for URL with Tomcat .xml –
java – How to set default URL and default name for URL with Tomcat .xml – i have been digging around internet, , haven’t quite found solution problem. have tomcat server servlet in src folder. in web...
View Articlejava – Eatj cant find servlets(404 error) in my deployed .war altough eclipse...
java – Eatj cant find servlets(404 error) in my deployed .war altough eclipse tomcat 7 can see it properly – the title says all. deploy app on eatj tomcat 7 server, , brings index.jsp, , other jsp-s if...
View Articlejava – Run time exception using jsp servlet and bouncy castle –
java – Run time exception using jsp servlet and bouncy castle – i have next piece of servlet code (running on apache tomcat v7.0) tries user input jsp page , subsequently seek aes encrypt (implemented...
View Articlejava – How to do lots of 301 Redirect (Tomcat) with complete urls –
java – How to do lots of 301 Redirect (Tomcat) with complete urls – i have several websites running on single tomcat instance, , @ application level cms reads domain , smart plenty show right website...
View Article