Minghuan Xie

Greenhorn
+ Follow
since Sep 21, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Minghuan Xie

The most important thing make me crazy is there is no error information print out on console
9 years ago
And I can add web project without the spring-web-3.2.8.RELEASE.jar normally
9 years ago
First, I make it by myeclipse 2015 , tomcat v7.0 jdk 1.6
and when I start my server ,come out a frame :
Problem Occurred
'publishing to Tomcat v7.0 Server at localhost... ' has encountered a problem
Could not publish to the server.

details:
Could not publish to the server.
There were issues during deployment to server Tomcat v7.0 Server at localhost. See Error Log for details.
Deployment failed
Child module deployment failed

9 years ago
After I used spring mvc to build a web project , when I add deployments it will appear an error that my package spring-web-3.2.8.RELEASE.jar unsupported module
and I can't find any answers from google, anyone meet the same problem like this?
9 years ago
Thank you for your explain, that almost solve my problem .
9 years ago
JSP
hi, I am making a shopping cart web, but some problems I meet about how to calculate the total price


I use ajax in product list web and if I choose one product , it will send the Id that I read from MySql to servlet and use session to save it . and I click the button jump to the cart, the page cart.jsp will read information
from session ,and find product information from mysql by id , now my question is where I calculate the total price, servlet or jsp?
9 years ago
JSP